
_menuCloseDelay=500           // 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(XPMainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="yellow";
offbgcolor="#666666";
offcolor="#ffffff";
bordercolor="navy";
borderstyle="solid";
borderwidth=0;
separatorcolor="navy";
separatorsize="0";
padding=1;
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Tahoma,Helvetica,Verdana";
subimagepadding="2";
}

with(XPMenuStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="Navy";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8A867A";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Tahoma,Helvetica,Verdana";
image="http://www.harfordcountymd.gov/DropMenu/xpblank.gif";
subimage="http://www.harfordcountymd.gov/DropMenu/arrow.gif";
onborder="1px solid #316AC5";
overfilter="Fade(duration=0);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=.3)";
menubgimage="http://www.tobaccoandcancerfree.org/Menu/YellowSide.gif";
}

with(XPSubMenuStyle=new mm_style()){
onbgcolor="white";
oncolor="black";
offbgcolor="white";
offcolor="black";
bordercolor="#FDBA64";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8A867A";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=1;
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)";
}

with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
left=10;
top=75;
alwaysvisible=1;
orientation="horizontal";
margin=0;
aI("image=http://www.tobaccoandcancerfree.org/images/TopHome.gif;url=http://www.tobaccoandcancerfree.org/;");
aI("image=http://www.tobaccoandcancerfree.org/images/TopTobacco.gif;showmenu=Tobacco;");
aI("image=http://www.tobaccoandcancerfree.org/images/TopCancer.gif;url=http://www.tobaccoandcancerfree.org/Cancer/;showmenu=Cancer;");
aI("image=http://www.tobaccoandcancerfree.org/images/TopMembers.gif;url=http://www.tobaccoandcancerfree.org/Members/;");
aI("image=http://www.tobaccoandcancerfree.org/images/TopGrantsOn.gif;url=http://www.tobaccoandcancerfree.org/Grants/;");
aI("image=http://www.tobaccoandcancerfree.org/images/TopDownloads.gif;url=http://www.tobaccoandcancerfree.org/Reports/;showmenu=Downloads;");
aI("image=http://www.tobaccoandcancerfree.org/images/TopContacts.gif;url=http://www.tobaccoandcancerfree.org/Contacts.cfm;showmenu=Contacts;");
}

with(milonic=new menuname("Tobacco")){
style=XPMenuStyle;
overflow="scroll";
margin=4;
aI("text=Tobacco Coalition;url=http://www.tobaccoandcancerfree.org/Tobacco/;");
aI("text=Smoking Prevention;url=http://www.tobaccoandcancerfree.org/Tobacco/Prevention.html;");
aI("text=Why Quit Smoking?;url=http://www.tobaccoandcancerfree.org/Tobacco/WhyQuit.html;");
aI("text=Smoke-Free Restaurants;url=http://www.tobaccoandcancerfree.org/Tobacco/Restaurants.cfm;");
aI("text=Upcoming Events;url=http://www.tobaccoandcancerfree.org/Tobacco/Events.cfm;");
aI("text=Coalition Meetings;url=http://www.tobaccoandcancerfree.org/Tobacco/Meetings.cfm;");
aI("text=Coalition Newsletter;url=http://www.tobaccoandcancerfree.org/Reports;");
aI("text=Contact Information;url=http://www.tobaccoandcancerfree.org/Contacts.cfm;");
}

with(milonic=new menuname("Cancer")){
style=XPMenuStyle;
margin=4;
aI("text=Cancer Coalition;url=http://www.tobaccoandcancerfree.org/Cancer/;");
aI("text=Cancer Information;url=http://www.tobaccoandcancerfree.org/Cancer/Information.html;");
aI("text=Colorectal Cancer;url=http://www.tobaccoandcancerfree.org/Cancer/ColorectalCancer.html;");
aI("text=Upcoming Events;url=http://www.tobaccoandcancerfree.org/Cancer/Events.cfm;");
aI("text=Coalition Meetings;url=http://www.tobaccoandcancerfree.org/Cancer/Meetings.cfm;");
aI("text=Coalition Newsletter;url=http://www.tobaccoandcancerfree.org/Reports;");
aI("text=Contact Information;url=http://www.tobaccoandcancerfree.org/Contacts.cfm;");
}

with(milonic=new menuname("Downloads")){
style=XPMenuStyle;
margin=4;
aI("text=Statistical Data &amp; Reports;url=http://www.tobaccoandcancerfree.org/Reports/;");
aI("text=Cancer Coalition Documents;url=http://www.tobaccoandcancerfree.org/Reports/;");
aI("text=Tobacco Coalition Documents;url=http://www.tobaccoandcancerfree.org/Reports/;");
}

with(milonic=new menuname("Contacts")){
style=XPMenuStyle;
margin=4;
aI("text=Cancer Coalition;url=http://www.tobaccoandcancerfree.org/Contacts.cfm;");
aI("text=Tobacco Coalition;url=http://www.tobaccoandcancerfree.org/Contacts.cfm;");
}

drawMenus();

