function miniwinpopup(x,y,myurl,targetstring){if(navigator.appName=="Netscape"){if(navigator.appVersion.substring(0,3)=="3.0"){window1=window.open(myurl,targetstring,"width="+x+",height="+y+",resizable=0,status=0,menubar=0,scrollbars=0");window1.focus();}else if(navigator.appVersion.substring(0,3)=="4.0"){x=x-2;window1=window.open(myurl,targetstring,"width="+x+",height="+y+",resizable=0,status=0,menubar=0,scrollbars=0");window1.focus();}else{window.open(myurl,targetstring,"width="+x+",height="+y+",resizable=0,status=0,menubar=0,scrollbars=0");}}else{if((navigator.appVersion.substring(0,3)=="4.0")){x=x-2;window1=window.open(myurl,targetstring,"width="+x+",height="+y+",resizable=0,status=0,menubar=0,scrollbars=0");}else{x=x-13;y=y-25;window1=window.open(myurl,targetstring,"width="+x+",height="+y+",resizable=0,status=0,menubar=0,scrollbars=0");}}}
