function openwin(href,name,width,height,scroll,resize,menu){window.open(href,name,'toolbar=no,location=no,directories=no,status=no,menubar='+menu+',scrollbars='+scroll+',resizable='+resize+',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()}