with(wdb=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative" 
style=menuStyle;

aI("text=Home Page;url=index.php;");
aI("text=System;showmenu=SYSTEM;");
aI("text=Applications;showmenu=APPLICATIONS;");
aI("text=Portable Plants;url=pdf/Portable_Plants.pdf;target=_blank");
aI("text=Other Services;url=index.php?id=other;");
aI("text=Brochures;url=index.php?id=brochure;");
aI("text=Gallery;url=index.php?id=gallery;");
aI("text=Links;url=index.php?id=links;");
aI("text=Contact Us;url=index.php?id=contact;");

}
drawMenus(); 