
if(document.images) {

	bottoneover = new Array(7);
	bottoneout = new Array(7);

	bottoneover[0]=new Image(77,26);
	bottoneout[0]=new Image(77,26);
	bottoneover[0].src="img/eng/m_hotel_over.gif";
	bottoneout[0].src="img/eng/m_hotel.gif";

	bottoneover[1]=new Image(89,26);
	bottoneout[1]=new Image(89,26);
	bottoneover[1].src="img/eng/m_camere_over.gif";
	bottoneout[1].src="img/eng/m_camere.gif";

	bottoneover[2]=new Image(110,26);
	bottoneout[2]=new Image(110,26);
	bottoneover[2].src="img/eng/m_risto_over.gif";
	bottoneout[2].src="img/eng/m_risto.gif";

	bottoneover[3]=new Image(94,26);
	bottoneout[3]=new Image(94,26);
	bottoneover[3].src="img/eng/m_posizione_over.gif";
	bottoneout[3].src="img/eng/m_posizione.gif";

	bottoneover[4]=new Image(80,26);
	bottoneout[4]=new Image(80,26);
	bottoneover[4].src="img/eng/m_offerte_over.gif";
	bottoneout[4].src="img/eng/m_offerte.gif";

	bottoneover[5]=new Image(117,26);
	bottoneout[5]=new Image(117,26);
	bottoneover[5].src="img/eng/m_prenotazione_over.gif";
	bottoneout[5].src="img/eng/m_prenotazione.gif";

	bottoneover[6]=new Image(59,26);
	bottoneout[6]=new Image(59,26);
	bottoneover[6].src="img/eng/m_info_over.gif";
	bottoneout[6].src="img/eng/m_info.gif";

}
function acceso(i) {
	if(document.images) document.images["menu"+i].src=bottoneover[i].src;
}
function spento(i) {
	if(document.images) document.images["menu"+i].src=bottoneout[i].src;
}
