_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1              // The time delay before menus open on mouse over

with(taal=new mm_style()){
onbgcolor="#ffdddd";
oncolor="#ff0000";
offbgcolor="#ddddff";
offcolor="#0000af";
bordercolor="#aaaadd";
borderstyle="solid";
borderwidth=1;
separatorcolor="#aaaadd";
separatorsize=1;
padding=0;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
subimage="menu/pijldownbl.gif";
onsubimage="menu/pijldown.gif";
subimagepadding=1;
overfilter="Fade(duration=0.2);Alpha(opacity=87);Shadow(color='#aaaadd', Direction=130, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=taal;
top=20;
left=624;
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=http://www.milonic.com/;");
aI("text=&nbsp;Other language;showmenu=taal;status=Choose another language;");
aI("text=;");
}

with(milonic=new menuname("taal")){
style=taal;
margin=0;
overflow="scroll";
aI("text=&nbsp;Dutch;url=domrepned.htm;");
aI("text=&nbsp;Spanish&nbsp;;url=domrepesp.htm;");
}

drawMenus();


