_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
padding=4;
}

with(firstStyle=new mm_style()){
bordercolor="#909090";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="12px";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#575757";
onbgcolor="#ff4800";
oncolor="#ffffff";
padding="3px 3px 3px 12px";
pagebgcolor="#ffffff";
pagecolor="56594c";
separatorsize=1;
separatorcolor="#e0e0e0";
}


with(milonic=new menuname("about")){
style=firstStyle;
top="offset=7";
itemwidth=167;
aI("text=Overview;url=/about/overview.html;");
aI("text=Management;url=/about/mgmt.html;");
aI("text=Advisory Board;url=/about/board.html;");
aI("text=Services;url=/about/services.html;");
aI("text=Clients;url=/about/clients.html;");
aI("text=Testimonials;url=/about/testimonials.html;");
aI("text=FAQs;url=/about/faqs.html;");
aI("text=Contact Us;url=/about/contact.html;");
}

with(milonic=new menuname("services")){
style=firstStyle;
top="offset=7";
left="offset=3";
itemwidth=180;
aI("text=Overview;url=/services/overview.html;");
aI("text=Channel Marketing;url=/services/channelmkt.html;");
aI("text=Corporate Marketing;url=/services/corporatemkt.html;");
aI("text=Direct Response Marketing;url=/services/directmkt.html;");
aI("text=Director/VP of Marketing;url=/services/vpmkt.html;");
aI("text=Internet Marketing;url=/services/internetmkt.html;");
aI("text=Marketing Communications;url=/services/mktcommunications.html;");
aI("text=Marketing Planning;url=/services/mktplanning.html;");
//aI("text=Media Relations;url=/services/mediarelations.html;");
aI("text=Nonprofit Marketing;url=/services/nonprofitmkt.html;");
aI("text=Partner Marketing;url=/services/partnermkt.html;");
aI("text=Product Marketing;url=/services/productmkt.html;");
}

with(milonic=new menuname("resources")){
style=firstStyle;
top="offset=7";
left="offset=3";
itemwidth=167;
aI("text=Overview;url=/resources/overview.html");
aI("text=Associations & Events;url=/resources/associations.html");
aI("text=Blogs;url=/resources/blogs.html");
aI("text=Books;url=/resources/books.html");
aI("text=Educational Series (MESE);url=/resources/mese.html");
aI("text=Preferred Partners;url=/resources/partners.html");
aI("text=Newsletter & Other Resources;url=/resources/newsletter.html");
aI("text=Research;url=/resources/research.html");
aI("text=Whitepapers;url=/resources/whitepapers.html");
}

with(milonic=new menuname("news")){
style=firstStyle;
top="offset=7";
left="offset=3";
itemwidth=167;
aI("text=Overview;url=/news/overview.html");
aI("text=Events;url=/news/events.html;");
aI("text=Press Releases;url=/news/press.html;");
aI("text=In the News;url=/news/news.html;");
}
drawMenus();
