function right(e) {
	if(navigator.appName=='Netscape'&&(e.which==3||e.which==2))
return false;
	else if(navigator.appName=='Microsoft Internet Explorer'&&(event.button==2||event.button==3)) {
		warning =
		"Click OK to email Bcool"+
		"?\n Now or at anytime!"

var agree = confirm(warning);

if (agree !="0") {
	top.location="mailto:was7310@yahoo.co.uk?subject=Bcool email from on site"; }
	return false; }
return true;}
document.onmousedown=right;
document.onmousemove=right;