document.writeln("<head>");
document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln("body {");
document.writeln("	margin-left: 0px;");
document.writeln("	margin-top: 0px;");
document.writeln("	margin-right: 0px;");
document.writeln("	margin-bottom: 0px;");
document.writeln("}");
document.writeln(".fonts {");
document.writeln("	font-family: \"ËÎÌå\";");
document.writeln("	font-size: 12px;");
document.writeln("	font-weight: lighter;");
document.writeln("	color: #000000;");
document.writeln("}");
document.writeln("a {");
document.writeln("	font-family: ËÎÌå;");
document.writeln("	font-size: 14px;");
document.writeln("	color: #000000;");
document.writeln("}");
document.writeln("a:link {");
document.writeln("	text-decoration: none;");
document.writeln("	cursor: hand;");
document.writeln("}");
document.writeln("a:visited {");
document.writeln("	text-decoration: none;");
document.writeln("	color: #000000;");
document.writeln("}");
document.writeln("a:hover {");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("a:active {");
document.writeln("	text-decoration: none;");
document.writeln("	color: #FF0000;");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style><\/head>");
document.writeln("<script>");
document.writeln("if (window.Event) ");
document.writeln("  document.captureEvents(Event.MOUSEUP); ");
document.writeln("function nocontextmenu() ");
document.writeln("{");
document.writeln(" event.cancelBubble = true");
document.writeln(" event.returnValue = false;");
document.writeln(" return false;");
document.writeln("}");
document.writeln("");
document.writeln("function disableRightClick(e)");
document.writeln("{");
document.writeln("  var message = \"Right click disabled\";");
document.writeln("  ");
document.writeln("  if(!document.rightClickDisabled) \/\/ initialize");
document.writeln("  {");
document.writeln("    if(document.layers) ");
document.writeln("    {");
document.writeln("      document.captureEvents(Event.MOUSEDOWN);");
document.writeln("      document.onmousedown = disableRightClick;");
document.writeln("    }");
document.writeln("    else document.oncontextmenu = disableRightClick;");
document.writeln("    return document.rightClickDisabled = true;");
document.writeln("  }");
document.writeln("  if(document.layers || (document.getElementById && !document.all))");
document.writeln("  {");
document.writeln("    if (e.which==2||e.which==3)");
document.writeln("    {");
document.writeln("      alert(message);");
document.writeln("      return false;");
document.writeln("    }");
document.writeln("  }");
document.writeln("  else");
document.writeln("  {");
document.writeln("    return false;");
document.writeln("  }");
document.writeln("document.oncontextmenu = nocontextmenu;  \/\/ for IE5+");
document.writeln("document.onmousedown =nocontextmenu ; \/\/ for all others");
document.writeln("}");
document.writeln("disableRightClick();");
document.writeln("<\/script>")