

_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.klocknermoeller.com/js/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
margin=5;
aI("text=Easy Info;showmenu=info;");
aI("text=EASY 400;showmenu=EASY400;");
aI("text=EASY 500;showmenu=EASY500;");
aI("text=EASY 600;showmenu=EASY600;");
aI("text=EASY 700;showmenu=EASY700;");
aI("text=EASY 800;showmenu=EASY800;");
aI("text=MFD Display;showmenu=mfd-display;");
}

with(milonic=new menuname("info")){
style=menuStyle;
aI("text=EASY Overview;url=../easy_systems/easy-systems-overview.htm;");
aI("text=EASY Comparisons;url=../easy_systems/easy-systems.htm;");
aI("text=EASY Parts List;url=../easy_systems/easy-product-list.htm;");
aI("text=EASY System <br>Programming Examples;url=../easy_systems/easy-programming.htm;");

}


with(milonic=new menuname("expansions")){
style=menuStyle;
aI("text=618-AC-RE;url=../easy600/easy618-ac-re.htm;");
aI("text=618-DC-RE;url=../easy600/easy618-dc-re.htm;");
aI("text=620-DC-TE;url=../easy600/easy620-dc-te.htm;");
aI("text=EASY202-RE;url=../easy_systems/easy202-re.htm;");
aI("text=EASY200-EASY;url=../easy_systems/easy200-easy.htm;");
aI("text=EASY204-DP;url=../easy_systems/easy204-dp.htm;");
aI("text=EASY205-ASI;url=../easy_systems/easy205-asi.htm;");
aI("text=EASY221-CO;url=../easy_systems/easy221-co.htm;");
aI("text=EASY222-DN;url=../easy_systems/easy222-dn.htm;");
}
drawMenus();


