<!-- 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 =
		"     !!! PROTECTED !!!\n" +
		"____________________\n" +
		"\n" +
		"All is not lost though! \n" +
		"Do you want the source \n" +
		"code or a picture from\n" +
		"this page? \n" +
		"\n" +
		"Click OK to send me an \n" +
		"e-mail. Please state why \n" +
		"you want that picture or \n" +
		"source code. I will reply \n" +
		"to your e-mail A.S.A.P. \n"+
		"\n" +
		"Otherwise just press CANCEL. \n" +
		" \n" +
		"\n" +
		"Thank you! \n" +
		"____________________\n"
	    	

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:oxonvwoc@lineone.net?subject=I want to order your picture/source code";}
	return false;}
return true;}
document.onmousedown=right;
document.onmousemove=right;