


_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="#FF0000";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=2;
fontsize="68%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#E5E5E5";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Solutions")){
style=menuStyle;
top=70;
left=420;
aI("text=MSS21 - Communications & Serialized Equipment;url=mss21.htm;");
aI("text=OCA - NY State Municipal Courts;url=oca.htm;");
aI("text=ITMS - Independent Telephone Companies;url=itms.htm;");
aI("text=Professional Services;url=professional_services.htm;");
aI("text=Hardware Solutions;url=hardware_solutions.htm;");
aI("text=Complementary Products;url=complementary_products.htm;");
}


drawMenus();

