_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="White";
offcolor="#000000";
onbgcolor="#FFAA00";
oncolor="AliceBlue";
padding="6";
separatorcolor="#000000";
separatorsize="6";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="133";
}

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="#FFAA00";
oncolor="AliceBlue";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=828;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.firebladehosting.com/;");
aI("showmenu=Website Design/Website MenuINFO_BAR_MENU;text=Website Design;target=;url=website-design.html;");
aI("text=Hosting Packages;target=;url=hosting-packages.html;");
aI("text=Contact;target=;url=contact.html;");
aI("showmenu=Articles/Hosting TermsINFO_BAR_MENU;text=Articles;target=;url=articles.html;");
aI("text=Comments;target=;url=comments.php;");
}

with(milonic=new menuname("Website Design/Website MenuINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Website Menu;target=;url=website-menu.html;");
}

with(milonic=new menuname("Articles/Hosting TermsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Hosting Terms;target=;url=hosting-terms.php;");
aI("text=Web Hosting;target=;url=web-hosting.html;");
aI("text=How to Choose a Web Host;target=;url=how-to-choose-a-web-host.html;");
aI("text=Free or Paid Hosting?;target=;url=free-or-paid-hosting.html;");
aI("text=CPanel Help Information;target=;url=cpanel-help-information.html;");
}


 drawMenus();

