win1=null; childexists=false; function popright(str) { if (navigator.appName=="Netscape") x=417 else x=425 win1=window.open(str,'profile','toolbar=no,scrollbars=yes,reSizable=no,dependent=1,width='+x+',height=470,left=365,top=50'); win1.focus() return false } function popfinleft(str,sheet){ childexists=true win1=window.open(str,'premium','titlebar=0,toolbar=false,scrollbars=yes,dependent=1,top=50,left=20,width=337,height=470,reSizable=no'); win1.focus() return false; } function refwindow(str) { window.self.location.href=str return false } function closeall() { if(childexists) { win1.close() } } function closepolicy() { if(childexists) { win1.close() } } function policyresize() { window.resizeTo(440,499) window.moveTo(364,50) } function premiumresize() { window.resizeTo(347,499) window.moveTo(435,50) } function policyfix() { window.resizeTo(438,499) ; window.moveTo(0,50) } function premiumfix() { window.resizeTo(347,499) ; window.moveTo(20,50) }