document.writeln("<SCRIPT language=\"JavaScript\">");
document.writeln("<!-- START");
document.writeln("if (top.frames.length!=0)");
document.writeln("top.location=self.document.location;");
document.writeln("self.moveTo(0,0)");
document.writeln("self.resizeTo(screen.availWidth,screen.availHeight)");
document.writeln("// END -->");
document.writeln("</script\>");
document.writeln("<script language=JavaScript>");
document.writeln("<!--");
document.writeln("function clickIE4(){");
document.writeln("if (event.button==2){");
document.writeln("return false;");
document.writeln("}");
document.writeln("}");
document.writeln("");
document.writeln("function clickNS4(e){");
document.writeln("if (document.layers||document.getElementById&&!document.all){");
document.writeln("if (e.which==2||e.which==3){");
document.writeln("return false;");
document.writeln("}");
document.writeln("}");
document.writeln("}");
document.writeln("");
document.writeln("if (document.layers){");
document.writeln("document.captureEvents(Event.MOUSEDOWN);");
document.writeln("document.onmousedown=clickNS4;");
document.writeln("}");
document.writeln("else if (document.all&&!document.getElementById){");
document.writeln("document.onmousedown=clickIE4;");
document.writeln("}");
document.writeln("");
document.writeln("document.oncontextmenu=new Function(\"return false\")");
document.writeln("");
document.writeln("// -->");
document.writeln("</script\>");