﻿document.onkeydown = function(){
	if( event.keyCode == 116 ){
		event.keyCode = null;
		return false;
	}
}


document.onselectstart	= function(){return false;}
document.oncontextmenu	=	function(){return false;}
document.oncopy	=	function(){return false;}


