_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;




with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
itemwidth=149;
offcolor="#F40707";
oncolor="#FD1B1B";
ondecoration="underline";
padding=2;
separatorcolor="#636363";
subimagepadding=0;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#383737";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
imagepadding=0;
itemwidth=149;
offcolor="#000000";
oncolor="#000000";
ondecoration="underline";
padding=0;
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=13;
orientation="vertical";
style=menuStyle;
top=507;
aI("image=transparent.gif;imageheight=1;offbgcolor=#000000;type=header;");
aI("image=3_first.jpg;overimage=3_over.jpg;offbgcolor=#000000;showmenu=Biography;text=.;");
aI("image=transparent.gif;imageheight=1;offbgcolor=#000000;type=header;");
}

with(Biography=new menuname("Biography")){
left="offset=2";
style=submenuStyle;
top="offset=-4";
aI("offbgcolor=#383737;fontsize=70%;fontweight=bold;text=Biography;url=biography.html;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#000000;type=header;");
aI("offbgcolor=#000000;text=Filmography;url=filmography.html;");
aI("offbgcolor=#000000;text=Stage;url=stage.html;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#000000;type=header;");
}



drawMenus();

