_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#800000";
borderstyle="Double";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="SlateGray";
offcolor="WhiteSmoke";
onbgcolor="SlateGray";
oncolor="White";
ondecoration="underline";
padding="6";
separatorcolor="#8F8F8F";
separatorsize="2";
subimage="images/downboxed.gif";
subimagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="DarkSlateGray";
onbgcolor="White";
oncolor="Black";
ondecoration="underline";
padding="4";
subimage="images/downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=HOME;target=;url=http://www.SPMsolutions.NET/;");
aI("text=What We Do;target=;url=what-we-do.html;");
aI("showmenu=Products/Services/MarketingINFO_BAR_MENU;text=Products/Services;target=;url=products-and-services.html;");
aI("showmenu=Resources/Lead Management ArticlesINFO_BAR_MENU;text=Resources;target=;url=resources.html;");
aI("text=About Us;target=;url=about-us.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
}

with(milonic=new menuname("Products/Services/MarketingINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Marketing;target=;url=marketing.html;");
aI("text=Lead Management;target=;url=lead-management.html;");
aI("text=Website Development & Internet Marketing;target=;url=website-development-internet-marketing.html;");
aI("text=Business Consulting & Coaching;target=;url=business-consulting-and-coaching.html;");
}

with(milonic=new menuname("Resources/Lead Management ArticlesINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Lead Management Articles;target=_blank;url=http://spmsolutions.wordpress.com/;");
aI("text=Business Books;target=_blank;url=http://astore.amazon.com/spmbussol-20;");
aI("text=Business Websites;target=_blank;url=http://www.spmbusiness.com/;");
}


 drawMenus();

