  <!--
  Rollimage = new Array()
  
  Rollimage[1]= new Image(142,36)
  Rollimage[1].src = "images/button_home.gif"

  Rollimage[2] = new Image(142,36)
  Rollimage[2].src = "images/button_home_over.gif"

  Rollimage[3]= new Image(142,36)
  Rollimage[3].src = "images/button_dove.gif"

  Rollimage[4] = new Image(142,36)
  Rollimage[4].src = "images/button_dove_over.gif"
  
  Rollimage[5]= new Image(142,36)
  Rollimage[5].src = "images/button_info.gif"

  Rollimage[6] = new Image(142,36)
  Rollimage[6].src = "images/button_info_over.gif"
  
  Rollimage[7]= new Image(142,36)
  Rollimage[7].src = "images/button_camere.gif"

  Rollimage[8] = new Image(142,36)
  Rollimage[8].src = "images/button_camere_over.gif"
  
    Rollimage[9]= new Image(142,36)
  Rollimage[9].src = "images/button_sale.gif"

  Rollimage[10] = new Image(142,36)
  Rollimage[10].src = "images/button_sale_over.gif"
  
    Rollimage[11]= new Image(142,36)
  Rollimage[11].src = "images/button_virtualtour.gif"

  Rollimage[12] = new Image(142,36)
  Rollimage[12].src = "images/button_virtualtour_over.gif"

  Rollimage[13]= new Image(142,36)
  Rollimage[13].src = "images/button_prenotazioni.gif"

  Rollimage[14] = new Image(142,36)
  Rollimage[14].src = "images/button_prenotazioni_over.gif"
  
  Rollimage[15]= new Image(142,36)
  Rollimage[15].src = "images/button_offerte.gif"

  Rollimage[16] = new Image(142,36)
  Rollimage[16].src = "images/button_offerte_over.gif"
  
  Rollimage[17]= new Image(142,36)
  Rollimage[17].src = "images/button_contatti.gif"

  Rollimage[18] = new Image(142,36)
  Rollimage[18].src = "images/button_contatti_over.gif"
  
  Rollimage[19]= new Image(142,36)
  Rollimage[19].src = "images/button_english.gif"

  Rollimage[20] = new Image(142,36)
  Rollimage[20].src = "images/button_english_over.gif"
  
  Rollimage[21]= new Image(142,36)
  Rollimage[21].src = "images/button_whereweare.gif"

  Rollimage[22] = new Image(142,36)
  Rollimage[22].src = "images/button_whereweare_over.gif"
  
  Rollimage[23]= new Image(142,36)
  Rollimage[23].src = "images/button_information.gif"

  Rollimage[24] = new Image(142,36)
  Rollimage[24].src = "images/button_information_over.gif"
  
  Rollimage[25]= new Image(142,36)
  Rollimage[25].src = "images/button_rooms.gif"

  Rollimage[26] = new Image(142,36)
  Rollimage[26].src = "images/button_rooms_over.gif"
  
  Rollimage[27]= new Image(142,36)
  Rollimage[27].src = "images/button_booking.gif"

  Rollimage[28] = new Image(142,36)
  Rollimage[28].src = "images/button_booking_over.gif"

  Rollimage[29]= new Image(142,36)
  Rollimage[29].src = "images/button_specialoffer.gif"

  Rollimage[30] = new Image(142,36)
  Rollimage[30].src = "images/button_specialoffer_over.gif"
  
  Rollimage[31]= new Image(142,36)
  Rollimage[31].src = "images/button_contact.gif"

  Rollimage[32] = new Image(142,36)
  Rollimage[32].src = "images/button_contact_over.gif"  
  
  Rollimage[33]= new Image(142,36)
  Rollimage[33].src = "images/button_italiano.gif"

  Rollimage[34] = new Image(142,36)
  Rollimage[34].src = "images/button_italiano_over.gif"  
  
function SwapOut1(){
document.Homepage.src = Rollimage[1].src;
return true;
}	
function SwapOut2(){
document.Dovesiamo.src = Rollimage[3].src;
return true;
}	  
function SwapOut3(){
document.Informazioni.src = Rollimage[5].src;
return true;
}  
function SwapOut4(){
document.Camere.src = Rollimage[7].src;
return true;
}
function SwapOut5(){
	document.Sale.src = Rollimage[9].src;
return true;
}
function SwapOut6(){
document.Virtualtour.src = Rollimage[11].src;
return true;
}	
function SwapOut7(){
document.Prenotazioni.src = Rollimage[13].src;
return true;
}	  
function SwapOut8(){
document.Offertespeciali.src = Rollimage[15].src;
return true;
}  
function SwapOut9(){
document.Contatti.src = Rollimage[17].src;
return true;
}
function SwapOut10(){
document.english.src = Rollimage[19].src;
return true;
}
function SwapOut11(){
document.Whereweare.src = Rollimage[21].src;
return true;
}
function SwapOut12(){
document.Informations.src = Rollimage[23].src;
return true;
}
function SwapOut13(){
document.Rooms.src = Rollimage[25].src;
return true;
}
function SwapOut14(){
document.Booking.src = Rollimage[27].src;
return true;
}
function SwapOut15(){
document.Specialoffer.src = Rollimage[29].src;
return true;
}
function SwapOut16(){
document.Contact.src = Rollimage[31].src;
return true;
}
function SwapOut17(){
document.Italiano.src = Rollimage[33].src;
return true;
}

function SwapBack1(){
document.Homepage.src = Rollimage[2].src; 
return true;
}
function SwapBack2(){
document.Dovesiamo.src = Rollimage[4].src;
return true;
}
function SwapBack3(){
	document.Informazioni.src = Rollimage[6].src;
return true;
}
function SwapBack4(){
	document.Camere.src = Rollimage[8].src;
return true;
}
function SwapBack5(){
	document.Sale.src = Rollimage[10].src;
return true;
}
function SwapBack6(){
document.Virtualtour.src = Rollimage[12].src;
return true;
}
function SwapBack7(){
	document.Prenotazioni.src = Rollimage[14].src;
return true;
}
function SwapBack8(){
	document.Offertespeciali.src = Rollimage[16].src;
return true;
}
function SwapBack9(){
	document.Contatti.src = Rollimage[18].src;
return true;
}
function SwapBack10(){
	document.english.src = Rollimage[20].src;
return true;
}
function SwapBack11(){
	document.Whereweare.src = Rollimage[22].src;
return true;
}
function SwapBack12(){
	document.Informations.src = Rollimage[24].src;
return true;
}
function SwapBack13(){
	document.Rooms.src = Rollimage[26].src;
return true;
}
function SwapBack14(){
	document.Booking.src = Rollimage[28].src;
return true;
}
function SwapBack15(){
	document.Specialoffer.src = Rollimage[30].src;
return true;
}
function SwapBack16(){
	document.Contact.src = Rollimage[32].src;
return true;
}
function SwapBack17(){
	document.Italiano.src = Rollimage[34].src;
return true;
}
 --> 