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="#ffffff";
borderstyle="none";
borderwidth=0;
fontfamily="Arial,helvetica,Verdana";
fontsize="12px";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#C05610";
offcolor="#ffffff";
oncolor="#ffffff";
padding=2;
margin=1;
top:5;
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=1;
bgimage="/images/popup_bg_off.gif";
overbgimage="/images/popup_bg_on.gif";
}

with(mainmenuStyle=new mm_style()){
borderstyle="none";
borderwidth=0;
fontfamily="Arial,helvetica,Verdana";
fontsize="12px";
fontstyle="bold";
fontweight="bold";
offcolor="#3f3c32";
oncolor="#853f34";
padding="3px 16px 2px 1px";
margin=1;
separatorsize=0;
subimagepadding=2;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=472;
orientation="horizontal";
style=mainmenuStyle;
top=501;
aI("showmenu=sculpture;text=sculpture;");
aI("showmenu=drawings;text=drawings;");
aI("showmenu=steel;text=steel;");
aI("text=biography;url=/biography.html;");
aI("text=contact;url=/contact.html;");
aI("text=home;url=/index.html;");
}


with(milonic=new menuname("sculpture")){
style=menuStyle;
openstyle="up";
aI("text=vimana;url=/sculpture/vimana.html;");
aI("text=vailix;url=/sculpture/vailix.html;");
aI("text=bardo;url=/sculpture/bardo.html;");
aI("text=sidereal motion;url=/sculpture/sidereal_motion.html;");
aI("text=timo and mia;url=/sculpture/timo_mia.html;");
aI("text=gyre;url=/sculpture/gyre.html;");
aI("text=ventolines;url=/sculpture/ventolines.html;");
aI("text=ozawa;url=/sculpture/ozawa.html;");
aI("text=ampoula;url=/sculpture/ampoula.html;");
aI("text=geisha;url=/sculpture/geisha.html;");
aI("text=satellite;url=/sculpture/satellite.html;");
aI("text=zonapelucida;url=/sculpture/zonapelucida.html;");

}

with(milonic=new menuname("drawings")){
style=menuStyle;
openstyle="up";

aI("text=drawings - 2007;url=/drawings/2007.html;");
aI("text=drawings - 2006;url=/drawings/2006.html;");
aI("text=drawings - 2005;url=/drawings/2005.html;");

}

with(milonic=new menuname("steel")){
style=menuStyle;
openstyle="up";

aI("text=beds;url=/steel/beds.html;");
aI("text=bookcases;url=/steel/bookcases.html;");
aI("text=bowls;url=/steel/bowls.html;");
aI("text=tables;url=/steel/tables.html;");
aI("text=railings;url=/steel/railings.html;");
}

with(milonic=new menuname("biography")){
style=menuStyle;

aI("text=biography;url=/biography.html;");
}

with(milonic=new menuname("contact")){
style=menuStyle;

aI("text=contact;url=/contact.html;");
}

drawMenus();

