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 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");
 }
