fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=750           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
//offbgcolor="#a2a49f";
//offcolor="#000000";
offbgcolor="#4c4c4b";
offcolor="#FFFFFF";
bordercolor="";
borderstyle="bold";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica";
pagecolor="";
pagebgcolor="#4c4c4b";
headercolor="#4c4c4b";
headerbgcolor="#4c4c4b";
subimage="";
subimagepadding="0";
overfilter="inset(duration=0.00); Alpha(opacity=100);";
outfilter="inset(duration=0.00)";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=221;
//left=190;
menuwidth="100%"
position="relative"
alwaysvisible=1;
orientation="horizontal";
menualign="center"
aI("text=&nbsp;Home&nbsp;url=index.html;");
aI("text=&nbsp;YP Services&nbsp;url=YpServices.html;");
//aI("text=&nbsp;Creative&nbsp;url=LocalWorkExample.html;");
aI("text=&nbsp;Ad Design&nbsp;url=AdDesignServ.html;");
aI("text=&nbsp;Track Your Ads&nbsp;url=TrackYourAds.html;");
aI("text=&nbsp;Online YP&nbsp;url=IntegratedOnlineYP.html;");
aI("text=&nbsp;About Us&nbsp;url=AboutUs.html;");
aI("text=&nbsp;Contact Us;url=ContactUs.html;");
}

with(milonic=new menuname("products")){
style=menuStyle;
overflow="scroll";
aI("text=Media Tracking;url=/mediatracking.html;");
aI("text=REALM;url=/realm.html;");
//aI("text=Merchandising Management;url=/merchman.html;");
//aI("text=Retail Business Intelligence;url=/rebusin.html;");
}

with(milonic=new menuname("services")){
style=menuStyle;
overflow="scroll";
//aI("text=Business Continuity & Backup;url=/business_continuity.html;");
aI("text=Business Intelligence;url=/business_intelligence.html;");
aI("text=Forensic Credit Analysis;url=/forensic.html;");
aI("text=Mobile Workforce Management;url=/mobileWF.html;");
aI("text=Intelligent Survey Solutions;url=/intelsur.html;");
aI("text=Website Development;url=/website_design.html;");
//aI("text=Wireless Networking;url=/wireless_networking.html;");
}

with(milonic=new menuname("case_studies")){
style=menuStyle;
aI("text=Oil Company;url=/case_study_1.html;");
//aI("text=Distribution Company;url=/case_study_2.html;");
//aI("text=POS Analytics;url=/business_intelligence.html;");
//aI("text=Retail Service Support;url=/business_intelligence.html;");
aI("text=Media Tracking;url=/case_study_3.html;");
}


drawMenus();

