_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";
subimage="xp_ind.gif"
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=184;
aI("image=transparent.gif;imageheight=1;offbgcolor=#000000;type=header;");
aI("image=2_first.jpg;overimage=2_over.jpg;offbgcolor=#000000;showmenu=Media;text=.;");
aI("image=transparent.gif;imageheight=1;offbgcolor=#000000;type=header;");
}

with(Media=new menuname("Media")){
left="offset=2";
style=submenuStyle;
top="offset=-4";
aI("offbgcolor=#383737;fontsize=70%;fontweight=bold;text=Media;url=media.html;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#000000;type=header;");
aI("offbgcolor=#000000;showmenu=Reel;text=VIEW REEL;");
aI("offbgcolor=#000000;text=Headshots;url=headshots.html;");
aI("offbgcolor=#000000;text=Photo Gallery;url=gallery.html;");
aI("offbgcolor=#000000;text=Interviews;url=interviews.html;");
aI("offbgcolor=#000000;text=Articles;url=articles.html;");
aI("offbgcolor=#000000;text=Reviews;url=reviews.html;");
aI("offbgcolor=#000000;text=Quotes;url=quotes.html;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#000000;type=header;");
}

with(Reel=new menuname("Reel")){
left="offset=10";
style=submenuStyle;
top="offset=-2";
aI("image=transparent.gif;imageheight=6;offbgcolor=#777777;type=header;");
aI("offbgcolor=#383737;text=Voiceover;url=voiceover.html;");
aI("offbgcolor=#383737;text=Commericals;url=commercials.html;");
aI("offbgcolor=#383737;text=Film;url=film.html;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#383737;type=header;");
}

drawMenus();

