


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

_PATH="images/menu";


with(menuStyle=new mm_style()){
onbgcolor="#6F8EAD";
oncolor="#ffffff";
offbgcolor="#84A8CC";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=100, Strength=0)";
outfilter="randomdissolve(duration=0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=68;
left=118;
alwaysvisible=1;
orientation="horizontal";
aI("image=" + _PATH + "/home.gif;url=?;status=Home;");
aI("image=" + _PATH + "/dilemma.gif;url=?set_type=content&child=dilemma;status=Data Dilemma;");
aI("image=" + _PATH + "/about.gif;url=?set_type=content&child=about;status=About SureBack;");
aI("image=" + _PATH + "/products.gif;showmenu=products;status=Products & Services;");
aI("image=" + _PATH + "/news.gif;url=?set_type=content&child=news;status=News & Reports;");
aI("image=" + _PATH + "/partners.gif;showmenu=partners;status=Partners;");
aI("image=" + _PATH + "/contact.gif;url=?set_type=content&child=contact;status=Contact us;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=Small and Medium Enterprises;url=?set_type=content&parent=products&child=sme;");
aI("text=Corporate Enterprise Solution;url=?set_type=content&parent=products&child=corporate;");
}

with(milonic=new menuname("partners")){
style=menuStyle;
aI("text=Partner Program;showmenu=;url=?set_type=content&parent=partners&child=partnerprogram");
aI("text=Become a certified partner;url=?set_type=content&parent=partners&child=partnerjoin;");
}

drawMenus();


