

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#0087C7";
offbgcolor="#0087C7";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#4DABD8";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="heavy";
fontfamily="Arial, Verdana, Tahoma ";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2)";
}


//with(milonic=new menuname("Main Menu")){
//style=menuStyle;
//top=10;
//left=10;
//alwaysvisible=0;
//orientation="horizontal";
//aI("text=Home;url=http://www.milonic.com/;status=Back To Home Page;");
//aI("text=Menu Samples;showmenu=Samples;");
//aI("text=Milonic;showmenu=Milonic;");
//aI("text=Partners;showmenu=Partners;");
//aI("text=Links;showmenu=Links;");
//aI("text=My Milonic;showmenu=MyMilonic;");
//}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=mission/values;url=/about/mission_values.asp;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=DEBUT&trade; Prepaid MasterCard&reg; ;url=/products_services/debut_mastercard.asp;");
aI("text=DEBUT&trade; Payroll;url=/products_services/debut_payroll.asp;");
}

with(milonic=new menuname("partners")){
style=menuStyle;
aI("text=Become a Partner;url=/partners/partner_signup.asp;");
}

with(milonic=new menuname("news")){
style=menuStyle;
//aI("text=Industry News;url=/news/Industry News.asp;");
aI("text=Industry News;url=/news/industry_news.asp;");
//aI("text=Testimonials;url=/news/testimonials.asp;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Online;url=/contact/online_form.asp;");
}


drawMenus();


