
with(mg=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
   aI("text=Home ;url=index.html;status=Back To Home Page;");
   aI("text=Landscaping &amp; Lawns;showmenu=Lawn;");
   aI("text=Ornamental Plants;showmenu=Ornamental;");
   aI("text=Gardens &amp; Orchards;showmenu=Edible;");
   aI("text=Managing Plant Problems;showmenu=Problems");
   aI("text=Other Topics;showmenu=Other");
}
drawMenus();
