<!--
function fwLoadMenus() {
 if (window.fw_menu_0) return;
 window.fw_menu_0 = new Menu("root",138,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#ff6600","#006600");
 fw_menu_0.addMenuItem("Dining & Grille","window.open('dining.html', '_self');");
 fw_menu_0.addMenuItem("Resort Activities","window.open('activity.html', '_self');");
 fw_menu_0.addMenuItem("Area Attractions","window.open('aarea.html', '_self');");
 fw_menu_0.addMenuItem("News","window.open('news.html', '_self');");
 fw_menu_0.addMenuItem("More Information","window.open('eric.html', '_blank');");
 fw_menu_0.addMenuItem("Return to Home Site","window.open('index.html', '_self');");
  fw_menu_0.hideOnMouseOut=true;
 window.fw_menu_1 = new Menu("root",138,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#ff6600","#006600");
 fw_menu_1.addMenuItem("Mid Week Package Rates","window.open('midwk.html', '_self');");
 fw_menu_1.addMenuItem("Weekend Package Rates","window.open('wkend.html', '_self');");
 fw_menu_1.addMenuItem("Policy & Information","window.open('policy.html', '_self');");
 fw_menu_1.addMenuItem("News","window.open('news.html', '_self');");
 fw_menu_1.addMenuItem("Virtual Tour","window.open('tour.html', '_self');");
 fw_menu_1.addMenuItem("More Information","window.open('eric.html', '_blank');");
 fw_menu_1.addMenuItem("Return to Home Site","window.open('index.html', '_self');");
  fw_menu_1.hideOnMouseOut=true;
 window.fw_menu_2 = new Menu("root",138,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#ff6600","#006600");
 fw_menu_2.addMenuItem("Resort Activities","window.open('activity.html', '_self');");
 fw_menu_2.addMenuItem("Directions","window.open('directions.html', '_self');");
 fw_menu_2.addMenuItem("Area Attractions","window.open('aarea.html', '_self');");
 fw_menu_2.addMenuItem("News","window.open('news.html', '_self');");
 fw_menu_2.addMenuItem("More Information","window.open('eric.html', '_blank');");
 fw_menu_2.addMenuItem("Return to Home Site","window.open('index.html', '_self');");
  fw_menu_2.hideOnMouseOut=true;
 window.fw_menu_3 = new Menu("root",143,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#ff6600","#006600");
 fw_menu_3.addMenuItem("Course & Tee Times","window.open('course.html', '_self');");
 fw_menu_3.addMenuItem("Rates & Membership","window.open('randm.html', '_self');");
 fw_menu_3.addMenuItem("Pro Shop","window.open('proshop.html', '_self');");
 fw_menu_3.addMenuItem("Stay n' Play","window.open('stayplay.html', '_self');");
 fw_menu_3.addMenuItem("News","window.open('news.html', '_self');");
 fw_menu_3.addMenuItem("Golf Academy","window.open('golfacademy.html', '_self');");
 fw_menu_3.addMenuItem("More Information","window.open('eric.html', '_blank');");
 fw_menu_3.addMenuItem("Return to Home Site","window.open('index.html', '_self');");
  fw_menu_3.hideOnMouseOut=true;
 window.fw_menu_4 = new Menu("root",138,19,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffffff","#ff6600","#006600");
 fw_menu_4.addMenuItem("Stay n' Play Rates","window.open('stayplay.html', '_self');");
 fw_menu_4.addMenuItem("Vacation Homes","window.open('vhomes.html', '_self');");
 fw_menu_4.addMenuItem("Lodging Rates","window.open('lodging.html', '_self');");
 fw_menu_4.addMenuItem("Specials","window.open('specials.html', '_self');");
 fw_menu_4.addMenuItem("Virtual Tour","window.open('tour.html', '_self');");
 fw_menu_4.addMenuItem("Policy & Information","window.open('policy.html', '_self');");
 fw_menu_4.addMenuItem("More Information","window.open('eric.html', '_blank');");
 fw_menu_4.addMenuItem("Return to Home Site","location='index.html'");
  fw_menu_4.hideOnMouseOut=true;
 fw_menu_4.writeMenus();
} // fwLoadMenus()
//-->
