function noRightButton() { 
	if (event.button==2) { } 
}
document.onmousedown=noRightButton;
