document.write('<STYLE TYPE="text/css">\na.mv2style {color:#555555;text-decoration:none;}\na:hover.mv2style {color:#000000;text-decoration:none;}\n</STYLE>');

mv2_menu = new Array();
mv2_lien = new Array();

mv2_menu[0] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <b>Polycarbonate</b>';
mv2_menu[1] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <A HREF="pvc.html" class=menu003><b>P.V.C.</b></A>';
mv2_menu[2] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <A HREF="polyester.html" class=menu003><b>Polyester</b></A>';
mv2_menu[3] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <b>Aluminium</b>';
mv2_menu[4] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <b>Dôme & lanternaux</b>';
mv2_menu[5] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <A HREF="bacacier.html" class=menu003><b>Bac acier</b></a>';
mv2_menu[6] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <A HREF="veranda.html" class=menu003><b>Véranda en kit</b></a>';
mv2_menu[7] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <A HREF="mode_emploi.html" class=menu003><b>Mode d\'emploi </b><img src="img/puce_video.gif" border="0"></a>';

mv2_lien[0] = ''
mv2_lien[1] = ''
mv2_lien[2] = ''
mv2_lien[3] = ''
mv2_lien[4] = ''
mv2_lien[5] = ''
mv2_lien[6] = ''
mv2_lien[7] = ''
mv2_lien[8] = ''
mv2_lien[0] += '<A HREF="polycarbonate_alveolaire.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Polycarbonate alvéolaire</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_compact.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Polycarbonate compact</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_ondule.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Polycarbonate ondulé et nervuré</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_emboitable.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Polycarbonate embo&icirc;table</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_go_alveolaire.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Polycarbonate GO alvéolaire</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_double_peau.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Panneaux double peau</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_micro_lames.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Micro-lames et micro-billes</A><BR>';
mv2_lien[4] += '<A HREF="domes.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Dômes</A><BR>';
mv2_lien[4] += '<A HREF="lanterneaux.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Lanterneaux</A><BR>';
mv2_lien[4] += '<A HREF="voutes.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Voûtes</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_porteur_16.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Aluminium porteur 1,6m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_porteur_3.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Aluminium porteur 3m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_porteur_42.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Aluminium porteur 4,2m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_porteur_45.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Aluminium porteur 4,5m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_profil_h.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Aluminium profil H</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_accessoires.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Accessoires</A><BR>';


mv2_pos = -1;

function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=240><TR><TD><TABLE BORDER=0 CELLPADDING=01 CELLSPACING=0 WIDTH=100%>";

	for(a=0;a<mv2_menu.length;a++)
		{
	if(document.getElementById)
			mv2_aff += "<TR><TD><A HREF=\"#\" onClick=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=menu003>"+mv2_menu[a]+"</A></TD></TR>";
		else
			mv2_aff += "<TR><TD><FONT FACE=\"Verdana\" SIZE=2 COLOR=#000000>"+mv2_menu[a]+"</FONT></TD></TR>"
	if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD><FONT CLASS=\"menu002\">"+mv2_lien[a]+"</FONT></TD></TR>";
		}

	mv2_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv2").innerHTML = mv2_aff;
	else
		document.write(mv2_aff);
	}

mv2_menu_draw();
