/* rollover */
if(document.images) {

	bottoneover = new Array(16);
	bottoneout = new Array(16);

	bottoneover[0]=new Image(146,13);
	bottoneout[0]=new Image(146,5);
	bottoneover[0].src="img/m-azienda2.gif";
	bottoneout[0].src="img/m-azienda.gif";

	bottoneover[1]=new Image(146,13);
	bottoneout[1]=new Image(146,13);
	bottoneover[1].src="img/m-staff2.gif";
	bottoneout[1].src="img/m-staff.gif";

	bottoneover[2]=new Image(146,13);
	bottoneout[2]=new Image(146,13);
	bottoneover[2].src="img/m-marchi2.gif";
	bottoneout[2].src="img/m-marchi.gif";

	bottoneover[3]=new Image(146,13);
	bottoneout[3]=new Image(146,13);
	bottoneover[3].src="img/m-dove2.gif";
	bottoneout[3].src="img/m-dove.gif";

	bottoneover[4]=new Image(146,13);
	bottoneout[4]=new Image(146,13);
	bottoneover[4].src="img/m-contatti2.gif";
	bottoneout[4].src="img/m-contatti.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;
}
