
function popsetup(urlvar) {

     window.open(urlvar,"popupwin","scrollbars,none-resizable,width=420,height=400")
}


