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;
_subOffsetCenter=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#FFFF00";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FF0000";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=90;
orientation="horizontal";
style=menuStyle;
top=110;
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Site;text=Heidelberg Site;");
aI("showmenu=What;text=What We Do;");
aI("showmenu=News;text=News/Video;");
aI("showmenu=Shop;text=Heidelberg Shop;");
aI("showmenu=Kids;text=Just For Kids;");
aI("showmenu=Support;text=Support Us;");

}


with(milonic=new menuname("AboutUs")){
overflow="scroll";
style=menuStyle;
aI("text=History;url=history.html;")
aI("text=Mission And Goals;url=mission.html;")
aI("text=Board of Directors;url=BOARD.html;")
aI("text=About the Founder;url=http://www.tyreeguyton.com;")


}


with(milonic=new menuname("Site")){
style=menuStyle;
aI("text=What is it?;url=what.html;");
aI("text=Where is it?;url=where.html;");
aI("text=FAQ;url=FAQ.html;");


}

with(milonic=new menuname("What")){
style=menuStyle;
aI("text=Development Project;url=develop.html;");
aI("text=Programs;url=programs.html;");
aI("text=Tours/Lectures;url=tours.html;");

}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Latest News;url=news.html;");
aI("text=Heidelberg Project Blog;url=http://heidelbergproject.blogspot.com/;");
aI("text=A Chronology of Articles;url=articles.html;");
aI("text=Video;url=video.html;");
aI("text=Archives;url=archives.html;");

}

with(milonic=new menuname("Shop")){
style=menuStyle;
aI("text=Merchandise;url=merch.html;");

}

with(milonic=new menuname("Kids")){
style=menuStyle;
aI("text=Children's Activities;url=childs.html;");
aI("text=Fun Photos;url=fun.html;");
aI("text=Project Penny;url=develop.html;");

}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Volunteers;url=volunteer.html;");
aI("text=Contributions;url=contributions.html;");
aI("text=Sponsors;url=sponsors.html;");
aI("text=Links;url=links.html;");
aI("text=Contact Us;url=contact.html;");




}


drawMenus();

