_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="#930600";
offcolor="#ffffff";
onbgcolor="#463C01";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="5";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="#463C01";
onbgcolor="#8F854D";
oncolor="White";
padding="4";
pagecolor="White";
separatorcolor="#463C01";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("text=About Us;target=;url=about_us.html;");
aI("showmenu=Our ServicesOffice Infrastructure SetupLEFT_MENU;text=Our Services;target=;url=our_services.html;");
aI("text=Our Portfolio;target=;url=our_portfolio.html;");
aI("text=Clientele;target=;url=clientele.html;");
aI("text=News;target=;url=news.html;");
aI("text=IT Blogs;target=;url=it_blogs.html;");
aI("text=Downloads;target=;url=downloads.html;");
aI("text=Contact Us;target=;url=contact_us.html;");
aI("text=Privacy;target=;url=privacy.html;");
aI("text=Site Map;target=;url=sitemap-navigation.html;");
}

with(milonic=new menuname("Our ServicesOffice Infrastructure SetupLEFT_MENU")){
style=submenuStyle;
aI("text=Office Infrastructure Setup;target=;url=office_setup.html;");
aI("text=Data Management;target=;url=data_management.html;");
aI("text=Network Services;target=;url=network_services.html;");
aI("showmenu=Web ServicesWeb DesignLEFT_MENU;text=Web Services;target=;url=web_services.html;");
aI("text=Promotions and Marketing;target=;url=promotions_and_marketing.html;");
aI("text=Mobile and PDA;target=;url=mobile_and_pda.html;");
aI("text=Graphics and Media;target=;url=graphics_and_media.html;");
}

with(milonic=new menuname("Web ServicesWeb DesignLEFT_MENU")){
style=submenuStyle;
aI("text=Web Design;target=;url=web_design.html;");
}


 drawMenus();

