_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=60;
_subOffsetTop=0;
_subOffsetLeft=-3;

with(lmssMenuStyle=new mm_style()){
align='right';
bordercolor='#FFFFCC';
borderstyle='solid';
borderwidth=1;
fontfamily='Verdana, Tahoma, Arial, Helvetica, sans-serif';
fontsize='12px';
fontstyle='normal';
fontweight='bold';
offbgcolor='#700000';
offcolor='#FFFFCC';
onbgcolor='#700000';
oncolor='#FFFFCC';
onborder='2px solid #FFFFCC';
itemheight='20px';
itemwidth='140px';
valign='center'
padding=3;
outfilter='randomdissolve(duration=0.3)';
}

with(milonic=new menuname('lmss_main')){
style=lmssMenuStyle;
alwaysvisible=1;
followscroll=1;
screenposition='bottom';
left=15;
aI('text=Home;url=/index.php');
aI('text=What&nbsp;was&nbsp;the&nbsp;LMS?;showmenu=LMS;url=/LMS/LMS_overview.php');
aI('text=The&nbsp;LMS&nbsp;Society;showmenu=LMSS;url=/lmss.php');
aI('text=LMSS&nbsp;Bibliography;url=/bib.php');
aI('text=Coach&nbsp;Drawings;url=/coachDrawings.php');
aI('text=News;url=/news.shtml');
aI('text=LMS&nbsp;Journal&nbsp;Index;url=/lmsjInd.shtml');
aI('text=Publications;showmenu=pubs;url=/pubs.php');
aI('text=Inkerman&nbsp;Street;url=/inkerman.shtml');
aI('text=LMS&nbsp;Topics;showmenu=topics;url=/topics/railwayCareer.shtml');
aI('text=Presentations;showmenu=presentations;url=/presentations.shtml');
aI('text=Links;url=/links.php');
aI('text=Members&nbsp;Only;url=http://www.members.lmssociety.org.uk');
}

with(milonic=new menuname('LMS')){
style=lmssMenuStyle;
left=150;
aI('text=Overview;url=/LMS/LMS_overview.php');
aI('text=Map&nbsp;of&nbsp;LMS;url=/LMS/LMS_map.shtml');
aI('text=Why&nbsp;LMS?;url=/LMS/LMS_why.shtml');
aI('text=Constituents;url=/LMS/LMS_constituents.php');
aI('text=Statistics;url=/LMS/LMS_stats.shtml');
aI('text=Directors;url=/LMS/LMS_dirs.shtml');
aI('text=Employees;url=/LMS/LMS_emps.shtml');
}

with(milonic=new menuname('LMSS')){
style=lmssMenuStyle;
left=150;
aI('text=What&nbsp;is&nbsp;the&nbsp;LMSS?;url=/lmss.php#lmss');
aI('text=Track&nbsp;record;url=/lmss.php#record');
aI('text=The&nbsp;Future;url=/lmss.php#future');
aI('text=LMS&nbsp;Journal;url=/lmss.php#LMSJ');
aI('text=Archival&nbsp;Information;url=/lmss.php#archive');
aI('text=Officers;url=/lmss.php#officers');
}

with(milonic=new menuname('pubs')){
style=lmssMenuStyle;
left=150;
aI('text=Periodicals;url=/pubs.php');
aI('text=Recent&nbsp;Publications;url=/pubs.php#publications');
}

with(milonic=new menuname('topics')){
style=lmssMenuStyle;
left=150;
aI('text=A&nbsp;Railway&nbsp;Career;url=/topics/railwayCareer.shtml');
aI('text=Air&nbsp;Services;url=/topics/airServices.shtml');
aI('text=Barrows&nbsp;&amp;&nbsp;Trolleys;url=/topics/barrows.shtml');
aI('text=Canal&nbsp;Operations;url=/topics/canals.shtml');
aI('text=Chief&nbsp;Mechanical&nbsp;Engineers;url=/topics/cme.shtml');
aI('text=Coach&nbsp;Renumbering&nbsp;Scheme;url=/topics/coachRenumbering.shtml');
aI('text=Freight&nbsp;Working;url=/topics/freightWorking.shtml');
aI('text=Horse&nbsp;Transport;url=/topics/horseTransport.shtml');
aI('text=Hotels;url=/topics/hotels.shtml');
aI('text=LMS&nbsp;on&nbsp;Public&nbsp;Roads;url=/topics/publicRoads.shtml');
aI('text=Non-passenger&nbsp;Coaching&nbsp;Stock;url=/topics/npcs.shtml');
aI('text=Standard&nbsp;Coaches;url=/topics/gsCoaches.shtml');
aI('text=Road&nbsp;Motor&nbsp;Department;url=/topics/roadMotorDept.shtml');
aI('text=Tramways;url=/topics/tramways.shtml');
aI('text=Wagons;url=/topics/wagons.shtml');
}

with(milonic=new menuname('presentations')){
style=lmssMenuStyle;
left=150;
aI('text=The&nbsp;Relative&nbsp;Survival&nbsp;of&nbsp;LMS&nbsp;Northern&nbsp;Division&nbsp;Locomotives;url=/presentations/relativeSurvival/relativeSurvival01.shtml');
aI('text=The&nbsp;L&amp;Y&nbsp;and&nbsp;Some&nbsp;Connections&nbsp;to&nbsp;the&nbsp;Caledonian;url=/presentations/LYRandCaley/LYRandCaley01.shtml');
aI('text=Some&nbsp;Aspects&nbsp;of&nbsp;Locomotive&nbsp;Performance;url=/presentations.shtml#AT');
aI('text=A&nbsp;Three&nbsp;Way&nbsp;Contest&nbsp;Forming&nbsp;the&nbsp;LMS;url=/presentations/threeCorneredContest/threeCorneredContest01.shtml');
}

drawMenus();

