document.ondragstart = test;
document.onselectstart = test;
document.oncontextmenu = test;
function test() { return false;}
function notmenu() { window.event.returnValue=true; }

