function BlockImEvent()
{
	return false;
}
 
function InitImEvents()
{
	window.document.oncontextmenu=BlockImEvent;
}

InitImEvents();
