


_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="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#696DB2";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90))";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("gallery")){
style=menuStyle;
overflow="scroll";
aI("text=Fine Art CD's;url=CD.htm;");
aI("text=Card Art;url=card_art.htm;");
aI("text=Music;url=gallery_music.htm;");
aI("text=Marine;url=gallery_nautical.htm;");
aI("text=Experimental;url=gallery_experimental.htm;");
aI("text=Abstract;url=gallery_abstract.htm;");
aI("text=People;url=gallery_people.htm;");
aI("text=Animals;url=gallery_animals.htm;");

}


drawMenus();

