webfxMenuImagePath = "images/";
webfxMenuUseHover = true;

var newsMenu = new WebFXMenu;
newsMenu.add(new WebFXMenuItem("News Home", "/news/index.html"));
newsMenu.add(new WebFXMenuSeparator());
newsMenu.add(new WebFXMenuItem("Business Innovation Awards","/news/carr"));
newsMenu.add(new WebFXMenuItem("Quilting Exhibition for Hawthorn","/news/quilt"));
newsMenu.add(new WebFXMenuItem("Our Art Exchange goes International","/news/rsa"));
newsMenu.add(new WebFXMenuItem("Grade 6 Junior Art Competition","/news/artcomp"));
newsMenu.add(new WebFXMenuItem("RCH active in Boroondara Cares","/news/moira"));
newsMenu.add(new WebFXMenuItem("Second Bite","/news/secondbite.html"));


var aboutUsMenu = new WebFXMenu;
aboutUsMenu.add(new WebFXMenuItem("About Us Home", "/aboutus/index.html"));
aboutUsMenu.add(new WebFXMenuSeparator());
aboutUsMenu.add(new WebFXMenuItem("Our Meetings","/aboutus/ourmtgs"));
aboutUsMenu.add(new WebFXMenuItem("Our Recent Bulletins","/aboutus/hawthorn-rotary-bulletins.html"));
aboutUsMenu.add(new WebFXMenuItem("Who's Speaking","/aboutus/speaker_program.html"));
aboutUsMenu.add(new WebFXMenuItem("Duty Roster","/aboutus/dutyroster.html"));
aboutUsMenu.add(new WebFXMenuItem("About Rotary","/aboutus/rotary"));
aboutUsMenu.add(new WebFXMenuItem("Our Past Presidents","/aboutus/pastpres"));
aboutUsMenu.add(new WebFXMenuItem("Our Paul Harris Fellows","/aboutus/phf"));
aboutUsMenu.add(new WebFXMenuItem("Our Short History","/aboutus/history"));
aboutUsMenu.add(new WebFXMenuItem("Constitution","/aboutus/const"));
aboutUsMenu.add(new WebFXMenuItem("Documents","/aboutus/doc"));
aboutUsMenu.add(new WebFXMenuItem("Hawthorn Rotary Mailing List","/aboutus/list.html"));


var activitiesMenu = new WebFXMenu;
activitiesMenu.add(new WebFXMenuItem("Activities Home", "/activities/index.html"));
activitiesMenu.add(new WebFXMenuSeparator());
activitiesMenu.add(new WebFXMenuItem("RCH Christmas lunch","/activities/social"));
activitiesMenu.add(new WebFXMenuItem("E-Hams","/activities/ehams"));
activitiesMenu.add(new WebFXMenuItem("Car Parking","/activities/carpark"));
activitiesMenu.add(new WebFXMenuItem("Our Junior Art Prize","/activities/art"));
activitiesMenu.add(new WebFXMenuItem("RCH at Bunnings","/activities/sizzle"));
activitiesMenu.add(new WebFXMenuItem("Annual Tasmanian Exchange","/activities/tas"));
activitiesMenu.add(new WebFXMenuItem("Kinglake Bushfire Recovery","/activities/fires"));
activitiesMenu.add(new WebFXMenuItem("Business Innovation Awards  (in memory of Ron Carr)","/activities/roncarr"));


var menuBar = new WebFXMenuBar;
menuBar.add(new WebFXMenuButton("Home", "/index.html"));
menuBar.add(new WebFXMenuButton("News", null, null, newsMenu));
//menuBar.add(new WebFXMenuButton("For the Record", null, null, recordMenu));
menuBar.add(new WebFXMenuButton("About Us", null, null, aboutUsMenu));
menuBar.add(new WebFXMenuButton("Activities", null, null, activitiesMenu));
menuBar.add(new WebFXMenuButton("Contact Us", "/contact.html"));


