function rf()
{return false; }
document.oncontextmenu = rf
function keydown()
{if(event.ctrlKey ==true || event.keyCode ==93){return false;} }
document.onkeydown =keydown
function hate(reg,gourl){
doyou = confirm(reg);
if (doyou == true){
window.open(gourl,"reg","scrollbars=yes,resizable=yes,width=710,height=500");
}
}
var head="display:''"
function doit(header){
var head=header.style
if (head.display=="inline")
head.display="none"
else
head.display="inline"
}

