_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#FFFFD4";
offcolor="#000000";
oncolor="#747A75";
padding="5";
subimage="images/blackorange.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location8.gif";
offcolor="#FF7F00";
oncolor="#FFD400";
pagecolor="#FF7F00";
overimage="images/location_on8.gif";
imageposition="right";
itemwidth="1000";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=index.php;");
aI("text=Web Hosting;target=;url=hosting.php;");
aI("showmenu=Other ServicesWeb DesignINFO_BAR_MENU;text=Other Services;target=;url=services.php;");
aI("text=Marketplace;target=;url=marketplace.php;");
aI("showmenu=ResourcesBlogINFO_BAR_MENU;text=Resources;target=;url=resources.php;");
aI("text=Networks;target=;url=partners.php;");
aI("showmenu=SupportFAQsINFO_BAR_MENU;text=Support;target=;url=support.php;");
}

with(milonic=new menuname("Other ServicesWeb DesignINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Web Design;target=;url=web-design.php;");
aI("text=Graphics Design;target=;url=graphics-design.php;");
}

with(milonic=new menuname("ResourcesBlogINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Blog;target=_blank;url=http://www.trigy.net;");
}

with(milonic=new menuname("SupportFAQsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=FAQs;target=;url=faqs.php;");
}


 drawMenus();
