function help1() {
	msg = "DONATION AMOUNT:\n\n";
	msg = msg + "Enter the amount of your donation.  Choose from one of the amounts\n";
	msg = msg + "listed or click 'Other Amount' to provide a different amount.\n";
	msg = msg + "Note that $10 is the minimum donation we can accept using our\n";
	msg = msg + "online system.";
	alert(msg);
}
function help2() {
	tab = "   "
	msg = "DESIGNATION:\n\n";
	msg = msg + "UNRESTRICTED GIFTS (Areas of Greatest Need): These are directed by\n";
	msg = msg + "senior management and program staff to the areas of greatest need for\n";
	msg = msg + "the direct benefit of our clients.\n";
	msg = msg + "______________________________________________________________\n\n";	
	msg = msg + "DESIGNATED GIFTS: These support a specific need that is especially\n";
	msg = msg + "meaningful to you. Examples include particular PROGRAMS or specific\n";
	msg = msg + "PROJECTS:\n\n";
	msg = msg + tab + "PROGRAMS: Natchaug Hospital offers programs for children, \n";
	msg = msg + tab + "adolescents and adults. These programs include inpatient \n";
	msg = msg + tab + "hospitalization for treatment of acute psychiatric illness and\n";
	msg = msg + tab + "addictions, intensive outpatient treatment, partial hospitalization\n";
	msg = msg + tab + "programs, extended day treatment and K-12 special education.\n\n";
	msg = msg + tab + "PROJECTS: Current projects for which Natchaug Hospital is seeking\n";
	msg = msg + tab + "funding include PeaceBuilders, Project Adventure, playground\n";
	msg = msg + tab + "equipment, an aquarium, therapy dog for reading skills, therapeutic\n";
	msg = msg + tab + "DVDs and workbooks, community integration initiative, sewing skills\n";
	msg = msg + tab + "initiative, aquarium and various facility renovations as well as\n";
	msg = msg + tab + "on-going needs for clothing and transportation for our clients.";
	alert(msg);
}
function help3() {
	msg = "MATCHING GIFTS:\n\n";
	msg = msg + "Many businesses offer matching gift programs for their employees,\n";
	msg = msg + "matching the employee’s gifts to educational, cultural and other\n";
	msg = msg + "501(c)(3) nonprofit organizations with a gift from the employer.\n\n";
	msg = msg + "If your employer offers such a program, please obtain an Employee\n";
	msg = msg + "Matching Gifts Program form from your employer, fill out the section\n";
	msg = msg + "indicated, and mail it to Natchaug Hospital. We will provide the\n";
	msg = msg + "requested information and return it to your employer. We will notify\n";
	msg = msg + "you when we receive your employer's matching gift." 
	alert(msg);
}
function help4() {
	msg = "MEMORIAL DONATIONS:\n\n";
	msg = msg + "We welcome contributions in honor and/or memory of loved ones.\n";
	msg = msg + "Choose whether you want your loved one to be 'remembered' or\n";
	msg = msg + "'honored', and include the name of your loved one." 
	alert(msg);
}
