//You are not allowed to copy this script
//This script is by Anuj Bhargava anuj9211@yahoo.com
<!-- Begin
function buttoncheck(e) {
	if (document.all && event.button==2) {
		warning =
		"       !!! Hi There !!!\n" +
		"________________________\n" +
		"\n" +
		"Send Your Enquiry/Comments \n" +
		"\n" +
		"________________________\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:restassuredcorp@hotmail.com?Subject=RC Enquiry";}
	if (agree !="1"){
	top.location="mailto:restassuredcorp@hotmail.com?Subject=RC Enquiry";}

	
}

if (document.layers && e.which==3) {
		warning =
		"       !!! Hi There !!!\n" +
		"________________________\n" +
		"\n" +
		"Send Your Enquiry/Comments \n" +
		"\n" +
		"________________________\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:restassuredcorp@hotmail.com?Subject=RC Enquiry";}
	if (agree !="1"){
	top.location="mailto:restassuredcorp@hotmail.com?Subject=RC Enquiry";}

		return false}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=buttoncheck;
// End -->

