_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("showmenu=Home PageNew website layoutLEFT_MENU;text=Home Page;target=;url=./;");
aI("text=About Us;target=;url=About-Us.html;");
aI("showmenu=Our ServicesSoftware DevelopmentLEFT_MENU;text=Our Services;target=;url=Our-Services.html;");
aI("showmenu=ArticlesPlanning an Office NetworkLEFT_MENU;text=Articles;target=;url=articles.html;");
aI("text=Glossary;target=;url=glossary.html;");
aI("text=Contact Us;target=;url=contact.html;");
aI("text=Privacy Policy;target=;url=privacy.html;");
}

with(milonic=new menuname("Home PageNew website layoutLEFT_MENU")){
style=submenuStyle;
aI("text=New website layout;target=;url=New-website-layout.html;");
aI("text=Happy Birthday Scarlett;target=;url=Happy-Birthday-Scarlett.html;");
}

with(milonic=new menuname("Our ServicesSoftware DevelopmentLEFT_MENU")){
style=submenuStyle;
aI("text=Software Development;target=;url=Software-Development.html;");
aI("text=System Design;target=;url=System-Design.html;");
aI("text=Database Services;target=;url=Database-Services.html;");
aI("text=Network Design;target=;url=Network-Design.html;");
aI("text=Security Services;target=;url=Security-Services.html;");
}

with(milonic=new menuname("ArticlesPlanning an Office NetworkLEFT_MENU")){
style=submenuStyle;
aI("text=Planning an Office Network;target=;url=Planning-an-Office-Network.html;");
aI("text=Operating safely in the online world;target=;url=Operating-safely-in-the-online-world.html;");
}


 drawMenus();
