function False(){return false};function True(){return true};function IsNS(){return navigator.appName=="Netscape"};document.oncontextmenu=False;if(IsNS()){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=function(e){if(e.which==2||e.which==3)return false}};document.onselectstart=False;function nstns(){st=document.getSelection();if(st!=""&&st!=" ")document.location=document.location;setTimeout("nstns()",10)};if(IsNS()){nstns()};document.ondragstart=False;function dsb(){window.status="";setTimeout("dsb()",5)}dsb();window.onerror=True;window.onbeforeprint=function(){for(i=document.all.length;i--;)document.all[i].style.visibility="hidden"};window.onafterprint=function(){setTimeout("window.location.reload()",500)};