﻿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(MapSample=new mm_style()){
bordercolor="#cc6633";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="navy";
itemwidth="130";
offbgcolor="cc6633";
offcolor="#000066";
onbgcolor="LemonChiffon";
oncolor="#000066";
padding=2;
pagebgcolor="pink";
pagecolor="Purple";
}

with(create=new mm_style()){
bordercolor="#0000cc";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="navy";
itemwidth="130";
offbgcolor="0000cc";
offcolor="#cc6633";
onbgcolor="LemonChiffon";
oncolor="#cc6633";
padding=2;
pagebgcolor="pink";
pagecolor="Purple";
}

with(contribute=new mm_style()){
bordercolor="#339966";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="navy";
itemwidth="130";
offbgcolor="339966";
offcolor="#ffcc99";
onbgcolor="LemonChiffon";
oncolor="#3333cc";
padding=2;
pagebgcolor="pink";
pagecolor="Purple";
}

with(comm=new mm_style()){
bordercolor="#ffcc66";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="navy";
itemwidth="130";
offbgcolor="ffcc66";
offcolor="#339966";
onbgcolor="LemonChiffon";
oncolor="#339966";
padding=2;
pagebgcolor="pink";
pagecolor="Purple";
}

with(milonic=new menuname("Submenu")){
style=MapSample;
aI("text=Dummy Menu Item 1;");
aI("text=Dummy Menu Item 2;");
aI("text=Dummy Menu Item 3;");
}

with(milonic=new menuname("Lyon")){
margin=3;
style=MapSample;
aI("align=center;decoration=underline;fontsize=14px;fontweight=bold;text=Lyon;type=header;");
aI("align=center;image=france.gif;imagealign=center;itemheight=50;type=header;");
aI("text=Country: France;");
aI("text=Language: French;");
aI("text=Capitol City: Paris;");
aI("text=Latitude: 45n45;");
aI("text=Longitude: 4e51;");
aI("showmenu=Submenu;text=Sub Menus Are allowed;");
}

with(milonic=new menuname("create")){
margin=3;
style=create;
aI("text=Adult Classes;url=http://www.dfac.org/adult_ed.shtml");
aI("text=Youth Classes;url=http://www.dfac.org/youth_ed.shtml");
aI("text=Workshops;url=http://www.dfac.org/workshops.shtml");
aI("text=Summer Camp;url=http://www.dfac.org/summer_camps.shtml");
aI("text=Children's Museum;url=http://www.dfac.org/dlm.shtml");
}

with(milonic=new menuname("connect")){
margin=3;
style=MapSample;
aI("text=Current Exhibits;url=http://www.dfac.org/exhibits_current.shtml");
aI("text=Events;url=http://www.dfac.org/events.shtml");
aI("text=Future Exhibits;url=http://www.dfac.org/exhibits_future.shtml");
aI("text=Palm Cafe';url=http://www.dfac.org/palm_cafe.shtml");
aI("text=Children's Museum;url=http://www.dfac.org/dlm.shtml");
aI("text=Gift Shop;url=http://www.dfac.org/gift_shop_connect.shtml");
aI("text=Member Groups;url=http://www.dfac.org/groups.shtml");
aI("text=Rent Our Space;url=http://www.dfac.org/rental.shtml");
}

with(milonic=new menuname("Contribute")){
margin=3;
style=contribute;
aI("text=Join;url=http://www.dfac.org/join.shtml");
aI("text=Volunteer;url=http://www.dfac.org/volunteer.shtml");
aI("text=Donate;url=http://www.dfac.org/donate.shtml");
aI("text=Sponsor;url=http://www.dfac.org/sponsor.shtml");
}

with(milonic=new menuname("Communicate")){
margin=3;
style=comm;
aI("text=Location;url=http://www.dfac.org/location.shtml");
aI("text=Mission;url=http://www.dfac.org/mission.shtml");
aI("text=Departments;url=http://www.dfac.org/departments.shtml");
aI("text=Staff;url=http://www.dfac.org/staff.shtml");
aI("text=Press Room;url=http://www.dfac.org/press.shtml");
}

drawMenus();


