document.write('<STYLE TYPE="text/css">\na.mv3style {font-size: 12pt; color:#ffffff;text-decoration:none;}\na:hover.mv3style {color:#CC0000;}\n</STYLE>')

; mv3_menu = new Array(); mv3_lien = new Array()
; mv3_menu[0] = '<b>Safety Service</b>'

mv3_lien[0] = '<A HREF="valutazionedelrischio.html" CLASS=mv3style TARGET="_self">Valutazione del rischio</A><BR>';
mv3_lien[0] += '<A HREF="valutazionedellivellosicurezza.html" CLASS=mv3style TARGET="_self">Valutazione del livello di sicurezza</A><BR>';
mv3_lien[0] += '<A HREF="verificheelettriche.html" CLASS=mv3style TARGET="_self">Verifiche elettriche</A><BR>';
mv3_lien[0] += '<A HREF="definizionedeiprodotti.html" CLASS=mv3style TARGET="_self">Definizione dei prodotti</A><BR>';
mv3_lien[0] += '<A HREF="fornituradeiprodotti.html" CLASS=mv3style TARGET="_self">Fornitura prodotti</A><BR>';
mv3_lien[0] += '<A HREF="Installazionecollaudo.html" CLASS=mv3style TARGET="_self">Installazione e collaudo</A><BR>';
mv3_lien[0] += '<A HREF="marcaturacemacchina.html" CLASS=mv3style TARGET="_self">Marcatura CE macchina</A><BR>';
mv3_lien[0] += '<A HREF="formazioneedinformazione.html" CLASS=mv3style TARGET="_self">Formazione ed informazione</A><BR>';
mv3_lien[0] += '<A HREF="verificheperiodiche.html" CLASS=mv3style TARGET="_self">Verifiche periodiche</A><BR>';
mv3_lien[0] += '<A HREF="novitadirettive.html" CLASS=mv3style TARGET="_self">Novità circa le direttive</A><BR>';

mv3_pos = -1;
function mv3_menu_draw()
        {
        mv3_aff = "<TABLE BORDER=0 BGCOLOR=#FFFFFF CELLPADDING=4 CELLSPACING=0 WIDTH=100%><TR><TD><TABLE BORDER=0 CELLPADDING=3 CELLSPACING=1 WIDTH=100%>";
for(a=0;a<mv3_menu.length;a++)
                {
                if(mv3_pos == a || !document.getElementById)
			bgcolor = "#333366";
		else
			bgcolor = "#CC0000";
        if(document.getElementById)
                        mv3_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv3_pos="+a+";mv3_menu_draw()\" CLASS=mv3style>"+mv3_menu[a]+"</A></TD></TR>";
                else
                        mv3_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=2 COLOR=#000000>"+mv3_menu[a]+"</FONT></TD></TR>"
        if(mv3_pos == a || !document.getElementById)
                        mv3_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=1>"+mv3_lien[a]+"</FONT></TD></TR>";
                }
mv3_aff += "</TABLE></TD></TR></TABLE>";
        if(document.getElementById)
                document.getElementById("mv3").innerHTML = mv3_aff;
        else
                document.write(mv3_aff);
        }

mv3_menu_draw();