/* init
********************/
window.onload = function(){
	document.oncontextmenu = function(){ return false; };
}
