
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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="#000000";
oncolor="#ffffff";
offbgcolor="#7a0000";
offcolor="#ffffff";
// bordercolor="#000000";
// borderstyle="solid";
// borderwidth=0;
separatorcolor="#7a0000";
separatorsize="0";
padding=0;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="ffffff";
pagebgcolor="#7a0000";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="images/arrow.gif";
// subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="Fade(duration=0.3)";
}

with(menuStyle2=new mm_style()){
offbgcolor="#6f4c47";
offcolor="#ffffff";
onbgcolor="#4e221c";
//onbgcolor="#b73b1f";
oncolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="ffffff";
pagebgcolor="#6a7a86";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="images/arrow.gif";
// subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
outfilter="Fade(duration=0.3)";
}

with(menuStyle3=new mm_style()){
offbgcolor="#9fb7c8";
offcolor="#000000";
onbgcolor="#6a7a86";
oncolor="#ffffff";
bordercolor="#b73b1f";
borderstyle="solid";
borderwidth=1;
separatorcolor="#b73b1f";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="ffffff";
pagebgcolor="#6a7a86";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="images/arrow.gif";
// subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
outfilter="Fade(duration=0.3)";
}

with(milonic=new menuname("Home")){
style=menuStyle2;
top="offset=-6"; 
left="offset=15";
overflow="scroll";
aI("text=Key Dates;url=../index.asp;");
aI("text=Latest News;url=../index.asp;");
aI("text=Grant Recipients;url=../follow_the_impact.asp;");
aI("text=Photos;url=../photos.asp;");
}

with(milonic=new menuname("About")){
style=menuStyle2;
top="offset=-6"; 
left="offset=0";
overflow="scroll";
aI("text=Mission and Beliefs;url=../about.asp;");
aI("text=Founders Letter;url=../founders_letter.asp;");
aI("text=Board of Directors;url=../board_of_directors.asp;");
}

with(milonic=new menuname("Join")){
style=menuStyle2;
top="offset=-6"; 
left="offset=0";
overflow="scroll";
aI("text=Membership Info;url=../join.asp;");
aI("text=Friends of Impact;url=../friends.asp;");
aI("text=Donate Stock;url=../donate_stock.asp;");
aI("text=Conflict of Interest;url=../conflict_of_interest.asp;");
aI("text=FAQ;url=../faq.asp;");
aI("text=Focus Area Committee Members;url=../focus_committee.asp;");
}

with(milonic=new menuname("Grants")){
style=menuStyle2;
top="offset=-6"; 
left="offset=0";
overflow="scroll";
aI("text=Grant Philosophy;url=../grants.asp;");
aI("text=Grant Overview;url=../grants.asp;");
aI("text=Focus Areas;url=../focus_areas.asp;");
aI("text=Grant Process;url=../grant_process.asp;");
aI("text=Grant Calendar;url=../grant_calendar.asp;");
aI("text=Nonprofit Eligibility;url=../nonprofit.asp;");
}

with(milonic=new menuname("Follow")){
style=menuStyle2;
top="offset=-6"; 
left="offset=0";
overflow="scroll";
aI("text=2008;url=../follow_the_impact.asp;");
aI("text=2007;url=../follow_the_impact.asp#2007;");
aI("text=2006;url=../follow_the_impact.asp#2006;");
aI("text=Progress Reports;url=../progress_reports.asp;");
aI("text=Impact Library;url=../library/;");
}

with(milonic=new menuname("News")){
style=menuStyle2;
top="offset=-6"; 
left="offset=0";
overflow="scroll";
aI("text=Calendar;url=../news_notes.asp#calendar;");
aI("text=Newsletters;url=../news_notes.asp#newsletters;");
aI("text=Press Releases;url=../press_releases.asp;");
aI("text=Photos;url=../photos.asp;");
aI("text=Collective Giving Resources;url=../collective_giving.asp;");
}

drawMenus();