
_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(MainStyle=new mm_style()){
onbgcolor="white";
oncolor="#5e3e25";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="navy";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="30";
padding=1;
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Tahoma,Helvetica,Verdana";
subimagepadding="2";
}

with(XPMenuStyle=new mm_style()){
onbgcolor="#ede3b2";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Tahoma,Helvetica,Verdana";
image="http://www.harfordcountymd.gov/Menu/xpblank.gif";
subimage="http://www.harfordcountymd.gov/economic_development/images/ArrowDownBox.gif";
onborder="1px solid #5e3e25";
overfilter="Fade(duration=0);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=.3)";
menubgimage="http://www.harfordcountymd.gov/HCN/images/Side.gif";
}

with(XPSubMenuStyle=new mm_style()){
onbgcolor="#BBC4D4";
oncolor="black";
offbgcolor="white";
offcolor="black";
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8A867A";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
onborder="1px solid #316AC5";
overfilter="Fade(duration=0);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0)";
subimage="http://www.harfordcountymd.gov/economic_development/images/ArrowDownBox.gif";
} 

with(VertmenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
itemwidth=163;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#c0bc8c";
offcolor="#000000";
onbgcolor="#ececd7";
oncolor="#003366";
outfilter="randomdissolve(duration=0.3)";
padding=1;
separatorcolor="#ffffff";
separatorsize=2;
separatorimage="http://www.harfordcountymd.gov/Menu/ShadowLine.gif";
}

with(milonic=new menuname("Main Menu")){
style=MainStyle;
left=10;
top=99;
alwaysvisible=1;
orientation="horizontal";
margin=0;
aI("url=http://www.harfordcountymd.gov/hcn/index.cfm;text=Home;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
aI("url=http://www.harfordcountymd.gov/HCN/schedule.cfm;text=Schedule;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
aI("url=http://www.harfordcountymd.gov/HCN/rate.cfm;text=Rates;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
aI("url=http://www.harfordcountymd.gov/HCN/highlights.cfm;text=Highlights;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
aI("url=http://www.harfordcountymd.gov/HCN/feedback.html;text=Forms;showmenu=Forms;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
aI("url=http://www.harfordcountymd.gov/HCN/guide.html;text=Guidelines;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
aI("url=http://www.harfordcountymd.gov/HCN/ViewBB.cfm;text=Bulletin Board;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
aI("url=http://www.harfordcountymd.gov/HCN/contact.html;text=Contact;image=http://www.harfordcountymd.gov/HCN/images/TopDot.gif;");
} 

with(milonic=new menuname("Forms")){
style=XPMenuStyle;
overflow="scroll";
margin=4;
aI("text=Feedback;url=http://www.harfordcountymd.gov/HCN/feedback.html;");
aI("text=Application;url=http://www.harfordcountymd.gov/HCN/apply.html;");
aI("text=Get a Copy;url=http://www.harfordcountymd.gov/HCN/gettape.html;");
aI("text=Bulletin Board;url=http://www.harfordcountymd.gov/HCN/bbform.html;");
}

drawMenus();

