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>PVC</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>Domes & skylights</b>';
mv2_menu[5] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <A HREF="manual.html" class=menu003><b>Manuals </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"> Cellular polycarbonate</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_compact.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Compact polycarbonate</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_ondule.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Corrugated polycarbonate</A><BR>';
mv2_lien[0] += '<A HREF="polycarbonate_emboitable.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Interlocking polycarbonate</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"> Cellular big wave polycarbonate</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"> Double layer panels</A><BR>';
mv2_lien[4] += '<A HREF="domes.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Domes</A><BR>';
mv2_lien[4] += '<A HREF="lanterneaux.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Skylights</A><BR>';
mv2_lien[4] += '<A HREF="voutes.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Vaults</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"> 1.6m aluminium frame</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"> 3m aluminium frame</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"> 4.2m aluminium frame</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"> 4.5m aluminium frame</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 H frame</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_accessoires.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Accessories</A><BR>';
mv2_lien[5] += '<A HREF="isolant_thermique.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Isolant thermique</A><BR>';
mv2_lien[5] += '<A HREF="isolant_thermique_phonique.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Isolant thermique et phonique</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();
