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()){
bordercolor="#223516";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A3D69A";
offcolor="#515151";
onbgcolor="#223516";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.8);Alpha(opacity=90);Shadow(color=#A3D69A', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#C0C0C0";
pagecolor="black";
separatorcolor="#223516";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}



with(milonic=new menuname("mnu_interactive")){
style=menuStyle;
aI("text=the virtual pro;url=FrmVirtualPro.asp;");
aI("text=discussion forum;url=FrmDiscussion.asp;");
aI("text=golf tips ;url=FrmTipsAll.asp;");

}

with(milonic=new menuname("mnu_options")){
style=menuStyle;
aI("text=company profile;url=FrmDRProfile.asp;");
aI("text=the calendar;url=FrmCalendar.asp;");
aI("showmenu=golf academy;status=David Riddel Golf Academy;text=golf academy;");
aI("showmenu=golf school;status=David Riddel Golf School for children;text=golf school;");
aI("showmenu=Course Design;status=David Riddel Golf course design;text=course design;");
aI("text=pgc driving range;url=FrmDriving.asp;");
aI("text=system login;url=Frmlogin.asp;");
}

with(milonic=new menuname("mnu_proshop")){
style=menuStyle;
aI("text=the workshop;url=frmworkshop.asp;");
aI("text=club fitting;url=frmfitting.asp;");
aI("text=the stores;url=frmstores.asp;");

}


with(milonic=new menuname("Golf Academy")){
style=menuStyle;
aI("text=Academy News;url=FrmAcadNews.asp;");
aI("text=Academy Profile;url=FrmAboutAcad.asp;");
aI("text=Students;url=frmacstudents.asp;");

}

with(milonic=new menuname("Golf School")){
style=menuStyle;
aI("text=School News;url=FrmSchoolNews.asp;");
aI("text=School Profile;url=FrmAboutSchool.asp;");
aI("text=Students;url=frmscstudents.asp;");
}
with(milonic=new menuname("Course Design")){
style=menuStyle;
aI("text=Design News;url=FrmDesignNews.asp;");
aI("text=Design Profile;url=FrmCDesign.asp;");


}


drawMenus();


