
_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(toc_menuStyle=new mm_style()){
onbgcolor="#123456"/*"#41ACE7"*/;
oncolor="#ffffff";
offbgcolor="#123456";
offcolor="yellow";/*"#000000";*/
bordercolor="#990033";
borderstyle="solid";
borderwidth=1;
separatorcolor="#990033";
separatorsize=0;
padding=1;
fontsize="9";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="normal";
pagecolor="yellow";
pagebgcolor="123456";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="arrow.gif";
subimagepadding="0";
screenposition="right;offset=100";
/*itemwidth=100;
onsubimage="";
bgimage="images/silver_black_003.JPG";
overbgimage="images/silver_black_004.JPG";*/
//overfilter="Fade(duration=0.2);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="Alpha(opacity=98);randomdissolve(duration=0.3)";
}

with(milonic=new menuname("example_e")){
style=toc_menuStyle;
aI("text=;title=;status=;showmenu=;url=;target=;fontsize=;");
//aI("text=;title=;status=;showmenu=;url=;target=;fontsize=;");
}


drawMenus();
