Event.observe(document,'dom:loaded',function(){ 
		
	if(document.getElementById)
		document.oncontextmenu = new Function("alert('This action has been disabled.'); return false")

});

