

_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=-10              // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset



with(menuStyle1=new mm_style()){
onbgcolor="#4D637B";
oncolor="#ffffff";
offbgcolor="#dd4444";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma ";
pagecolor="#ffffff";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=65);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(tcs=new menuname("Side Menu1")){
style=menuStyle1;
top=150;
left=4;
menuwidth=20;
followscroll="150";
alwaysvisible=1;
orientation="vertical";
aI("text=Motor Control Centres;url=mccs.htm;");
aI("text=Intelligent MCCs;url=mccs_intel.htm;");
aI("text=Intelligent MCCs Explained;url=mccs_intel_exp.htm;");
aI("text=MCCs fitted with HSIs;url=mccs_hsi.htm;");
}


drawMenus();


