if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); document.write('' + ''); document.write(''); var menu1 = ms.addMenu(document.getElementById("menu1")); menu1.addItem("Despre noi", "index.php?pagini_id=10"); menu1.addItem("Istoric", "index.php?pagini_id=11"); menu1.addItem("Viziune si valori", "index.php?pagini_id=14"); menu1.addItem("Echipa", "index.php?pagini_id=94"); menu1.addItem("Evenimente", "index.php?pagini_id=40"); document.write(''); document.write(''); var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem("Servicii", "index.php?pagini_id=30"); menu2.addItem("Testimoniale", "index.php?pagini_id=31"); menu2.addItem("Campanii promotionale", "index.php?pagini_id=101"); document.write(''); document.write(''); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("Lista furnizori", "index.php?pagini_id=21"); menu3.addItem("Servicii", "index.php?pagini_id=22"); document.write(''); document.write(''); document.write(''); document.write(''); var menu5 = ms.addMenu(document.getElementById("menu5")); menu5.addItem("Comunicate de presa", "index.php?pagini_id=45"); menu5.addItem("FARMEXIM in presa", "index.php?pagini_id=44"); menu5.addItem("Informatii", "index.php?pagini_id=38"); menu5.addItem("Farmexim in imagini", "index.php?pagini_id=74"); menu5.addItem("Contact", "index.php?pagini_id=73"); document.write(''); document.write(''); var menu6 = ms.addMenu(document.getElementById("menu6")); menu6.addItem("De ce sa lucrezi cu noi?", "index.php?pagini_id=24"); menu6.addItem("Posturi vacante", "index.php?pagini_id=26"); menu6.addItem("Trimite CV", "index.php?pagini_id=25"); document.write(''); document.write(''); document.write(''); document.write('' + '' + '
Compania'+'       Clienti'+'       Furnizori'+'       Distributie'+'       Press room'+'       Cariere'+'       Contact'+'       
'); mtDropDown.renderAll(); }