
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){

itemwidth="174"; 
onbgcolor="#d55805";
oncolor="#fff";
offbgcolor="transparent";
offcolor="#000";
separatorcolor="#4d4d4d";
separatorsize="1";
separatorimage="images/structure/MenuDiv.png"
padding="7px 0px 7px 5px";
fontsize="14px";
fontstyle="normal";
fontfamily="Helvetica,Arial";
pagecolor="#fff";
pagebgcolor="#fe9a64";
headercolor="#000";
//headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding=2;
align="left";

}

with(nextStyle=new mm_style()){
itemwidth="160"; 
onbgcolor="#333";
oncolor="#ffffff";
offbgcolor="#d55805";
offcolor="#fff";
bordercolor="#E7E7E7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E7E7E7";
separatorsize="1";
padding=7;
fontsize="14px";
fontstyle="normal";
fontfamily="Helvetica,Arial";
pagecolor="#FFF";
pagebgcolor="#000";
headercolor="#000000";
headerbgcolor="#ffffff";
align="left";
}

with(milonic=new menuname("Golf")){
style=nextStyle;
aI("text=Welcome;url=golf-intro.php;");
aI("text=Pro Shop;url=golf-proshop.php;");
aI("text=Pro Shop Update;url=golf-proshop-update.php;");
aI("text=Fees;url=golf-fees.php;");
aI("text=Hole Descriptions;url=golf-holes.php;");
aI("showmenu=Overview;text=Scorecard;");
aI("text=Course layout;url=golf-course-layout.php;");
}
