with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=nav/multiorange.gif;text=Home;url=index.php;");
aI("align=center;bgimage=nav/multimustard.gif;showmenu=resort;text=Resort;url=resort.php?id=lakefront-resort;");
aI("align=center;bgimage=nav/multiyellow.gif;showmenu=1;text=Packages;");
aI("align=center;bgimage=nav/multigreen.gif;showmenu=banquet;text=Banquet;");
aI("align=center;bgimage=nav/multiblue.gif;showmenu=fishing;text=Fishing;url=resort.php?id=fish-lake-simcoe;");
aI("align=center;bgimage=nav/multiorange.gif;showmenu=4;text=Marina;url=resort.php?id=marina-jacksons-point;");
aI("align=center;bgimage=nav/multimustard.gif;showmenu=restaurant;text=Restaurant;url=resort.php?id=restaurant-jacksons-point;");
aI("align=center;bgimage=nav/multiyellow.gif;text=History;url=resort.php?id=resort-history;");
aI("align=center;bgimage=nav/multigreen.gif;showmenu=2;text=In the News;url=resort.php?id=in-the-news");
aI("align=center;bgimage=nav/multiblue.gif;showmenu=3;text=Contact Us;url=resort.php?id=contact-resort;");
}
drawMenus();