// JavaScript Document
var newDefs = new Object;
newDefs.background = "#F9F9FF";
newDefs.border = "#000099";
newDefs.useclass = "menutext";
newDefs.vpad = 5;
newDefs.timeout = 500;
newDefs.pause = 50;
flyDefs (newDefs);
// ABOUT QUAD A
makeLayer ("who", "",
    "Mission=mission.shtml",
	"",
	"Board of Trustees=trustees.shtml",
	"Advisory Board=advisors.shtml",
	"Executive Director=director.shtml",
	"",
	//"Strategic Plan=documents/QuadA_Strategy.pdf@ blank",
	"Model After School Program=documents/ModelAfterSchoolProgram.pdf@ blank",
	"The Four A's=foura.shtml",
	"Contact Us=contact.shtml"
);

// PARTNERS
makeLayer ("partner", "",
	"American Red Cross=http://www.rochesterredcross.org@ blank",
	"Cameron Community Ministries=http://www.cameronministries.org@ blank",
	"Canandaigua National Bank=http://www.cnbank.com@ blank",
	"Children’s Institute=http://www.childrensinstitute.net@ blank",
	"City of Rochester=http://www.cityofrochester.gov@ blank",
	"Colin F. Kennedy Fund=http://www.colincup.com@ blank",
    "Foodlink=http://www.foodlinkny.org@ blank",
	"Girl Scouts of America=http://www.gswny.org@ blank",
	"RACF=http://www.racf.org@ blank",
	"RCSD=http://www.rcsdk12.org@ blank",
	"University of Rochester Medical Center=http://www.urmc.rochester.edu@ blank",
	"YMCA of Greater Rochester=http://www.rochesterymca.org@ blank"
);

// PUBLICATIONS
makeLayer ("pubs", "",
	//"Strategic Plan=documents/QuadA_Strategy.pdf",
	"Annual Report=documents/AnnualReport.pdf@ blank",
	"Current Newsletter=documents/NewsLetter.pdf@ blank",
	"Past Newsletters=documents/PastNewsletters.pdf@ blank",
	"In the News=newslinks.shtml",
	"Brochure=documents/QuadATrifold.pdf@ blank"	
);

// GET INVOLVED
makeLayer ("help", "",
	"Gift Giving=help.shtml",
	"Volunteer=volunteer.shtml",
	"Donor List=donors.shtml"
);	
	
// PROGRAMS
makeLayer ("programs", "",
	"Programs Funded=documents/ProgramsFunded.pdf@ blank",
	"Note to Applicants=applicants.shtml",
	"Grant Application Form=documents/QuadAGrantAppForm.doc",	
	" -Instructions=grant-instructions.shtml",
	"Program Evaluation Form=documents/ProgramEvaluation.doc"
	//" -Instructions=eval-instructions.shtml",
	//"Agreement form for School 4=documents/School4ActivityApplication.doc",
	//"Agreement form for School 30=documents/School30ActivityApplication.doc",
	//"Agreement form for School 34=documents/School34ActivityApplication.doc",
	//" -Instructions=34-instructions.shtml"
);	

