homeArray = new Array("aboutus","awards","issues","programs","library")
auxArray = new Array("search","contactus")
homefeaturesArray = new Array("feature_aboutus","feature_awards","feature_issues","feature_programs","feature_library")
floaters = new Array()

menuWidth = 175

menuVposition = new Array (90,90,90,90,90)
menuHposition = new Array (97,171,294,353,432)

aboutus = new Array (
	["THE PHILANTHROPIES", "aboutus/philanthropies.html"],
	["TERESA HEINZ", "aboutus/teresaheinz.html"],
	["SENATOR JOHN HEINZ", "aboutus/johnheinz.html"],
	["HEINZ FAMILY HISTORY", "aboutus/heinzhistory.html"]
)

awards = new Array (
	["ITEM 1", "#"]
)

issues = new Array (
	["THE ENVIRONMENT", "issues/environment.html"],
	["WOMEN'S ECONOMIC SECURITY", "issues/womensecosec.html"],
	["HEALTH", "issues/health.html"],
	["DEMOCRACY/CITIZENSHIP", "issues/democracy.html"],
	["THE ARTS", "issues/arts.html"]
)

programs = new Array (
	["WISER", "programs/wiser.html"],
	["HOPE", "programs/hope.html"],
	["SENATE FELLOWSHIP PROGRAM", "programs/senatefellowship.html"],
	["ENVIRONMENTAL SCHOLARS", "programs/environmentalscholars.html"],
	["WOMENS CONFERENCES", "programs/womensconferences.html"],
	["WOMENS RETIREMENT INITIATIVE", "programs/womensretirement.html"],
	["FACTS ABOUT PROGRAM", "programs/factsabout.html"]
)

library = new Array (
	["PRESS RELEASES", "library/pressreleases.html"],
	["OP-EDS", "library/opeds.html"],
	["SPEECHES", "aboutus/teresaheinz_03.html"],
	["QUOTES", "library/quotes.html"],
	["HEINZ FAMILY HISTORY", "aboutus/heinzhistory.html"],
	["NEWS COVERAGE", "library/newscoverage.html"]
)


