'+ '' ); top.Menu.document.close(); }; // // fix for Netscape frame nesting and frame size bugs // function netscrape() { top.xxx=top.fs2; //point to subframe top.xxx.document.open(); top.xxx.document.write('' +'' +'' +''); top.xxx.document.close(); } if(window.name != top.window.name) { // alert("Your browser has a bug which has been trapped!") // MASSIVE NETSCAPE BUG WORK-AROUND!!! // Netscape randomly chooses to ignore the Javascript code!!! if (window.name=="Namebar") top.show_Namebar(); if (window.name=="Menu") top.show_Menu(); if (window.name=="Tabbar") { top.xxx=top.fs2; //point to subframe top.show_nsTabbar(); } if (window.name=="Body") { top.xxx=top.fs2; //point to subframe top.show_Body(); } if (window.name=="fs2") top.netscrape(); } else { if (navigator.userAgent.indexOf("MSIE")<0) { //Netscape hack // alert("Netscape"); document.write( '' + '' + '' + '' + '' + '' +'' ) } else { document.write( '' + '' + '' + '' // MSIE works! + '' + '' + '' + '' + '' +'' ) } }