//========== 右クリック禁止 ==========
function noclick(){
	window.onload = function(){
		document.oncontextmenu = function(){
			return false;
}}}

