<!-- Copyright (c) |{êVîÑ -->
<!-- All rights reserved -->
<!-- Created by |{êVîÑ -->
<!-- If you use this script then -->
<!-- please leave the above mentioned copyright in it -->

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 =
		"     !!! Warning !!!\n" +
		"____________________\n" +
		"\n" +
		"You don't have authority to\n" +		
		"view the source code.\n" +
		"\n" +
		"\n" +
		"\n" +
		"Click OK to send ImageSure an\n" +
		"e-mail. You also have to explain why\n" +
		"you need to view the source code.\n" +		
		"\n" +
		"\n" +
		"Your email will be answered\n" +
		"A.S.A.P \n" +
		"\n" +
		"Thank you\n" +
		"____________________\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:Intranetwebsupport@imagesure.com?subject=Need Source Code";}
	return false;}
return true;}
document.onmousedown=right;
document.onmousemove=right;