// create a set of dropdowns
//==================================================================================================
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 2, mtDropDown.reference.bottomLeft);
// menu1 : -
//var menu1 = ms.addMenu(document.getElementById("menu1"));
//menu1.addItem("<b>&raquo;</b> Algemeen", "index.php");
// menu2 : -
//var menu2 = ms.addMenu(document.getElementById("menu2"));
//menu2.addItem("<b>&raquo;</b> Vormen", "index.php");
// menu3 : Productoverzicht
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("<b>&raquo;</b> Portable navigatiesystemen ", "index.php?id=25");
menu3.addItem("<b>&raquo;</b> DVD - Harddisk of SD navigatiesystemen ", "index.php?id=42");
menu3.addItem("<b>&raquo;</b> Tracking & Tracing ", "index.php?id=27");
menu3.addItem("<b>&raquo;</b> (SCM) Alarmsystemen voor motorfiets, motorvoer- en vaartuigen ", "index.php?id=28");
menu3.addItem("<b>&raquo;</b> CarAudio, Digitale TV & MultiMedia ", "index.php?id=29");
menu3.addItem("<b>&raquo;</b> Handsfree carkits, Bluetooth ", "index.php?id=30");
menu3.addItem("<b>&raquo;</b> Telecommunicatie ", "index.php?id=31");
menu3.addItem("<b>&raquo;</b> Fiscale ritregistratie & Tom Tom Work ", "index.php?id=32");
menu3.addItem("<b>&raquo;</b> Mobile EasyKey ", "index.php?id=33");
menu3.addItem("<b>&raquo;</b> Second Life- en Demoapparatuur ", "index.php?id=34");
//menu4 : fotos
var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("<b>&raquo;</b> Populaire producten", "index.php?id=40");
menu4.addItem("<b>&raquo;</b> Inbouwwerkzaamheden", "index.php?id=41");
// menu5 : Informatie
var menu5 = ms.addMenu(document.getElementById("menu5"));
menu5.addItem("<b>&raquo;</b> Adresgegevens", "index.php?id=36");
menu5.addItem("<b>&raquo;</b> Contactformulier", "index.php?id=37");
menu5.addItem("<b>&raquo;</b> Personeel", "index.php?id=38");
menu5.addItem("<b>&raquo;</b> Vacatures", "index.php?id=39");
menu5.addItem("<b>&raquo;</b> Nieuwsbrief", "index.php?id=");
menu5.addItem("<b>&raquo;</b> Downloads", "index.php?id=35");
// menu6 : Extra
var menu6 = ms.addMenu(document.getElementById("menu6"));
menu6.addItem("<b>&raquo;</b> Fabrikanten", "index.php?id=23");
menu6.addItem("<b>&raquo;</b> Ham radio", "index.php?id=24");

// write drop downs into page
//==================================================================================================
mtDropDown.renderAll();
	
