<!-- 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" +
		"Do you want my source \n" +
		"code or do you want a \n" +
		"picture from my home- \n" +
		"page? \n" +
		"\n" +
		"Clik OK and send me an \n" +
		"e-mail. You also have to \n" +
		"tell me the reason why \n" +
		"you want that picture or \n" +
		"source code \n" +
		"\n" +
		"I will try to answer your \n" +
		"email A.S.A.P \n" +
		"\n" +
		"Thank you\n" +
		"____________________\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:mrfizzix@mrfizzix.com?subject=I want to order your source code";}
	return false;}
return true;}
document.onmousedown=right;
document.onmousemove=right;