if (document.body) {
	document.body.oncontextmenu = function() {
		return false;
	}
}
