_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=-200;              // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
onbgcolor="#9EE3A9";
oncolor="#1D3B23";
offbgcolor="#61A76D";
offcolor="#F7F9F7";
bordercolor="#367E45";
borderstyle="solid";
borderwidth=2;
separatorcolor="#325235";
separatorsize=2;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
subimage="../2006/submenu_arrow_right-off.gif";
onsubimage="../2006/submenu_arrow_right-on.gif";
subimagepadding="0 0 0 10";
high3dcolor="#FFFFFF"; //"#edf3ee";
low3dcolor="#367E45";
swap3d=1;
headerbgcolor="#548959";
headercolor="#f2f2ff";
//keepalive=0;
//closeonclick=1;
//overfilter="Pixelate(squares=20, duration=0.3)";
//outfilter="Pixelate(squares=20, duration=0.3)";
}

/// Submenu Definitions ///

with(milonic=new menuname("club_menu")){
style=subStyle;
aI("offbgcolor=#AA0030;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=Club Information;url=../2006/club_information.php;target=body;");
aI("offbgcolor=#AABB30;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=Contacts;url=../2006/contact_list.php;target=body;");
aI("offbgcolor=#AACC30;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=Child Protection;url=../2006/child_protection.htm;target=body;");
aI("offbgcolor=#AADD30;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=Presentation Night;url=../2006/presentation.php;target=body;");
aI("offbgcolor=#AAEE30;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=Club Notices;url=../2006/notlist.php;target=body;");
}

with(milonic=new menuname("directions")){
style=subStyle;
aI("offbgcolor=#30C0E9;onbgcolor=#EEEEEE;text=Brinkley - Centenary Ground;url=../2006/way_to_brinkley.php;target=body;");
aI("offbgcolor=#AADDEE;onbgcolor=#EEEEEE;text=Morton - Fiskerton FC;url=../2006/way_to_fiskerton.php;target=body;");
aI("offbgcolor=#BBBBCC;onbgcolor=#EEEEEE;text=Farnsfield - Farnsfield Acres;url=../2006/way_to_farnsfield.php;target=body;");
}

with(milonic=new menuname("teams")){
style=subStyle;
aI("offbgcolor=#E99430;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=by League;url=../2006/selecttab.php;target=body;");
aI("offbgcolor=#E99430;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=by Age;url=../2006/teamlist.php;target=body;");
aI("offbgcolor=#E99430;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=Latest Results;url=../2006/latest_results.php;target=body;");
aI("offbgcolor=#E99430;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=League Records;url=../2006/records.php;target=body;");
aI("offbgcolor=#E99430;onbgcolor=#EEEEEE;oncolor=#000000;offcolor=#000000;text=Honours;url=../2006/honours.php;target=body;");
}

with(milonic=new menuname("manager_menu")){
style=subStyle;
aI("offbgcolor=#E99430;oncolor=#E99430;text=Team Fixtures;url=../2006/manfixshow.php;type=disabled;target=body;");
aI("offbgcolor=#E99430;oncolor=#E99430;text=Contact Details;url=../2006/manteamed.php;type=disabled;target=body;");
}

with(milonic=new menuname("admin_menu")){
style=subStyle;
aI("text=Add Sponsors;url=../2006/admsponsadd.php;type=disabled;target=body;");
}

drawMenus();


