
function popsetup(urlvar) {

     window.open(urlvar,"popupwin","scrollbars=yes,resizable=no,width=740,height=720")
}


