// JavaScript Document
window.onload = function() {
		document.onselectstart = function () { return false; } // ie
		document.onmousedown = function () { return false; } // mozilla
	}
