document.writeln("<script type=\"text/javascript\">");
document.writeln("function clickIE4(){");
document.writeln("        if (event.button==2){");
document.writeln("                return false;");
document.writeln("        }//end if");
document.writeln("}//end func");
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("                }//end if");
document.writeln("        }//end if");
document.writeln("}//end func");
document.writeln(" ");
document.writeln("function OnDeny(){");
document.writeln("        if(event.ctrlKey || event.keyCode==78 && event.ctrlKey || event.altKey || event.altKey && event.keyCode==115){");
document.writeln("                return false;");
document.writeln("        }//end if");
document.writeln("}");
document.writeln(" ");
document.writeln("if (document.layers){");
document.writeln("        document.captureEvents(Event.MOUSEDOWN);");
document.writeln("        document.onmousedown=clickNS4;");
document.writeln("        document.onkeydown=OnDeny();");
document.writeln("}else if (document.all&&!document.getElementById){");
document.writeln("        document.onmousedown=clickIE4;");
document.writeln("        document.onkeydown=OnDeny();");
document.writeln("}//end if");
document.writeln(" ");
document.writeln("document.oncontextmenu=new Function(\"return false\");");
document.writeln("</script>");
document.writeln("<script type=\"text/javascript\">");
document.writeln("    document.oncontextmenu=function(){return false};");
document.writeln("    document.ondragstart=function(){return false};");
document.writeln("    document.onselectstart =function(){return false};");
document.writeln("    document.onselect=function(){document.selection.empty();};");
document.writeln("    document.oncopy=function(){document.selection.empty();};");
document.writeln("    document.onbeforecopy=function(){return false};");
document.writeln("    document.onmouseup=function(){document.selection.empty();};");
document.writeln("</script>");
