function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i= 4) { browser = "ie" + browserversion; } else { browser = "ie3"; } } } function popNav(url,name,features) { if ((browser == "ns3","ns4") || (browser == "ie4")) { popBox = window.open(url,name,features); popBox.focus(); } else { if (browser == "ie3") { popBox = window.open(url,name,features); } } }