with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
align="center";
aI("text=Home;url=index.php;pagematch=/index.php;");
aI("showmenu=Applications;text=Applications;");
aI("text=Products;url=products.php;pagematch=/products.php;");
aI("text=Ordering;url=ordering.php;pagematch=/ordering.php;");
aI("text=Contact Us;url=contact_us.php;pagematch=/contact_us.php;");
aI("text=About Us;url=about_us.php;pagematch=/about_us.php;");
}

drawMenus();

/*aI("text=Home;url=index.php;pagematch=/index.php;pagecolor=#7CCAF2");
aI("showmenu=Applications;text=Applications;");
aI("text=Products;url=products.php;pagematch=/products.php;pagecolor=#7CCAF2");
aI("text=Ordering;url=ordering.php;pagematch=/ordering.php;pagecolor=#7CCAF2");
aI("text=Contact Us;url=contact_us.php;pagematch=/contact_us.php;pagecolor=#7CCAF2");
aI("text=About Us;url=about_us.php;pagematch=/about_us.php;pagecolor=#7CCAF2");*/

