function noRightClick() {
	if (event.button==2) {
		alert('Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED. ')
	}
}
document.onmousedown=noRightClick