_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="Transparent";
oncolor="#74D3FA";
padding="4";
separatorcolor="#74D3FA";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="50";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=305;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=index.html;");
aI("text=Course Information;target=;url=Course-Information.html;");
aI("text=Photo Gallery;target=;url=Photo-Gallery.html;");
aI("text=Golf Days;target=;url=Golf-Days.html;");
aI("text=Management;target=;url=Management.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();

