

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#8A8C8E";
oncolor="#333333";
offbgcolor="#8A8C8E";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=1.2)";
}


//with(milonic=new menuname("Main Menu")){
//style=menuStyle;
//top=10;
//left=10;
//alwaysvisible=1;
//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;
overflow="scroll";
aI("text=Testimonials;url=about/testimonials.php;");
aI("text=Company History;url=about/company_history.php;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=DEBUT&trade; MasterCard&reg; ;url=products/debut_mastercard.php;");
aI("text=DEBUT&trade; Maestro&reg; ;url=products/debut_debit.php;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Frequently Asked Questions;url=resources/index.php;");
aI("text=Lost/Stolen Procedures;url=resources/lost_stolen.php;");
}

with(milonic=new menuname("reload")){
style=menuStyle;
aI("text=Retailers;url=retailers.php;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Online Form;url=contact/contact_online.php;");
}

drawMenus();


