/*script per menu prodotti*/function evidenziabottone(bottone){ var a = bottone; a.style.opacity=1; a.filters.alpha.opacity=100; } function opacobottone(bottone){ var a = bottone; a.style.opacity=0.4; a.filters.alpha.opacity=40; } function afficheMaxi(chemin)    {    i1 = new Image;    i1.src = chemin;    html = '<HTML>\n<HEAD>\n<TITLE></TITLE>\n</HEAD>\n<BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0>\n<CENTER><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width, document.imageTest.height)"></CENTER>\n</BODY>\n</HTML>';	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,titlebar=0');	popupImage.document.open();	popupImage.document.write(html);	popupImage.document.close();	}
