function CancelMeun() 
{ 
	event.returnValue=false 
}
document.oncontextmenu=CancelMeun
