//fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
oncolor="#ffffff";
offcolor="#ffffff";
offbgcolor="#93B043";
margin=0;
borderwidth=0;
offborder="1px solid #93B042";
onborder="1px solid #31416b";
separatorsize="3";
padding=6;
fontsize="9.25pt";
fontstyle="normal";
fontfamily="Geneva, Arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#31416b";
subimage="menu/arrow.gif";
subimagepadding="2";
position="relative";
rawcss="line-height: .75";
}


with(milonic=new menuname("AboutUs")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=overview.html;");
aI("text=Vision || Mission || History;url=vision.html;");
aI("text=Staff & Board;url=board.html;");
aI("text=Youth Board;url=youth.html;");
aI("text=Employment;url=employment.html;");
aI("text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("Advocacy")){
style=menuStyle;
overflow="scroll";
aI("text=Policy and Legislation;url=policy.html;");
aI("text=Media;url=media.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
overflow="scroll";
aI("text=General Information;url=resources.html#general;");
aI("text=Provider Information;url=resources.html#providerinfo;");
aI("text=Professional Development & Training;url=resources.html#profdev;");
aI("text=Quality Information;url=resources.html#quality;");
aI("text=Parent Information;url=resources.html#parentinfo;");
aI("text=Afterschool Facts & Data;url=resources.html#afterschoolfacts;");
aI("text=List Servs;url=resources.html#listservs;");

}

drawMenus();


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try
  {
  var pageTracker = _gat._getTracker("UA-7504661-7"); pageTracker._trackPageview();
  }
catch(err) {}
