
function window.onload(){
	document.ondragstart = new Function("return false;");
	document.oncontextmenu = new Function("return false;");
}