function openwin(href,name,width,height,scroll){window.open(href,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scroll+',resizable=no,copyhistory=yes,top=30,left=30,width='+width+',height='+height);}function openWindow(url,name,scroll,width,height,top,left){var objwin=window.open(url,name,'scrollbars='+scroll+',width='+width+',height='+height+',top='+top+',left='+left)objwin.focus()}
