


_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(menuStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#ffffff";
offbgcolor="#666666";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=97);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
itemheight="25";
aI("text=About Jesse;url=about.shtml;");
aI("text=The Process;url=process.shtml;");

}


with(milonic=new menuname("news")){
style=menuStyle;
overflow="scroll";
itemheight="25";
aI("text=Blog;url=http://www.jesseyoungphoto.com/blog;");
aI("text=Newsletter;url=newsletter.shtml;");

}









drawMenus();

