_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=60;
_subOffsetTop=10;
_subOffsetLeft=-3;

with(ccMenuStyle=new mm_style()){
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#B0C4DE";
offcolor="#003366";
onbgcolor="#FFFACD";
oncolor="#0000ff";
padding=3;
separatorcolor="#003366";
separatorsize=1;
subimage="./assets/graphics/3darrow.gif";
}

with(milonic=new menuname("caley_main")){
top=20;
left=7;
itemwidth=125;
style=ccMenuStyle;
alwaysvisible=1;
alignment="left";
followscroll=1;
aI("text=Home;showmenu=home;url=./index2.php");
aI("text=Locos;showmenu=locos;url=./locos.php");
aI("text=Coaches;showmenu=coaches;url=./coaches.php");
aI("text=NPCS;url=./npcs.php");
aI("text=Goods&nbsp;Stock;url=./goods.php");
aI("text=Parts&nbsp;and&nbsp;Fittings;url=./fitting.php");
aI("text=Transfers;url=./fox.php");
aI("text=7mm;url=./sevenMm.php");
aI("text=Proposed&nbsp;kits;showmenu=proposed;url=./proposed.php");
aI("text=Links;url=./links.php");
aI("text=Contact;url=./contact.php");
}

with(milonic=new menuname("locos")){
itemwidth=125;
style=ccMenuStyle;
aI("text=General;url=./locos.php");
aI("text=Class&nbsp;1;url=./class1.php");
aI("text=Class&nbsp;104;url=./class104.php");
aI("text=Class&nbsp;498;url=./class498.php");
aI("text=Class&nbsp;670;url=./class670.php");
aI("text=Class&nbsp;812/652;url=./class812.php");
aI("text=Class&nbsp;900;url=./class900.php");
aI("text=Tender&nbsp;kits;url=./tender.php");
}

with(milonic=new menuname("coaches")){
itemwidth=125;
style=ccMenuStyle;
aI("text=General;url=./coaches.php");
aI("text=57'&nbsp;non-corridor;url=./noncorr.php");
aI("text=57'&nbsp;semi-corridor;url=./semicorr.php");
aI("text=57'&nbsp;corridor;url=./corridor.php");
aI("text=65'&nbsp;Grampian;url=./grampian.php");
aI("text=Balerno;url=./balerno.php");
}

with(milonic=new menuname("home")){
itemwidth=125;
style=ccMenuStyle;
aI("text=Home;url=./index2.php");
aI("text=Small&nbsp;print;url=./index2.php#small_print");
aI("text=Availability;url=./index2.php#availability");
aI("text=Construction;url=./index2.php#construction");
aI("text=New&nbsp;items;url=./index2.php#new");
aI("text=The&nbsp;site;url=./index2.php#site");
}

with(milonic=new menuname("proposed")){
itemwidth=125;
style=ccMenuStyle;
aI("text=Coaches;url=./proposed.php");
aI("text=Locos;url=./proposed.php#locos");
}
drawMenus();