


_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x




with(MainImagesMenu=new mm_style()){
borderwidth=0;
margin=0;
}

with(MainSecondary=new mm_style()){
oncolor="#DBEAFB";
offcolor="#DBEAFB";
padding=5;
fontsize="11";
fontstyle="normal";
fontweight="normal";
ondecoration="underline";
align="center";
fontfamily="Verdana ,Helvetica";
itemwidth="90";
itemheight="48";
}


with(AboutStyle=new mm_style()){
orientation="horizontal";
oncolor="#FFFFFF";
offcolor="#E1D1E0";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
ondecoration="underline";
fontfamily="Verdana ,Helvetica";
}


with(milonic=new menuname("Main Menu")){
style=MainImagesMenu;
top=89;
left=55;
orientation="horizontal";
aI("url=../what/index.html;image=/images/nav/what_off.gif;overimage=/images/nav/what_over.gif;status=What We Do;showmenu=whatwedo;ondecoration=underline;");
aI("url=../proof/index.html;image=/images/nav/proof_off.gif;overimage=/images/nav/proof_over.gif;status=The Proof;showmenu=theproof;ondecoration=underline;");
aI("url=../projects/index.html;image=/images/nav/projects_off.gif;overimage=/images/nav/projects_over.gif;status=Our Projects;showmenu=ourprojects;ondecoration=underline;");
aI("url=../how/index.html;image=/images/nav/how_off.gif;overimage=/images/nav/how_over.gif;status=How We Work;ondecoration=underline;");
}

with(milonic=new menuname("whatwedo")){
style=MainSecondary;
top=-3;
left=20;
aI("text=Planning and Grant Writing;url=../what/grants.html;onbgcolor=#81A253;offbgcolor=#81A253;ondecoration=underline;");
aI("text=Program Evaluation;url=../what/program_evaluation.html;onbgcolor=#8ABB46;offbgcolor=#8ABB46;ondecoration=underline;");
aI("text=Data Analysis and Integration;url=../what/data.html;onbgcolor=#6A962D;offbgcolor=#6A962D;ondecoration=underline;");
aI("text=Organizational Development;url=../what/organizations.html;onbgcolor=#8FC346;offbgcolor=#8FC346;ondecoration=underline;");
aI("text=Software;url=../what/software.html;onbgcolor=#74AB28;offbgcolor=#74AB28;ondecoration=underline;");
}

with(milonic=new menuname("theproof")){
style=MainSecondary;
top=-3;
left=20;
aI("text=Children, Youth, and Families;url=../proof/youth.html;onbgcolor=#48BA9D;offbgcolor=#48BA9D;ondecoration=underline;");
aI("text=Health;url=../proof/health.html;onbgcolor=#7CA99E;offbgcolor=#7CA99E;ondecoration=underline;");
aI("text=Poverty;url=../proof/poverty.html;onbgcolor=#6FA396;offbgcolor=#6FA396;ondecoration=underline;");
aI("text=Schools;url=../proof/schools.html;onbgcolor=#89B9AD;offbgcolor=#89B9AD;ondecoration=underline;");
aI("text=Non-Profit Development;url=../proof/organizations.html;onbgcolor=#4D7F72;offbgcolor=#4D7F72;ondecoration=underline;");
}

with(milonic=new menuname("ourprojects")){
style=MainSecondary;
top=-3;
left=20;
aI("text=Grants;url=../projects/grants.html;onbgcolor=#A192B7;offbgcolor=#A192B7;ondecoration=underline;");
aI("text=Plans;url=../projects/plans.html;onbgcolor=#706284;offbgcolor=#706284;ondecoration=underline;");
aI("text=Presentations and Workshops;url=../projects/workshops.html;onbgcolor=#89799E;offbgcolor=#89799E;ondecoration=underline;");
aI("text=Data Mapping;url=../projects/mapping.html;onbgcolor=#6B5E7E;offbgcolor=#6B5E7E;ondecoration=underline;");
aI("text=Surveys and Focus Groups;url=../projects/surveys.html;onbgcolor=#9589A5;offbgcolor=#9589A5;ondecoration=underline;");
aI("text=Resource Library;url=../projects/library.html;onbgcolor=#6B5E7E;offbgcolor=#6B5E7E;ondecoration=underline;");
}


with(milonic=new menuname("aboutmenu")){
orientation="horizontal";
style=AboutStyle;
top=52;
left=388;
aI("text=Staff;url=../about/bios.html;ondecoration=underline;");
aI("text=|;oncolor=#E1D1E0;offcolor=#E1D1E0;");
//aI("text=History;url=/about/history.html;ondecoration=underline;");
//aI("text=|;oncolor=#E1D1E0;offcolor=#E1D1E0;");
aI("text=News;url=../about/news.html;ondecoration=underline;");
}


drawMenus();

