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="#00000";
borderstyle=" ";
borderwidth=1;
fontfamily="Arial, Helvetica, Verdana, sans-serif";
fontsize="80%";
fontstyle="normal";
fontweight=" ";
headerbgcolor="#00000";
headercolor="#00000";
offbgcolor="#006600"; //normal menu colour
offcolor="#FFFFFF";	//menu font colour
onbgcolor="#006633"; //backgound colour when you run mouse over it
oncolor="#FFFFFF";	//menu font colour when you run the mouse over
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#006600";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=35;
itemwidth=112;
overflow="scroll";
style=menuStyle;
top=20;
aI("text=Home;url=http://www.loughreagolfclub.com/pages/home.htm;");
aI("text=History;url=http://www.loughreagolfclub.com/pages/history.htm;");
aI("showmenu=Mens;text=Mens Club");
aI("showmenu=Ladies;text=Ladies Club;");
aI("text=Open Fixtures;url=http://www.loughreagolfclub.com/pages/open_fixtures.htm;");
aI("showmenu=Committees;text=Committees;");
aI("text=Course;url=http://www.loughreagolfclub.com/pages/course.htm;");
aI("text=Facilities;url=http://www.loughreagolfclub.com/pages/facilities.htm;");
aI("text=Membership;url=http://www.loughreagolfclub.com/pages/membership.htm;");
aI("text=Directions;url=http://www.loughreagolfclub.com/pages/directions.htm;");
aI("text=Contact Us;url=http://www.loughreagolfclub.com/pages/contact_us.htm;");
aI("text=Links;url=http://www.loughreagolfclub.com/pages/links.htm;");
}

with(milonic=new menuname("Mens")){
overflow="scroll";
itemwidth=110;
style=menuStyle;
aI("text=Fixtures;url=http://www.loughreagolfclub.com/pages/mens/mens_fixtures.htm;")
aI("text=Results;url=http://www.loughreagolfclub.com/pages/mens/mens_results_2010.htm;");
}

with(milonic=new menuname("Ladies")){
overflow="scroll";
itemwidth=110;
style=menuStyle;
aI("text=Fixtures;url=http://www.loughreagolfclub.com/pages/mens/mens_fixtures.htm;")
aI("text=Results;url=http://www.loughreagolfclub.com/pages/ladies/ladies_results_2010.htm;")
}

with(milonic=new menuname("Committees")){
overflow="scroll";
itemwidth=130;
style=menuStyle;
aI("text=Parent Committee;url=http://www.loughreagolfclub.com/pages/committee/parent_commit.htm;")
aI("text=Ladies Committee;url=http://www.loughreagolfclub.com/pages/committee/ladies_commit.htm;")
aI("text=Mens Committee;url=http://www.loughreagolfclub.com/pages/committee/mens_commit.htm;")
}

with(milonic=new menuname("Open_Days")){
overflow="scroll";
itemwidth=140;
style=menuStyle;
aI("text=Ladies Open Days;url=http://www.loughreagolfclub.com/pages/ladies_open_days.htm;")
aI("text=Mens Open Days;url=http://www.loughreagolfclub.com/pages/mens_open_days.htm;")
}


drawMenus();

