_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
projectid=9;
description="Table Based (Relative) Menus";


with(menuStyle=new mm_style()){
onbgcolor="#a81626";
oncolor="#FFFFFF";
offbgcolor="#060928";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=10;
fontsize="12";
fontweight="bold";
fontstyle="none";
fontfamily="Verdana";
pagecolor="#ffffff";
pagebgcolor="#256AA5";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#060928', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Overview;url=about.shtml;");
aI("text=Bios;url=bios.shtml;");
aI("text=Press;url=press.shtml;");
}

drawMenus();