function protect() {
	document.oncontextmenu = new Function("return false");
}