
function popsetup(urlvar) {

     window.open(urlvar,"popupwin","scrollbars=no,resizable=no,width=550,height=470")
}


