
function showIt(id) {
var d = document.getElementById(id);
if (d) {d.style.display='block';}
}

function hideIt(id) {
  document.getElementById(id).style.display='none';
}

function preloadImages() {

	image1 = new Image();
	image1.src = "/images/top_banner.jpg";
	image8 = new Image();
	image8.src = "/images/submenu_bg.gif";
	image9 = new Image();
	image9.src = "/images/submenu_bg_on.gif";	
	image7 = new Image();
	image7.src = "/images/right_bg.gif";	
	image3 = new Image();
	image3.src = "/images/ad1_right.png";
	image4 = new Image();
	image4.src = "/images/callus_right.png";
	image5 = new Image();
	image5.src = "/images/callusf_right.png";
	image6 = new Image();
	image6.src = "/images/caraccess_right.png";	
	image10 = new Image();
	image10.src = "/images/hot_deals.jpg";	
	
	
}


function mmLoadMenus() {
  if (window.home1) return;
  window.home1 = new Menu("root",220,20,"book antiqua",14,"#000000","#ffffff","#89af7c","#666666","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    home1.addMenuItem("Course Layout","location='holeDesc.do'");
    home1.hideOnMouseOut=true;
    home1.menuBorder=0;
    home1.menuLiteBgColor='#ffffff';
    home1.menuBorderBgColor='#555555';
    home1.bgColor='#555555';
  window.golf = new Menu("root",220,20,"book antiqua",14,"#000000","#ffffff","#89af7c","#666666","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    golf.addMenuItem("Golf Prices","location='golfRates.jsp'");
    golf.addMenuItem("Monthly Specials","location='golfSpecials.do'");
    golf.hideOnMouseOut=true;
    golf.menuBorder=0;
    golf.menuLiteBgColor='#ffffff';
    golf.menuBorderBgColor='#555555';
    golf.bgColor='#555555';
  window.tournament_1 = new Menu("Sponsored by Nation",220,20,"book antiqua",14,"#000000","#ffffff","#89af7c","#666666","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    tournament_1.addMenuItem("Nation Open","location='nationOpen.jsp'");
    tournament_1.addMenuItem("Subway Tournament","location='subway.jsp'");
    tournament_1.hideOnMouseOut=true;
    tournament_1.menuBorder=0;
    tournament_1.menuLiteBgColor='#ffffff';
    tournament_1.menuBorderBgColor='#555555';
    tournament_1.bgColor='#555555';
  window.tournament = new Menu("root",200,20,"book antiqua",14,"#000000","#ffffff","#89af7c","#666666","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    tournament.addMenuItem("Tournament Packages","location='tournamentRates.jsp'");
    tournament.addMenuItem("Menu","location='tourBanquet.jsp'");
    tournament.addMenuItem(tournament_1);
    tournament.hideOnMouseOut=true;
    tournament.childMenuIcon="../images_e/arrows.gif";
    tournament.menuBorder=0;
    tournament.menuLiteBgColor='#ffffff';
    tournament.menuBorderBgColor='#555555';
    tournament.bgColor='#555555';
  window.restaurant = new Menu("root",160,20,"book antiqua",14,"#000000","#ffffff","#89af7c","#666666","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    restaurant.addMenuItem("Banquet Menu","location='hallMenu.jsp'");
    restaurant.addMenuItem("Business Meetings","location='businessMeeting.jsp'");
    restaurant.hideOnMouseOut=true;
    restaurant.menuBorder=0;
    restaurant.menuLiteBgColor='#ffffff';
    restaurant.menuBorderBgColor='#555555';
    restaurant.bgColor='#555555';
  window.rules = new Menu("root",160,20,"book antiqua",14,"#000000","#ffffff","#89af7c","#666666","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    rules.addMenuItem("Pace of Play", "location='paceOfPlay.jsp'");
    rules.addMenuItem("Orientation", "location='orientation.jsp'");
    rules.hideOnMouseOut=true;
    rules.menuBorder=0;
    rules.menuLiteBgColor='#ffffff';
    rules.menuBorderBgColor='#555555';
    rules.bgColor='#555555';

    rules.writeMenus();
}
