_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gainsboro";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("text=NEW - David's Blog;target=;url=/wp;");
aI("text=Build Web Sites;target=;url=build-web-sites.htm;");
aI("showmenu=Internet MarketingEmail MarketingLEFT_MENU;text=Internet Marketing;target=;url=internet-marketing.htm;");
aI("showmenu=Income StreamsSelling ServicesLEFT_MENU;text=Income Streams;target=;url=income-streams.htm;");
aI("text=Find Twitters;target=;url=find-twitters.htm;");
aI("text=Contact Me;target=;url=http://www.david-carter.com/wp/about/contact-david/;");
aI("text=Site Map;target=;url=sitemap-page-order.htm;");
aI("text=Designers Hut;target=;url=designers-hut.htm;");
}

with(milonic=new menuname("Internet MarketingEmail MarketingLEFT_MENU")){
style=submenuStyle;
aI("text=Email Marketing;target=;url=email-marketing.htm;");
aI("text=Web Site Automation;target=;url=web-site-automation.htm;");
}

with(milonic=new menuname("Income StreamsSelling ServicesLEFT_MENU")){
style=submenuStyle;
aI("text=Selling Services;target=;url=selling-services.htm;");
}


 drawMenus();
