if (TransMenu.isSupported()) { self['mymenu'] = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft); var mymenu_menu25 = self['mymenu'].addMenu(document.getElementById("mymenu_menu25")); mymenu_menu25.addItem("شركاؤنا", "index.php?id=40&pid=25", 0); mymenu_menu25.addItem("فريق عمل الشركة", "index.php?id=43&pid=25", 0); mymenu_menu25.addItem("أعضاء مجلس الادارة", "index.php?id=42&pid=25", 0); mymenu_menu25.addItem("نبذة عن الشركة", "index.php?id=32&pid=25", 0); var mymenu_menu23 = self['mymenu'].addMenu(document.getElementById("mymenu_menu23")); mymenu_menu23.addItem("برنامج سنابل", "index.php?id=57&pid=23", 0); mymenu_menu23.addItem("تأمين السيارات", "index.php?id=47&pid=23", 0); mymenu_menu23.addItem("تأمين السفر", "index.php?id=54&pid=23", 0); mymenu_menu23.addItem("تأمين الطيران والبحري", "index.php?id=35&pid=23", 0); mymenu_menu23.addItem("تأمين الحياة والصحي", "index.php?id=34&pid=23", 0); mymenu_menu23.addItem("تأمين الحريق والحوادث العامة", "index.php?id=46&pid=23", 0); var mymenu_menu34 = self['mymenu'].addMenu(document.getElementById("mymenu_menu34")); mymenu_menu34.addItem("الأخبار", "news_all.php", 0); var mymenu_menu35 = self['mymenu'].addMenu(document.getElementById("mymenu_menu35")); mymenu_menu35.addItem("إتصل بنا", "contact.php", 0); mymenu_menu35.addItem("وظائف", "careers.php", 0); TransMenu.renderAll(); } if (window.addEventListener) { window.addEventListener('load', initTransMenu, false); } else if (window.attachEvent) { var tmev = window.attachEvent('onload', initTransMenu); } else { initTransMenu(); }