	
	var warn_message="Dismas Rotta's images are copyrighted and are not allowed to be saved.  \n\nPlease use the email link to inquire about purchase.";

	document.oncontextmenu = function (evt) { return false;};

	function copyright_warn(button) {
		alert(warn_message);
		return false;
	}

