


_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="#F2EEEB";
oncolor="#000000";
offbgcolor="#c2bcb6";
offcolor="#515151";
bordercolor="#296488";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="9pt";
fontstyle="normal";
fontfamily="arial, helvetica, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#F2EEEB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("artists")){
style=menuStyle;
overflow="scroll";
aI("text=The Artists of Parklane;url=http://www.parklanegallery.com/artists/index.htm;");
aI("text=Monthly Featured Artists;url=http://www.parklanegallery.com/mainpages/artists_featured.htm;");

}

with(milonic=new menuname("events")){
style=menuStyle;
overflow="scroll";
aI("text=Parklane Gallery Newsletter;url=http://www.parklanegallery.com/newsletter/index.html;");
aI("text=Annual Miniature Show;url=http://www.parklanegallery.com/mainpages/mini_show.htm;");
aI("text=Upcoming Events;url=http://www.parklanegallery.com/mainpages/events.htm;");



}

with(milonic=new menuname("contact")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Us;url=http://www.parklanegallery.com/mainpages/contact.htm;");
aI("text=Directions;url=http://www.parklanegallery.com/mainpages/map.htm;");
aI("text=Receive Our Newsletter;url=http://www.parklanegallery.com/mainpages/artwalk.htm;");
aI("text=Show Your Work;url=http://www.parklanegallery.com/mainpages/member.htm;");

}

with(milonic=new menuname("kirkland")){
style=menuStyle;
overflow="scroll";
aI("text=Kirkland Wednesday Market;url=http://www.parklanegallery.com/mainpages/market.htm;");
aI("text=Kirkland Classic Car Show;url=http://www.parklanegallery.com/mainpages/car_show.htm;");

}




drawMenus();

