
function popsetup1(urlvar) {

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


