function right(mousebutton)
{
	if (event.button == 2 || event.button==3)
	{		
		return false;
	}

}
function mov()
{
	return false;
}
//document.onmousedown=right;
//document.oncontextmenu=mov;
//document.onselectstart=mov;
//document.ondragstart=mov;
//document.onmousemove=mov;
