document.oncontextmenu=function()
{
	alert("Invalid Click ");
	return false;
}

