fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=110;
_subOffsetTop=0;//How far dropped the sub menu is
_subOffsetLeft=0;//How far to the right the sub menu appaers




with(menuStyle=new mm_style()){ 
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10; //Sets the size of the menu font
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";//background color at rest
offcolor="#000066";//text color at rest
onbgcolor="#ffffff";//background color on hover
oncolor="#0000ff";//text color on hover
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.skyedsfb.org.uk/menu/images/arrow.gif"; //URL to arrow
subimagepadding=2;
itemwidth=100;// Sets overall width of text boxes in home button
}

with(menuStyleB=new mm_style()){ //Menu style b is the submenu menu style
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";//background color at rest
offcolor="#000066";//text color at rest
onbgcolor="#ffffff";//background color on hover
oncolor="#0000FF";//text color on hover
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#CEECEE"; //sets the colour of the backgrpond on the visited page
pagecolor="#000099";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.skyedsfb.org.uk/menu/images/arrow.gif"; //URL to arrow
subimagepadding=2;
itemwidth=100;// Sets overall width of text boxes in main menu
}

with(milonic=new menuname("About Us")){
style=menuStyleB;
aI("text=Introduction;url=http://www.skyedsfb.org.uk/pages/about_intro.php;")
aI("text=Board Members;url=http://www.skyedsfb.org.uk/pages/about_board.php;")
aI("text=Proprietors;url=http://www.skyedsfb.org.uk/pages/about_proprietors.php;")
}

with(milonic=new menuname("Reports")){
style=menuStyleB;
aI("text=Introduction;url=http://www.skyedsfb.org.uk/pages/reports_intro.php;")
aI("text=Annual Reports;url=http://www.skyedsfb.org.uk/pages/reports_annual.php;")
aI("text=Meeting Minutes;url=http://www.skyedsfb.org.uk/pages/reports_minutes.php;")
aI("text=Catch Stats;url=http://www.skyedsfb.org.uk/pages/reports_catch.php;")
aI("text=Accounts;url=http://www.skyedsfb.org.uk/pages/reports_accounts.php;")
}
	
drawMenus();


