// JavaScript Document
document.oncontextmenu =
function () {
	return false;
};

