
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

//if(navigator.appVersion.indexOf("MSIE 6.0")>0)
//{
//	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
//}
//else
//{
//	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
//}
effect="";

timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=1;	// Sub menu offset Top position 
suboffset_left=5;	// Sub menu offset Left position

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#ffffff",				// Mouse Off Font Color
"#333399",			// Mouse Off Background Color
"#000000",			// Mouse On Font Color
"#9999ff",			// Mouse On Background Color
,			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial, Helvetica, Geneva, Swiss, SunSans-Regular",	// Font Name
5,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
"",					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"#ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"#FFFFFF",			// Menu Header Background Color (Leave blank if headers are not needed)
"#9999ff",			    // Menu Item Separator Color

]
style2=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#000000",				// Mouse Off Font Color
"#9999ff",			// Mouse Off Background Color
"#ffffff",			// Mouse On Font Color
"#333399",			// Mouse On Background Color
,			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial, Helvetica, Geneva, Swiss, SunSans-Regular",	// Font Name
5,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
"",					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"#333399",			    // Menu Item Separator Color
]

style3=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#ffffff",				// Mouse Off Font Color
"#6666CC",			// Mouse Off Background Color
"#333399",			// Mouse On Font Color
"#9999ff",			// Mouse On Background Color
,			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial, Helvetica, Geneva, Swiss, SunSans-Regular",	// Font Name
5,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
"",					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"#333399",			// Menu Header Font Color (Leave blank if headers are not needed)
"#FFFFFF",			// Menu Header Background Color (Leave blank if headers are not needed)
"#9999ff",			    // Menu Item Separator Color
]

style4=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#ffffff",				// Mouse Off Font Color
"#333399",			// Mouse Off Background Color
"#333399",			// Mouse On Font Color
"#333399",			// Mouse On Background Color
,			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial, Helvetica, Geneva, Swiss, SunSans-Regular",	// Font Name
5,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
"",					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"#333399",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"#333399",			// Menu Header Font Color (Leave blank if headers are not needed)
"#FFFFFF",			// Menu Header Background Color (Leave blank if headers are not needed)
"#9999ff",			    // Menu Item Separator Color
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
,					// Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
143,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use 
,"HOME","http://www.nhsa.org/index40.htm","NHSA&nbsp;HOME","",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"ABOUT&nbsp;NHSA","show-menu=about","/about/index.htm","ABOUT&nbsp;NHSA",1
,"JOIN&nbsp;NHSA","/join/index.htm","JOIN&nbsp;NHSA","",1
,"NHSA&nbsp;PARTNERS","/about/about_partner.htm","NHSA&nbsp;PARTNERS","",1
//,"DONATE&nbsp;TO&nbsp;NHSA","/about/donate/index.htm","DONATE&nbsp;TO&nbsp;NHSA","",1
,"DONATE&nbsp;TO&nbsp;NHSA","https://www.nhsa.org/about/donate/frmdonate.cfm","DONATE&nbsp;TO&nbsp;NHSA","",1
,"NHSA&nbsp;SERVICES","show-menu=services","/services/index.htm","NHSA&nbsp;SERVICESA",1
,"ADVOCACY","show-menu=advocacy","/advocacy/index.htm","ADVOCACY",1
//,"PRESS ROOM","show-menu=press","/press/index.htm","PRESS&nbsp;ROOM",1
,"RESEARCH","show-menu=research","/research/index.htm","RESEARCH",1
,"PROFESSIONAL<br>DEVELOPMENT","show-menu=training","/training/index.htm","TRAINING",1
,"PROGRAMS","show-menu=program2",,"FOCUS&nbsp;ON&nbsp;QUALITY",1
,"PUBLICATIONS","show-menu=publications",,"NHSA&nbsp;PUBLICATIONS",1
//,"CAREER&nbsp;CENTER","/job_posting/index.htm","POST&nbsp;A&nbsp;POSITION","",1
//,"NHSA&nbsp;STORE","show-menu=store","/store/index.htm","",1
,"EMERGENCY&nbsp;PREPAREDNESS<br>DISASTER&nbsp;RELIEF&nbsp;CENTER","show-menu=relief","http://www.nhsa.org/relief_center/index.htm","HEAD&nbsp;START HURRICANE&nbsp;RELIEF&nbsp;CENTER",1 
])

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu3",			// Menu Name - This is needed in order for the menu to be called
558,					// Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
143,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style3,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
//,"HOME","http://www.nhsa.org/index40.htm","NHSA&nbsp;HOME","",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<b>NHSA MEMBER ONLY</b>","# align=left;type=header;","Members Only","",0
//,"FREE&nbsp;ITEMS&nbsp;FOR&nbsp;YOUR&nbsp;<br>PROGRAM","/members/anniversary/free.cfm","Free Items for your program","",1
//,"40TH&nbsp;ANNIVERSARY&nbsp;<br>RESOURCES","/members/anniversary/index.cfm","40th Anniversary Resources","",1
,"ADVOCACY&nbsp;SERVICES","/members/advocacy/index.cfm","NHSA Advocacy Services","",1
,"RESOURCE GUIDE","/members/buyers_guide/index.cfm","Online Buyer's Guide","",1
,"CAREER&nbsp;CENTER","/members/career_center/index.cfm","NHSA Career Center","",1
,"CHILDREN&nbsp;&amp;&nbsp;FAMILIES<br>MAGAZINE&nbsp;ONLINE","/members/cf_magazine_online/index.cfm","Children & Families Magazine Online","",1
,"MARKETING&nbsp;RESOURCE<br>CENTER","/members/marketing/index.cfm","Marketing Resource Center","",1
,"NHSA&nbsp;NEWSLETTERS","/members/nhsa_news/index.cfm","NHSA News Online","",1
,"TARGETED&nbsp;LINKS","/members/targeted_links/index.cfm","Targeted Links","",1
,"YOUR&nbsp;MEMBERSHIP","/members/your_membership/index.cfm","Your Current Membership Information","",1
])
 
	addmenu(menu=["services",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	//,"NHSA&nbsp;Insurance&nbsp; Agency ","/services/nhsa_insurance.htm",,"",1
	,"Unified&nbsp;Meeting&nbsp;Management<br>Services","/download/services/Meeting%20Management.pdf","","",1
	//,"Capital&nbsp;Access&nbsp;Program","/download/services/FacilityFinancing.pdf",,"",1
	])
	
	addmenu(menu=["search",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Simple&nbsp;Search","/search/index.asp","","",1
	,"Advanced&nbsp;Search","/search/advquery.asp",,"",1
	,"Site&nbsp;Map","/search/sitemap.htm",,"",1
	])
	  
	addmenu(menu=["about",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"About NHSA","/about/index.htm","","",1
	,"History","/about/about_history.htm",,"",1
	,"Mission","/about/mission.htm",,"",1
	// ,"Strategic Plan NHSA","/about/strategic.htm",,"",1
	,"Annual Report","/download/about/AnnualReport2007.pdf",,"",1
	,"NHSA Board","/about/about_board.htm",,"",1
	,"Contact NHSA","/about/about_staff.cfm",,"",1
	,"Jobs at NHSA","/about/about_careers.htm",,"",1
	])
	
	addmenu(menu=["join",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/join/intro.htm","","",1
	,"Training","/join/intro_training.htm",,"",1
	,"Information","/join/intro_information.htm",,"",1
	,"Recognition","/join/intro_recognition.htm",,"",1
	,"Advocacy","/join/intro_advocacy.htm",,"",1
	,"Applications&nbsp;for&nbsp;Membership","/join/join_apps.htm",,"",1
	])
 
	addmenu(menu=["advocacy",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/advocacy/index.htm",,"",1
	,"Dollar&nbsp;Per&nbsp;Child&nbsp;Campaign","/advocacy/advocacy_dollar_ltr.htm",,"",1
	,"Head&nbsp;Start&nbsp;Fact&nbsp;Sheets","/advocacy/advocacy_facts.htm",,"",1
	,"Voter&nbsp;Education","/advocacy/advocacy_vtk.htm",,"",1
//	,"Legislative&nbsp;Publications","/advocacy/advocacy_publication.htm",,"",1
//	,"Meetup","/advocacy/advocacy_meetup.htm",,"",1
//	,"Policy&nbsp;Agenda","/advocacy/advocacy_agenda.htm",,"",1
	,"Reauthorization","/advocacy/advocacy_reauthorization.htm",,"",1
	,"Weekly&nbsp;Legislative&nbsp;E-Update","/advocacy/advocacy_eUpdate.htm",,"",1
	,"Contact&nbsp;GAD","/advocacy/advocacy_contact.htm",,"",1
	])
	
	addmenu(menu=["press",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"News&nbsp;Stories","/press/news_press.htm",,"",1
	,"Press&nbsp;Releases","/press/press_releases.htm",,"",1
	,"Executive&nbsp;Biographies","/press/bios.htm",,"",1
	,"Photos","/press/photo.htm",,"",1
	])
	
	addmenu(menu=["research",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/research/index.htm",,"",1
	,"Full&nbsp;Research&nbsp;Studies","/research/research_study.htm",,"",1
	,"Head&nbsp;Start&nbsp;Benefits","/research/research_benefit.htm",,"",1
//	,"NRS","/research/research_nrs.htm",,"",1
	,"Position&nbsp;Papers","/research/research_re_res_articles.htm",,"",1
	,"Research&nbsp;Bites","/research/research_re_bites.htm",,"",1
	,"Research&nbsp;Links","/research/research_re_res_links.htm",,"",1
	,"State/Regional Committees","/research/research_Committee.htm",,"",1
	])
	
	addmenu(menu=["training",
	,,180,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/training/index.htm",,"",1
	,"Academy","/training/academy/index.htm",,"",1
	,"Annual&nbsp;Training&nbsp;Conference","/training/annual_conference/36th/index.htm",,"",1
//	,"Annual&nbsp;Parent&nbsp;Training&nbsp;Conference","/training/Parent/index.htm",,"",1
//	,"Director&nbsp;Training","/training/director/index.htm",,"",1
	,"HeadsUp!&nbsp;Network","http://www.heads-up.org",,"",1
	,"HeadsUp!&nbsp;Reading","http://www.huronline.org",,"",1
	,"Leadership&nbsp;Institute","/training/leadership/index.htm",,"",1  
	,"Legal&nbsp;Advisory&nbsp;Services","/training/advisory/index.htm",,"",1
//	,"Transition&nbsp;Conference","/training/mini_training/transition/index.htm",,"",1
	,"Webinars","/training/webinar/index.htm",,"",1
	,"Training&nbsp;Partners","/training/partner/index.htm",,"",1
	,"Payment/Refund&nbsp;Policy","/training/customer/policies.htm",,"",1
	])
	
	addmenu(menu=["publications",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Children&nbsp;and&nbsp;Families","show-menu=cfm","/publications/magazine/index.htm","",1
	,"NHSA&nbsp;Dialog","/publications/dialogue/index.htm",,"",1
	,"NHSA&nbsp;Newsletters","/publications/newsletters/index.htm",,"",1
	])
	
	addmenu(menu=["program",
	,,220,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/program/index.htm",,"",1
	,"Bridging&nbsp;the&nbsp;Generations","/program/btg/index.htm",,"",1
	,"Children&#8217;s&nbsp;Social/Emotional&nbsp;Health&nbsp;Initiatives","/program/program_partners_csehi.htm",,"",1
	,"Environmental&nbsp;Health","/program/program_partners_intro.htm",,"",1
	,"Earned&nbsp;Income&nbsp;Tax&nbsp;Credit","/program/EITC/index.htm",,"",1
	,"For&nbsp;Alumni","show-menu=alumni","/program/alumni/index.htm","",1
	,"For&nbsp;Fathers","show-menu=fathers","/program/fathers/index.htm","",1
	,"Healthy&nbsp;Kids","show-menu=kids","/program/healthy/index.htm","",1
	,"NikeGo Head Start","/program/program_nikego.htm",,"",1
	,"Parent&nbsp;Leadership","/program/program_leadership.htm",,"",1
	,"Quality&nbsp;Initiative","show-menu=quality","/program/quality/index.htm","",1
	,"Scholarships&nbsp;and&nbsp;Awards","/program/program_scholarship.htm",,"",1
	,"School&nbsp;Readiness&nbsp;Resources","/program/program_readiness.htm",,"",1
	])
	 
	 	addmenu(menu=["program2",
	,,220,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Child&nbsp;Health&nbsp;and&nbsp;Development","show-menu=childDev",,"",1
	,"Family&nbsp;Services","show-menu=fServices",,"",1
	,"Head&nbsp;Start&nbsp;Friends","show-menu=hsFriends",,"",1
	,"Program&nbsp;Recognition","show-menu=Recognition",,"",1
	])
	
	addmenu(menu=["childDev",
	,,160,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Children&nbsp;Social&nbsp;Emotional&nbsp;Health","/program/program_partners_csehi.htm",,"",1
	,"Let&nbsp;Me&nbsp;Play&nbsp;Head&nbsp;Start","/program/program_letmeplay.htm",,"",1
	,"Healthy&nbsp;Kids","show-menu=kids","/program/healthy/index.htm","",1
	,"Environmental&nbsp;Health","/program/program_partners_intro.htm",,"",1
	,"School&nbsp;Readiness&nbsp;Resources","/program/program_readiness.htm",,"",1
	])
	
	addmenu(menu=["fServices",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Earned&nbsp;Income&nbsp;Tax&nbsp;Credit","/program/EITC/index.htm",,"",1
	,"For&nbsp;Fathers","show-menu=fathers","/program/fathers/index.htm","",1
	,"Parent&nbsp;Leadership","/program/program_leadership.htm",,"",1
	])

   addmenu(menu=["hsFriends",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"For&nbsp;Alumni","show-menu=alumni","/program/alumni/index.htm","",1
	,"Bridging&nbsp;the&nbsp;Generations","/program/btg/index.htm",,"",1
	])
   
   addmenu(menu=["Recognition",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Quality&nbsp;Initiative","show-menu=quality","/program/quality/index.htm","",1
	,"Scholarships&nbsp;and&nbsp;Awards","/program/program_scholarship.htm",,"",1
	,"Lifetime&nbsp;Achievement&nbsp;Award","/program/quality/pro_lifetime_achievement.htm",,"",1
	])
	 
	addmenu(menu=["quality",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Welcome","/program/quality/index.htm",,"",1
	,"Purpose","/program/quality/quality_purpose.htm",,"",1
	,"Ongoing&nbsp;Quality","/program/quality/quality_ongoing.htm",,"",1
	,"Guidelines","/program/quality/quality_guideline.htm",,"",1
	,"Self-Study","/program/quality/quality_selfstudy.htm",,"",1
	,"Fees","/program/quality/quality_fee.htm",,"",1
	,"Review&nbsp;Process","/program/quality/quality_review.htm",,"",1
	,"2004-2005&nbsp;Programs","/program/quality/quality_programs.cfm",,"",1
	])
	   
	addmenu(menu=["directors",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	//,"Introduction","/director/index.htm",,"",1
	,"Form&nbsp;Alumni&nbsp;Groups","/director/index.htm",,"",1
	,"Alumni&nbsp;Society","/announcements/announce_alumni.htm",,"",1
	])
	 
	addmenu(menu=["fathers",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/program/fathers/parents_father_intro.htm",,"",1
	,"Funding","/program/fathers/parents_father_funding_src.htm",,"",1
	,"Father-Friendliness Tool","/program/fathers/parents_father_assess.htm",,"",1
	,"Fatherhood Initiative Resources","/program/fathers/parents_father_res_curr.htm",,"",1
	,"Training","/program/fathers/parents_father_training.htm",,"",1
	,"Events","/program/fathers/parents_father_res_events.htm",,"",1
	])
	 |  
	addmenu(menu=["discussion",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Discussion&nbsp;Lists","/discussion_lists/index.htm",,"",1
	,"NHSA&nbsp;Government&nbsp;Affairs","/scripts/lyris.pl?site=nhsalists&page=topic&topic=gad&text_mode=0",,"",1
	,"NHSA&nbsp;General&nbsp;Discussion&nbsp;Lists","/scripts/lyris.pl?site=nhsalists&page=topic&topic=nhsa_general&text_mode=0",,"",1
	])
	
	addmenu(menu=["cfm",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Call&nbsp;for&nbsp;Writers","/publications/magazine/index.htm",,"",1
	,"Advertisers","/publications/magazine/advertiser.htm",,"",1
	,"Advertising","/publications/magazine/advertising.htm",,"",1
	,"Survey","/publications/magazine/survey.htm",,"",1
	])
	
	addmenu(menu=["kids",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/program/healthy/index.htm",,"",1
	,"Health","/program/healthy/health.htm",,"",1
	,"Mental&nbsp;Health","/program/healthy/healthy_mental.htm",,"",1
	,"Health&nbsp;Resource&nbsp;Links","/program/healthy/healthy_resources.htm",,"",1
	])
	 
//	addmenu(menu=["store",
//	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
//	,"Introduction","/store/index.htm",,"",1
	//,"Discounted&nbsp;Items","/store/discount.cfm",,"",1
//	,"Advocacy","/store/store.cfm?vstore=Advocacy",,"",1
//	,"Child&nbsp;Development","/store/store.cfm?vstore=Child%20Development",,"",1
//	,"Event&nbsp;Videos","/store/video.htm",,"",1
//	,"Fatherhood","/store/store.cfm?vstore=Fatherhood",,"",1
//	,"Gifts","/store/store.cfm?vstore=gifts",,"",1
//	,"Management","/store/store.cfm?vstore=Management",,"",1
//	,"Marketing","/store/store.cfm?vstore=Marketing",,"",1
//	,"Members&nbsp;Only&nbsp;Publications","/store/store.cfm?vstore=Members%20Only%20Publications",,"",1
//	,"Music","/store/store.cfm?vstore=Music",,"",1
//	,"Research","/store/store.cfm?vstore=Research",,"",1
//	,"Transition","/store/store.cfm?vstore=Transition",,"",1
//	])
	
	addmenu(menu=["relief",
	,,150,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"Introduction","/relief_center/index.htm","","",1
	,"NHSA&nbsp;Disaster&nbsp;Relief&nbsp;Fund","/relief_center/relief_fund.htm",,"",1
	,"Additional&nbsp;Resources","/relief_center/hurricane_katrina_resources.htm",,"",1
	])
	
dumpmenus()
