


_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

fixMozillaZIndex=true;

if(ie55){
_miO=_d.getElementsByTagName("object");
for(var x=0;x<_miO.length;x++)_miO[x].outerHTML=_miO[x].outerHTML;
}

with(menuStyle=new mm_style()){
onbgcolor="#66cc00";
oncolor="#333333";
offbgcolor="#669933";
offcolor="#ffffff";
separatorsize="0";
separatorpadding="0";
separatorheight="2";
padding=5;
fontsize="72%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="arrowwhite.gif";
subimagepadding="4";
onsubimage="arrow.gif";
}

with(milonic=new menuname("BookTeeTime")){
style=menuStyle;
overflow="scroll";
aI("text=Members;url=http://www.brsgolf.com/goldcoast/members_home.php;");
aI("text=Visitors;url=http://www.brsgolf.com/goldcoast/visitor_home.php;");
aI("text=Open Competition (Visitors);url=http://www.brsgolf.com/goldcoast/opens_home.php;");
aI("text=View Tee Time Availability;url=http://www.brsgolf.com/goldcoast/opens_home.php;");
aI("text=Green Fees & Membership Rates;url=rates.htm;");
}

with(milonic=new menuname("News")){
style=menuStyle;
overflow="scroll";
aI("text=News & Weekly Notes;url=news.htm;");
aI("text=Special Events;url=specialevents.htm;");
aI("text=Fixtures;url=fixtures.htm;");
}

with(milonic=new menuname("GolfCourse")){
style=menuStyle;
overflow="scroll";
aI("text=GoldCoast Golf Course;url=golfcourse.htm;");
aI("text=Scorecard;url=scorecard.htm;");
aI("text=Map of Course;url=mapofcourse.htm;");
aI("text=Photos;url=photos.htm");
aI("text=Special Events;url=specialevents.htm;");
aI("text=Dungarvan Golf Tournaments;url=http://www.dungarvangolf.com;");
aI("text=Fixtures;url=fixtures.htm;");
aI("text=Green Fees & Membership Rates;url=rates.htm;");
}

with(milonic=new menuname("Location")){
style=menuStyle;
overflow="scroll";
aI("text=Local & Irish Map;url=location.htm;");
aI("text=Detailed Road Map & Directions from Dungarvan;url=location-directions.htm;");
}

with(milonic=new menuname("Resort")){
style=menuStyle;
overflow="scroll";
aI("text=Clonea & Gold Coast Golf Resort;url=http://www.clonea.com/index.htm;");
aI("text=Hotel Accommodation;url=http://www.clonea.com/hotels.htm;");
aI("text=Self-Catering Accommodation;url=http://www.clonea.com/selfcatering.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Us;url=contact.htm;");
}

drawMenus();

