
_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset

with(VertmenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
itemwidth=163;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
offbgcolor="#c0bc8c";
offcolor="#000000";
onbgcolor="#ececd7";
oncolor="#003366";
outfilter="randomdissolve(duration=0.3)";
padding=1;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=2;
separatorimage="http://www.harfordcountymd.gov/Menu/ShadowLine.gif";
subimage="/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Left Side Menu")){
alwaysvisible=1;
left=1;
style=VertmenuStyle;
top=200;
aI("type=header;text=Phone Directory;fontweight=bold;bgimage=http://www.harfordcountymd.gov/Menu/LMenuBckg.gif;overbgimage=http://www.harfordcountymd.gov/Menu/LMenuBckg.gif;itemheight=18;oncolor=#ffffff;offcolor=#ffffff;image=http://www.harfordcountymd.gov/Menu/ArrowsDown.gif;imagewidth=16;imageposition=right;");
aI("fontsize=90%;text=Agency Listing;url=http://www.harfordcountymd.gov/Directory/");
aI("fontsize=90%;text=Employee Listing;url=http://www.harfordcountymd.gov/Directory/PhoneEmployee.cfm");
aI("type=header;text=Requests/Feedback;fontweight=bold;bgimage=http://www.harfordcountymd.gov/Menu/LMenuBckg.gif;overbgimage=http://www.harfordcountymd.gov/Menu/LMenuBckg.gif;itemheight=18;oncolor=#ffffff;offcolor=#ffffff;image=http://www.harfordcountymd.gov/Menu/ArrowsDown.gif;imagewidth=16;imageposition=right;");
aI("fontsize=90%;text=Request Update;url=mailto:webmaster@harfordcountymd.gov?subject=Update Phone Directory;");
aI("fontsize=90%;text=Feedback Form;url=http://www.harfordcountymd.gov/feedback.cfm");
aI("fontsize=90%;text=;offbgcolor=#c0bc8c;onbgcolor=#c0bc8c;");
}

with(ExecMenuStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Tahoma,Helvetica,Verdana";
}

drawMenus();

