fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#7b7b8e";
borderstyle="outset";
borderwidth=1;
itemwidth=112;
itemheight=30;
fontfamily="Verdana, Arial, Tahoma";
fontsize="10px";
fontstyle="normal";
align="center";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#990000";
onbgcolor="#eeeeee";
oncolor="#00476b";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color=#999999, Direction=190, Strength=4)";
padding=2;
pagebgcolor="transparent";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=1;
}

with(menuStyle1=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
itemwidth=114;
fontfamily="Verdana, Arial, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="transparent";
offcolor="#00476b";
onbgcolor="#85a2b2";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#cccccc, Direction=135, Strength=3)";
padding=1;
pagebgcolor="transparent";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=5;
orientation="vertical";
style=menuStyle;
top=113;
aI("showmenu=New Works;status=New Works & Drawings;text=NEW WORKS;");
}

with(milonic=new menuname("Main Menu2")){
alwaysvisible=1;
left=5;
orientation="vertical";
style=menuStyle;
top=213;
aI("showmenu=Paintings;status=Paintings & Drawings;text=PAINTINGS;");
}

with(milonic=new menuname("Main Menu3")){
alwaysvisible=1;
left=5;
orientation="vertical";
style=menuStyle;
top=301;
aI("showmenu=Sculptures;text=SCULPTURES;");
}

with(milonic=new menuname("Main Menu4")){
alwaysvisible=1;
left=5;
orientation="vertical";
style=menuStyle;
top=420;
aI("showmenu=Monotypes;text=MONOTYPES;");
}

with(milonic=new menuname("Main Menu5")){
alwaysvisible=1;
left=5;
orientation="vertical";
style=menuStyle;
top=509;
aI("showmenu=Judaica;text=JUDAICA;");
}


with(milonic=new menuname("New Works")){
overflow="scroll";
left=5;
top=142;
style=menuStyle1;
aI("text=New Sculptures;url=new_sculptures.html;")
aI("text=New Paintings;url=new_paintings.html;")
aI("text=Coney Island;url=coney_island.html;")
aI("text=Vessels;url=vessels.html;")
aI("text=New Judaica;url=new_judaica.html;")
}

with(milonic=new menuname("Paintings")){
overflow="scroll";
left=5;
top=243;
style=menuStyle1;
aI("text=The Human Form;url=the_human_form.html;")
aI("text=The Intangible;url=the_intangible.html;")
aI("text=Commitment;url=commitment.html;")
aI("text=Fairy Series;url=fairy_series.html;")
}

with(milonic=new menuname("Sculptures")){
overflow="scroll";
left=5;
top=333;
style=menuStyle1;
aI("text=Box Series I;url=box_series_I.html;");
aI("text=Emergence;url=emergence.html;");
aI("text=Free Standing;url=free_standing.html;");
aI("text=Visions;url=visions.html;");
aI("text=Masks;url=masks.html;");
aI("text=Full Figure;url=full_figure.html;");


}

with(milonic=new menuname("Monotypes")){
overflow="scroll";
left=5;
top=451;
style=menuStyle1;
aI("text=Small 11x14;url=monotypes.html;");
aI("text=Medium 16x20;url=monotypes_medium.html;");
aI("text=Large 28x36;url=monotypes_large.html;");
}

with(milonic=new menuname("Judaica")){
left=5;
top=538;
style=menuStyle1;
aI("text=B'nai Mitzvah paintings;url=paintings_judaica.html;");
aI("text=Murals;url=murals.html;");
aI("text=Gifts;url=gifts.html;");

}


drawMenus();


