// Funzione caricata all'inizio e abbinata ai tasti HOME
function Home()
{
document.getElementById('iFrame').src="iFrames/ita/Home.html";
}
//Funzione abbinata al tasto HOW TO FIND US
function Where()
{
document.getElementById('iFrame').src="iFrames/ita/HowReach.html";
jumpScroll();
}
// Funzione abbinata al tasto CONTACT
function contact()
{
document.getElementById('iFrame').src="iFrames/ita/Contacts.html";
}
// Funzione abbinata al tasto ACCOMODATIONS
function accomodation()
{
document.getElementById('iFrame').src="iFrames/ita/Apartments.html";
jumpScroll();
}
// Funzione abbinata al tasto TERMS & CONDITIONS
function conditions()
{
document.getElementById('iFrame').src="iFrames/ita/Conditions.html";
}
// Funzione abbinata al tasto RESTAURANTS TOUR
function restaurants()
{
document.getElementById('iFrame').src="iFrames/ita/Restaurants.html";
}
// Funzione abbinata al tasto SKI RENTAL
function skis()
{
document.getElementById('iFrame').src="iFrames/ita/Skis.html";
}
//Funzione per blloccare lo Scroll nell finesra al caricmaento delle immagini
  function jumpScroll(){
      if((obj = document.getElementById('iFrameContainer')) && obj != null){
          window.scroll(0, obj.offsetHeight);
		  scrolldelay = setTimeout('jumpScroll()',20);
		  setTimeout("clearTimeout(scrolldelay);",21);
      }
  }
function prices()
 {
window.open("prices.aspx?l=it", "Prezzi", "width=860,height=1020,scrollbars=1,resizable=0");
}
