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>Polycarbonaat</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>Koepels & rookkoepels</b>';
mv2_menu[5] = '<img src="img/puce_fleche01.gif" width="8" height="9" border="0"> <b>Isolatie</b>';

mv2_lien[0] = ''
mv2_lien[1] = ''
mv2_lien[2] = ''
mv2_lien[3] = ''
mv2_lien[4] = ''
mv2_lien[5] = ''
mv2_lien[0] += '<A HREF="meerwandig_polycarbonaat.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Meerwandig polycarbonaat</A><BR>';
mv2_lien[0] += '<A HREF="massief_polycarbonaat.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Massief polycarbonaat</A><BR>';
mv2_lien[0] += '<A HREF="gegolfd_en_generfd_polycarbonaat.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Gegolfd en generfd polycarbonaat</A><BR>';
mv2_lien[0] += '<A HREF="gegolfd_meerwandig_polycarbonaat.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Gegolfd meerwandig polycarbonaat</A><BR>';
mv2_lien[0] += '<A HREF="dubbelwandige_platen.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Dubbelwandige platen</A><BR>';
mv2_lien[4] += '<A HREF="koepels.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Koepels</A><BR>';
mv2_lien[4] += '<A HREF="rookkoepels.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Rookkoepels</A><BR>';
mv2_lien[4] += '<A HREF="lichtstraten.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Lichtstraten</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_16.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Zelfdragend tot 1.60m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_3.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Zelfdragend tot 3m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_42.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Zelfdragend profiel met koudestop</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_45.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Zelfdragend tot 4.5m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_h.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Zelfdragend tot 1.60m</A><BR>';
mv2_lien[3] += '<A HREF="aluminium_toebehoren.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Toebehoren</A><BR>';
mv2_lien[5] += '<A HREF="thermisch_isolerend_door_reflexie.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Isolatie tegen warmte</A><BR>';
mv2_lien[5] += '<A HREF="isolatie_tegen_warmte_en_geluid.html" CLASS=mv2style>  <img src="img/puce_fleche00.gif" width="8" height="7" border="0"> Isolatie tegen warmte en geluid</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();

