<!-- Begin
function buttoncheck(e) {
	if (document.all && event.button==2) {
		warning =
		" Copyright ! Bharat Roll Industry Pvt. Ltd. !\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:bril@cal2.vsnl.net.in?subject=right click through www.bharatroll.com";}
	
	
}

if (document.layers && e.which==3) {
		warning =
		" Copyright ! Bharat Roll Industry Pvt. Ltd. !\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:bril@cal2.vsnl.net.in?subject=right click through www.bharatroll.com";}
	

		return false}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=buttoncheck;
// End -->
