fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
itemwidth="100px";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FF9900";
offcolor="#333333";
onbgcolor="#666666";
oncolor="#ffffff";
padding=3;
pagebgcolor="#DF8B11";
pagecolor="white";
separatorcolor="#666666";
separatorsize=0;
subimage="";
subimagepadding=1;
}

with(menuStyle2=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
itemwidth="150px";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FF9900";
offcolor="#333333";
onbgcolor="#666666";
oncolor="#ffffff";
padding=3;
pagebgcolor="#DF8B11";
pagecolor="white";
separatorcolor="#666666";
separatorsize=0;
subimage="";
subimagepadding=1;
}

with(milonic=new menuname("Profile")){
style=menuStyle;
aI("text=About Us;url=profile_aboutUs.html;");
aI("text=Why Us?;url=profile_whyUs.html;");
}

with(milonic=new menuname("ProductsServices")){
style=menuStyle2;
aI("text=SMS Marketing;url=productsServices_SMSmarketing.html;");
aI("text=MMS Marketing;url=productsServices_MMSmarketing.html;");
aI("text=E-mail Marketing;url=productsServices_emailMarketing.html;");
aI("text=SMS Competitions;url=productsServices_competitions.html;");
aI("text=SMS API;url=productsServices_SMSAPI.html;");
aI("text=Campaign Management;url=productsServices_CampaignManagement.html;");
}

drawMenus();

