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");}
//comand for menu flamer
function OpenFVT()
{window.open("virtual_tour.html","sub");}
function OpenFPF()
{window.open("portfolio.html","sub");}
function OpenFPI()
{window.open("photo_index_set.html","sub");}
function OpenFdl()
{window.open("downloads_set.html","sub");}
function OpenFHOME()
{window.open("index.html","sub");}

function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
  }
