/* rollover */
if(document.images) {

	bottoneover = new Array(7);
	bottoneout = new Array(7);

	bottoneover[0]=new Image(146,13);
	bottoneout[0]=new Image(146,5);
	bottoneover[0].src="http://www.blucar.it/img/m_hp3.gif";
	bottoneout[0].src="http://www.blucar.it/img/m_hp.gif";

	bottoneover[1]=new Image(146,13);
	bottoneout[1]=new Image(146,5);
	bottoneover[1].src="http://www.blucar.it/img/m_az3.gif";
	bottoneout[1].src="http://www.blucar.it/img/m_az.gif";

	bottoneover[2]=new Image(146,13);
	bottoneout[2]=new Image(146,5);
	bottoneover[2].src="http://www.blucar.it/img/m_se3.gif";
	bottoneout[2].src="http://www.blucar.it/img/m_se.gif";

	bottoneover[3]=new Image(146,13);
	bottoneout[3]=new Image(146,5);
	bottoneover[3].src="http://www.blucar.it/img/m_au3.gif";
	bottoneout[3].src="http://www.blucar.it/img/m_au.gif";

	bottoneover[4]=new Image(146,13);
	bottoneout[4]=new Image(146,5);
	bottoneover[4].src="http://www.blucar.it/img/m_oc3.gif";
	bottoneout[4].src="http://www.blucar.it/img/m_oc.gif";

	bottoneover[5]=new Image(146,13);
	bottoneout[5]=new Image(146,5);
	bottoneover[5].src="http://www.blucar.it/img/m_do3.gif";
	bottoneout[5].src="http://www.blucar.it/img/m_do.gif";

	bottoneover[6]=new Image(146,13);
	bottoneout[6]=new Image(146,5);
	bottoneover[6].src="http://www.blucar.it/img/m_in3.gif";
	bottoneout[6].src="http://www.blucar.it/img/m_in.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;
}