with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
subimage="assets/images/spacer.gif";

aI("text=HOME;url=index.html;");
aI("image=assets/images/spacer.gif;text=COMPANY PROFILE;url=companyprofile.html;");
aI("image=assets/images/spacer.gif;text=QUALITY PRODUCTS;url=products.html;");
//aI("showmenu=products;text=PRODUCTS & SERVICES;url=products.html;image=assets/images/spacer.gif;");
aI("image=assets/images/spacer.gif;text=CLIENTS;url=clients.html;");
aI("image=assets/images/spacer.gif;text=WASTE MANAGEMENT;url=wastemanagement.php;");
aI("image=assets/images/spacer.gif;text=DID YOU KNOW?;url=did.html;");
aI("image=assets/images/spacer.gif;text=CONTACT;url=contact.php;");
}
drawMenus();
