var msg="Ashirwad Minerals & Marbles";//Give alert here
document.oncontextmenu=new Function("alert(msg);return false");//give alert
//document.oncontextmenu=new Function("return false");//open this row to give no alert

function stop(){return false;}
function allow(){return true;}
document.onselectstart=new Function ("return false")
if (window.sidebar){
	document.onmousedown=stop;
	document.onclick=allow;
}


