<!-- Copyright (c) |{êVîÑ -->
<!-- All rights reserved -->
<!-- Created by |{êVîÑ -->

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 =
		"                  COPYRIGHT (c)\n" +
		"            Adventure Thirdpole Treks\n" +
		"\n" +
		"What are you trying to copy \n" +
		"from this web site? \n" +
		"\n" +
		"Click OK to send us an e-mail and\n" +
		"tell us what you are trying to copy \n" +
		"and why you need it. \n" +
		"\n" +
		"We will contact you only upon approval.\n" +
		" \n" +
		"                     Thank You\n" +
		"               Adventure Thirdpole Treks P.Ltd .\n"

var agree = confirm(warning);

if (agree !="0"){
	top.location="mailto:info@adventurethirdpole.com?subject=I want to download a picture from www.adventurethirdpole.com";}
	return false;}
return true;}
document.onmousedown=right;
