// JavaScript Document
var protect="Copyright";
function clickwin(){
 if(document.all) {(protect);return false;}}
function NoClick(e){
 if(document.layers||(document.getElementById&&!document.all))
 {  if(e.which==2||e.which==3) {(protect);return false;}}
     }
     if(document.layers){document.captureEvents(Event.mousedown);document.onmousedown=NoClick;
 } else
{ document.onmouseup=NoClick;document.oncontextmenu=clickwin;
 } document.oncontextmenu=new Function("return false")
