


_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="#ffffff";
oncolor="#9C9788";
offbgcolor="#9C9788";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
fontfamily="arial, Verdana, Tahoma, Arial";
pagecolor="#9C9788";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("gallery")){
style=menuStyle;
overflow="scroll";
aI("text=Inner Spaces;url=inner_spaces.html;");
aI("text=Loved Ones;url=loved_ones.html;");
aI("text=Disturbance in the Force;url=disturbances.html;");
aI("text=Strange in the Familiar;url=strange.html;");
aI("text=Commercial Portraits;url=commercial.html;");


}



drawMenus();


