_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="White";
offcolor="SlateGray";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="SlateGray";
separatorsize="1";
subimage="images/arrow5_black_8x8.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="SlateGray";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow5_black_8x8.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=About Us;target=;url=./;");
aI("text=Free Report;target=;url=free-report.html;");
aI("text=Special Offer;target=;url=special-offer.html;");
aI("text=Guarantee;target=;url=guarantee.html;");
aI("text=Services;target=;url=services.html;");
aI("text=FAQs;target=;url=faqs.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
aI("text=Articles & Tips;target=;url=articles-&-tips.html;");
aI("text=Privacy;target=;url=privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();
