
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=10               // 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(menuStyle=new mm_style()){
onbgcolor="#FFF6DA";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
//bordercolor="#01734B";
bordercolor="#FAE217";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="3";
separatorpadding="0";
padding=4;
fontsize="8pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial, Helvetica";
pagecolor="#000000";
pagebgcolor="#FFF6DA";
headercolor="#000000";
headerbgcolor="#ffffff";
onborder="1px solid #FAE217";
offborder="1px solid #FAE217";
bgimage="images/button_bg.gif"; 
overfilter="Shadow(color='#5389AA', Direction=135, Strength=2)";
//outfilter="randomdissolve(duration=0.3)"; 
}


with(SubmenuStyle=new mm_style()){
//onbgcolor="#F5EFFA";
onbgcolor="#FFF6DA";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="2";
separatorpadding="2";
padding=4;
fontsize="7pt";
//fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
//pagebgcolor="#F5EFFA";
pagebgcolor="#FFF6DA";
headercolor="";
headerbgcolor="";
overfilter="Shadow(color='#000000', Direction=150, Strength=3)";
swap3d='true';
high3dcolor='#F9F9F9';
low3dcolor='#000000';
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("ABOUT")){
style=SubmenuStyle;
itemwidth="120";
borderstyle="solid";
borderwidth=1;
overflow="scroll";
aI("text=RECENT GRANTS;url=recent_grants.asp;");
aI("text=ANNUAL REPORT;url=annual_report.asp;");
aI("text=FORM 990 REQUEST;url=form_990.asp;");
aI("text=FAQs;url=faqs.asp;");
}

with(milonic=new menuname("COMM_GRANTS")){
style=SubmenuStyle;
itemwidth="160";
borderstyle="solid";
borderwidth=1;
overflow="scroll";
aI("text=GIVING FOCUS;url=com_grant_focus.asp;");
aI("text=PROGRAM DESCRIPTION;url=com_grant_desc.asp;");
aI("text=PROGRAM GUIDELINES;url=com_grant_guide.asp;");
aI("text=ELIGIBILITY;url=com_grant_elig.asp;");
//aI("text=APPLICATION PROCEDURE;url=com_grant_app_proc.asp;");
aI("text=APPLICATION FORM;url=comm_grant_online_app.asp;");
aI("text=GRANT DISTRIBUTION;url=com_grant_dist.asp;");
}

with(milonic=new menuname("MIDA")){
style=SubmenuStyle;
itemwidth="145";
borderstyle="solid";
borderwidth=1;
overflow="scroll";
aI("text=PROGRAM DESCRIPTION;url=mida_desc.asp;");
aI("text=ELIGIBILITY;url=mida_elig.asp;");
aI("text=APPLICATION PROCESS;url=mida_app_proc.asp;");
}

with(milonic=new menuname("CAL")){
style=SubmenuStyle;
itemwidth="145";
borderstyle="solid";
borderwidth=1;
overflow="scroll";
aI("text=PROGRAM DESCRIPTION;url=cal_desc.asp;");
aI("text=ELIGIBILITY;url=cal_elig.asp;");
aI("text=APPLICATION PROCESS;url=cal_app_proc.asp;");
}

with(milonic=new menuname("BRANDT")){
style=SubmenuStyle;
itemwidth="145";
borderstyle="solid";
borderwidth=1;
overflow="scroll";
aI("text=PROGRAM DESCRIPTION;url=brandt_desc.asp;");
aI("text=ELIGIBILITY;url=brandt_elig.asp;");
aI("text=APPLICATION PROCESS;url=brandt_app_proc.asp;");
}

with(milonic=new menuname("OTHER")){
style=SubmenuStyle;
itemwidth="120";
borderstyle="solid";
borderwidth=1;
overflow="scroll";
aI("text=MATCHING GIFTS<BR>TO EDUCATION >>;showmenu=match_gifts;");
aI("text=DOLLARS<BR>FOR DOERS >>;showmenu=dollars;");
aI("text=VOLUNTEERISM;url=volunteer.asp;");
aI("text=ECHOS<BR>(Retiree Organization);url=echos.asp;");
}

							with(milonic=new menuname("match_gifts")){
							style=SubmenuStyle;
							itemwidth="90";
							borderstyle="solid";
							borderwidth=1;
							overflow="scroll";
							aI("text=PROGRAM<BR>DESCRIPTION;url=edu_desc.asp;");
							aI("text=GUIDELINES;url=edu_guide.asp;");
							aI("text=ELIGIBILITY;url=edu_elig.asp;");
							aI("text=APPLICATION<BR>PROCEDURES;url=edu_app_proc.asp;");
							}
							
							with(milonic=new menuname("dollars")){
							style=SubmenuStyle;
							itemwidth="90";
							borderstyle="solid";
							borderwidth=1;
							overflow="scroll";
							aI("text=PROGRAM<BR>DESCRIPTION;url=dfd_desc.asp;");
							aI("text=GUIDELINES;url=dfd_guide.asp;");
							aI("text=ELIGIBILITY;url=dfd_elig.asp;");
							aI("text=APPLICATION<BR>PROCEDURES;url=dfd_app_proc.asp;");
							}