if (TransMenu.isSupported()) { TransMenu.updateImgPath('images/'); var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft); TransMenu.subpad_x = 0; TransMenu.subpad_y = 0; document.getElementById("menu1").onmouseover = function() { ms.hideCurrent(); } var tmenu1 = ms.addMenu(document.getElementById("menu1")); tmenu1.addItem("Mission, Vision & Background", "mission.php", 0, 0, 0); tmenu1.addItem("Principal Partnerships & Associations", "partnership.php", 0, 0, 1); tmenu1.addItem("Future", "future.php", 0, 0, 2); tmenu1.addItem("Testimonials", "testimonials.php", 0, 0, 3); tmenu1.addItem("Our Team", "team.php", 0, 0, 4); var tmenu2 = ms.addMenu(document.getElementById("menu2")); tmenu2.addItem("Logistics", "logistics.php", 0, 0, 0); tmenu2.addItem("Trade Marketing", "trade_marketing.php", 0, 0, 1); tmenu2.addItem("In-store Promotions & Sampling", "in_store.php", 0, 0, 2); var tmenu3 = ms.addMenu(document.getElementById("menu3")); tmenu3.addItem("Retail Product List - PDF", "images/asaat_product_list.pdf", 1, 0, 0, 1); tmenu3.addItem("Foodservice Product List - PDF", "images/fs_product_list.pdf", 1, 0, 1, 1); tmenu3.addItem("The Chocolate Bar Middle East (TCBME)", "brand.php?pid=118", 0, 0, 2, 1); tmenu3.addItem("Luna", "brand.php?pid=36", 0, 0, 3, 1); tmenu3.addItem("Al Hamra", "brand.php?pid=114", 0, 0, 4, 1); tmenu3.addItem("KODAK", "brand.php?pid=45", 0, 0, 5, 1); tmenu3.addItem("IPSA", "brand.php?pid=113", 0, 0, 6, 1); tmenu3.addItem("Kusmi Tea", "brand.php?pid=119", 0, 0, 7, 1); tmenu3.addItem("Richesse Tea", "brand.php?pid=44", 0, 0, 8, 1); tmenu3.addItem("Richesse Tuna", "brand.php?pid=91", 0, 0, 9, 1); tmenu3.addItem("Chicken of the Sea", "brand.php?pid=107", 0, 0, 10, 1); tmenu3.addItem("Ramya Pickles", "brand.php?pid=115", 0, 0, 11, 1); tmenu3.addItem("Priya", "brand.php?pid=46", 0, 0, 12, 1); tmenu3.addItem("ROKA Crispies", "brand.php?pid=98", 0, 0, 13, 1); tmenu3.addItem("World Foods", "brand.php?pid=99", 0, 0, 14, 1); tmenu3.addItem("Farmer's Snack", "brand.php?pid=105", 0, 0, 15, 1); tmenu3.addItem("Florida's Natural", "brand.php?pid=47", 0, 0, 16, 1); tmenu3.addItem("NBCC", "brand.php?pid=57", 0, 0, 17, 1); tmenu3.addItem("Whitakers Chocolates", "brand.php?pid=100", 0, 0, 18, 1); tmenu3.addItem("Oriol Balaguer", "brand.php?pid=104", 0, 0, 19, 1); tmenu3.addItem("Blue Bird", "brand.php?pid=48", 0, 0, 20, 1); tmenu3.addItem("Au'some candies", "brand.php?pid=97", 0, 0, 21, 1); tmenu3.addItem("Dubai Macaroni", "brand.php?pid=49", 0, 0, 22, 1); tmenu3.addItem("Elite", "brand.php?pid=51", 0, 0, 23, 1); tmenu3.addItem("Kist", "brand.php?pid=110", 0, 0, 24, 1); tmenu3.addItem("MD", "brand.php?pid=52", 0, 0, 25, 1); tmenu3.addItem("Maliban", "brand.php?pid=53", 0, 0, 26, 1); tmenu3.addItem("Munchee", "brand.php?pid=54", 0, 0, 27, 1); tmenu3.addItem("Lanka Soy", "brand.php?pid=101", 0, 0, 28, 1); tmenu3.addItem("Samaposha", "brand.php?pid=102", 0, 0, 29, 1); tmenu3.addItem("Elephant House", "brand.php?pid=55", 0, 0, 30, 1); tmenu3.addItem("NONIONS", "brand.php?pid=93", 0, 0, 31, 1); tmenu3.addItem("Gourmante", "brand.php?pid=103", 0, 0, 32, 1); tmenu3.addItem("JUMEL Jams & Sauces", "brand.php?pid=112", 0, 0, 33, 1); tmenu3.addItem("Sippy", "brand.php?pid=117", 0, 0, 34, 1); tmenu3.addItem("Godavari - Indian Andhra Rice", "brand.php?pid=95", 0, 0, 35, 1); tmenu3.addItem("DAWAAT Devaaya - Indian Rice", "brand.php?pid=106", 0, 0, 36, 1); tmenu3.addItem("Royal Brand - Pakistani Rice", "brand.php?pid=108", 0, 0, 37, 1); tmenu3.addItem("Colombo - Sri Lankan Rice", "brand.php?pid=109", 0, 0, 38, 1); tmenu3.addItem("Imperial Taste - Thai Rice", "brand.php?pid=111", 0, 0, 39, 1); tmenu3.addItem("Priya - Indian Rice", "brand.php?pid=116", 0, 0, 40, 1); tmenu3.addItem("Rafsanjan Pistacio's", "brand.php?pid=94", 0, 0, 41, 1); var tmenu4 = ms.addMenu(document.getElementById("menu4")); tmenu4.addItem("Contact Details", "contact.php", 0, 0, 0); tmenu4.addItem("Careers", "careers.php", 0, 0, 0); TransMenu.renderAll(); } init1=function(){TransMenu.initialize();} if (window.attachEvent) { window.attachEvent("onload", init1); }else{ TransMenu.initialize(); }