var msg="";

function IExpClk() {if (document.all) {(msg);return false;}}

function NscapClk(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(msg);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.MsDwn=NscapClk;}
else{document.Msup=NscapClk;document.oncontextmenu=IExpClk;}
document.oncontextmenu=new Function("return false")

function disableselect(e){
return false
}

function reEnable(){
return true
}

document.onselectstart=new Function ("return false")	
if (window.sidebar){
document.MsDwn=disableselect
document.onclick=reEnable
}