var latX;
var lngY;
var zm;
function OpenVT()
{location.replace("virtual_tour.html");}
function OpenPF()
{location.replace("google/google_colorado_plateau.html");}
function OpenPI()
{location.replace("photo_index_set.html");}
function Opendl()
{location.replace("downloads_set.html");}
function OpenHOME()
{location.replace("index.html");}

 function pageJump(menu){
 window.open(menu.options[menu.selectedIndex].value,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,Width=800,Height=650");
 }

function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
  }

function google(a,b,c)
{latX = a; lngY = b; zm = c;
window.open("google/google_proto14.html","parent","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes ,resizable=yes,Width=799,Height=790");
 }

 function region(){
	var reg = document.getElementById("dest").value;
	switch(reg){
		case "AZ":
			google('35.8','-111.2','8'); break;
		case "CO":
			google('39.3','-106','7'); break;
		case "NM":
			google('36.4','-108.4','9'); break;
		case "UT":
			google('39.3','-111.4','7'); break;
		default:
			alert("Sorry, choose again!");
	}
} 