document.body.oncontextmenu=function(){window.event.returnValue=false;}
document.body.onselectstart=function(){
	return false;
}
