_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#EFEFEF";
onbgcolor="Black";
oncolor="Silver";
padding="9";
separatorcolor="Black";
separatorsize="1";
subimage="images/on_downboxed.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#BFBEBE";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#AAE1F7";
oncolor="Black";
padding="4";
subimage="images/on_downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=http://www.goodclicks.com/;");
aI("text=Why GoodClicks?;target=;url=Why-GoodClicks.html;");
aI("text=Getting Started;target=;url=Getting-Started.html;");
aI("showmenu=PricingPaymentLEFT_MENU;text=Pricing;target=;url=Pricing.html;");
aI("showmenu=Your SiteContact PageLEFT_MENU;text=Your Site;target=;url=Your-Site.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("PricingPaymentLEFT_MENU")){
style=submenuStyle;
aI("text=Payment;target=;url=Payment.html;");
}

with(milonic=new menuname("Your SiteContact PageLEFT_MENU")){
style=submenuStyle;
aI("text=Contact Page;target=;url=Contact-Page.html;");
aI("text=Design Decisons;target=;url=Design-Decisons.html;");
aI("showmenu=ArticlesArticle 1LEFT_MENU;text=Articles;target=;url=Articles.html;");
aI("showmenu=ResourcesWeb SitesLEFT_MENU;text=Resources;target=;url=Resources.html;");
aI("showmenu=NewsBusiness NewsLEFT_MENU;text=News;target=;url=News.html;");
}

with(milonic=new menuname("ArticlesArticle 1LEFT_MENU")){
style=submenuStyle;
aI("text=Article 1;target=;url=Article-1.html;");
aI("text=Article 2;target=;url=Article-2.html;");
aI("text=Article 3;target=;url=Article-3.html;");
}

with(milonic=new menuname("ResourcesWeb SitesLEFT_MENU")){
style=submenuStyle;
aI("text=Web Sites;target=;url=Web-Sites.html;");
aI("text=Products;target=;url=Products.html;");
aI("text=Services;target=;url=Services.html;");
aI("text=People;target=;url=People.html;");
}

with(milonic=new menuname("NewsBusiness NewsLEFT_MENU")){
style=submenuStyle;
aI("text=Business News;target=;url=Business-News.html;");
aI("text=Entertainment;target=;url=Entertainment.html;");
aI("text=Travel;target=;url=Travel.html;");
aI("text=Movies;target=;url=Movies.html;");
aI("text=shopping;target=;url=shopping.html;");
}


 drawMenus();

