_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=0            // Sub menu top offset_subOffsetLeft=0            // Sub menu left offsetwith(menuStyle=new mm_style()){onbgcolor="#4F8EB6";oncolor="#ffffff";offbgcolor="#1724A3";offcolor="#FFFFFF";bordercolor="#296488";borderstyle="solid";borderwidth=1;separatorcolor="#2D729D";separatorsize="1";padding=5;fontsize="75%";fontstyle="normal";fontfamily="Verdana, Tahoma, Arial";pagecolor="black";pagebgcolor="#82B6D7";headercolor="#000000";headerbgcolor="#ffffff";subimage="arrow.gif";subimagepadding="2";}with(Gregor=new menuname("Main Menu")){style=menuStyle;top=116;left=0;itemwidth=98;alwaysvisible=1;overflow="scroll";aI("text=Home;url=index.html;;");aI("text=Mission;url=mission.htm;;");aI("text=Community <br>Locations;showmenu=Gregor;");aI("text=Projects;url=projects.htm;");aI("text=On Campus;url=class.htm;");aI("text=Photo Gallery;url=gallery.htm;");aI("text=Reflections;url=Reflections.htm;");aI("text=Links;showmenu=Links;");aI("text=Contact Us;showmenu=Contact;");}with(Gregor=new menuname("Gregor")){style=menuStyle;aI("text=Intel Computer Clubhouse;url=Intel.htm;showmenu=IntelSub;");	aI("text=Camillus House;url=camllus.htm;showmenu=camllussub;");aI("text=Miami Rescue Mission;url=mrm.htm;showmenu=mrmsub;");}with(Gregor=new menuname("IntelSub")){style=menuStyle;aI("text=Location;url=Intel.htm#location;status=;");aI("text=Projects;url=projects.htm#intel;");}with(Gregor=new menuname("mrmsub")){style=menuStyle;aI("text=Location;url=mrm.htm#location;");aI("text=Projects;url=projects.htm#mrm;");}with(Gregor=new menuname("camllussub")){style=menuStyle;aI("text=Location;url= camllus.htm#location;");aI("text=Projects;url=projects.htm#camllus;");}with(Gregor=new menuname("Projects")){style=menuStyle;aI("text=Intel Computer Clubhouse;url=projects.htm;status=Intel Computer Clubhouse;");aI("text=Camillus House;url=projects.htm;");aI("text=Miami Rescue Mission;url=projects.htm;");}with(Gregor=new menuname("Links")){style=menuStyle;aI("text=Art Online;showmenu=ArtSub;");aI("text=Community Organizations;showmenu=ComSub;");aI("text=Museums;showmenu=Museums;");}with(Gregor=new menuname("ArtSub")){style=menuStyle;aI("text=Artsonia;url=http://www.artsonia.com;status=Artsonia, a place for digital art;");aI("text=Art Zone;url=http://www.nga.gov/kids/zone/zone.htm;status=;");aI("text=Collage Machine;url=http://www.nga.gov/kids/zone/collagemachine.htm;status=;");aI("text=The Exploratorium;url=http://www.exploratorium.edu/exhibits/nf_exhibits.html;status=;");aI("text=Artist Tool Kit;url=http://www.artsconnected.org/toolkit/;status=allows kids to learn about the basic rules of art as well as create their own artwork.;");}with(Gregor=new menuname("Museums")){style=menuStyle;aI("text=Albright-Knox;url=http://www.albrightknox.org/;status=art games;");aI("text=Art Institute of Chicago Museum;url=http://www.artic.edu/aic/;status=;");aI("text=Artist Tool Kit;url=http://www.artsconnected.org/;status=allows kids to learn about the basic rules of art as well as create their own artwork.;");aI("text=Cleveland Museum;url=http://www.clemusart.com;status=A large variety of artwork.;");aI("text=Field Museum;url=http://www.fmnh.org/;status=;");aI("text=Miami Children's Museum;url=http://www.miamichildrensmuseum.org/;status=;");aI("text=Museum of Modern Art;url=http://www.moma.org;status=A site that challenges kids to figure out the history of paintings;");}with(Gregor=new menuname("ComSub")){style=menuStyle;aI("text=Camillus House;url=http://www.camillus.org/;status=;");aI("text=Intel Computer Clubhouse;url=http://www.computerclubhouse.org/;status=;");aI("text=Miami Rescue Mission;url=http://www.miamirescuemission.com/miamicenters.htm;status=;");}with(Gregor=new menuname("Contact")){style=menuStyle;aI("text=Professor Ninon Rodriguez;url=mailto:nrodrigu@mdcc.edu;");aI("text=Professor Judith Tarver;url=mailto:jtarver@Mdcc.edu;");}drawMenus();
