/*
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  *******
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset

// Main Colour =

//# Highlight Colour =
with(menuStyle=new mm_style()){
align="left";
clickcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#01773F";
offcolor="#FAFEFC";
bordercolor="#01773F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
subimagepadding="2";
}

with(milonic=new menuname("home")){
style=menuStyle;
//left="offset=4";
//aI("text=Home Page;url=/index.html;");
}

with(milonic=new menuname("aboutlma")){
style=menuStyle;
//left="offset=4";
aI("text=About LMA;url=/about/aboutlma-2.html;");
aI("text=Structure;url=/about/structure-3.html;");
aI("text=Key Contacts;url=/about/keycontacts-4.html;");
aI("text=IFMA/PFAA/PFCA;url=/about/ifma-7.html;");
aI("text=League Managers Benevolent and Community Trust Fund;url=/about/communitytrust-173.html;");
}

with(milonic=new menuname("news")){
style=menuStyle;
//left="offset=4";
aI("text=Latest News;url=/news.html;");
aI("text=LMA Statements;url=/lmastatements.html;");
}

with(milonic=new menuname("managers")){
style=menuStyle;
//left="offset=4";
aI("text=Seasons Movers;url=/managers/movers.html;");
aI("text=Longest Serving;url=/managers/longest-current.html;");
aI("text=Managers By Club;url=/managers/managers.html;");
aI("text=Who Won What;url=/managers/winners.html;");
aI("text=Manager of the Month;url=/managers/mom.html;");
aI("text=The F&C Performance of The Week;url=/managers/pow.html;");
aI("text=The Castrol LMA Managers' Performance League;url=/managers/mpl-league.html;");
aI("text=LMA Manager of The Year;url=/managers/managerofyear-152.html;");
aI("text=Managers in the Community;url=/managers/community-171.htmll;");
}

with(milonic=new menuname("partners")){
style=menuStyle;
//left="offset=4";
aI("text=Lead Sponsor;url=/partners/leadsponsor-162.html;");
aI("text=LMA Sponsors;url=/partners/sponsors-163.html;");
aI("text=LMA Media Partners;url=/partners/mediapartners-164.html;");
aI("text=LMA Senior Commercial Partners;url=/partners/senior-165.html;");
aI("text=LMA Commercial Partners;url=/partners/business-166.html;");
aI("text=LMA Suppliers;url=/partners/suppliers-167.html;");
aI("text=LMA Charity & Community Partners & Campaigns;url=/partners/charity-168.html;");
aI("text=LMA Stakeholders;url=/partners/stakeholders-169.html;");
aI("text= LMA Partnership Case Studies;url=/partners/casestudies-170.html;");
}

with(milonic=new menuname("media")){
style=menuStyle;
//left="offset=4";
aI("text=The Manager Magazine;url=/media/themanager-174.html;");
aI("text=E-Newsletter;url=/archive.php;");
aI("text=LMA TV;url=;clickfunction=window.open('/video.php?videoid=2', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=612,left = 100,top = 100');");
aI("text=Useful Links;url=/media/usefullinks.html;");
}

with(milonic=new menuname("events")){
style=menuStyle;
//left="offset=4";
aI("text=Upcoming LMA Events;url=/events.html;");
aI("text=Past LMA Events;url=/eventspast.html;");
}

with(milonic=new menuname("halloffame")){
//left="offset=4";
style=menuStyle;
aI("text=LMA Hall of Fame;url=/fame/halloffame-33.html;");
aI("text=1000 Club;url=/fame/thethousandclub-36.html;");
}

with(milonic=new menuname("members")){
style=menuStyle;
//left="offset=4";
aI("text=Member Services;url=/members/services-94.html;");
aI("text=Member Benefits;url=/members/benefits-73.html;");
aI("text=Certificate in Applied Mgt;url=/members/appliedmanagement-69.html;");
}

with(milonic=new menuname("technical")){
style=menuStyle;
//left="offset=4";
aI("text=LMA School of Football Management;url=/technical/lmaschoolofmanagement-158.html;");
}

drawMenus();

//with(horizontalmenu=new mm_style()){
///onclass="navon";
///offclass="navoff";
////}
//oncolor="#FFFFFF";
//offcolor="#FFFFFF";
//borderstyle="solid";
//borderwidth=0;
//separatorcolor="#000000";
////padding=2;
//fontsize="11px";
//fontstyle="normal";
//fontweight="bold";
//fontfamily="Verdana, Arial, Helvetica, sans-serif";
////menubgimage="/_global/images/nav_bkgrd.jpg";
//separatorimage="/_global/images/nav_divider.jpg";
///separatorwidth="2" ;
////separatorheight="11" ;
////itemwidth="81";
////menuwidth="648" ;
//menuheight="20" ;
//align="center" ;
//}