/*
  --- menu items --- 
  */
var MENU_ITEMS = [

	['Asia Profiles', 'special.html', null,
	],
		
	['Available Children', null, null,
		['Children Ages 5 and Under', 'gallery.php?G=1'],
		['Children Ages 6 to 11', 'gallery.php?G=2'],
		['Children Ages 12 to 15', 'gallery.php?G=3'],
		['Children Ages 16 to 18', 'gallery.php?G=4'],
		['Sibling Groups', 'gallery.php?G=5'],
	],

	['Adoption Process', null, null,
		['Steps Families Take', 'process_steps.html'],
		['Adoption Criteria', 'process_criteria.html'],
		['State Reimbursements', 'process_reimburse.html'],
		['FAQ', 'process_faq.html'],
	],
	
	['Int\'l Children', null, null,
		['China', 'gallery4.php?G=22'],
		['Colombia', 'gallery4.php?G=25'],
		['Costa Rica', 'gallery4.php?G=34'],
		['Ethiopia', 'gallery4.php?G=28'],
		<!--['Guatemala', 'gallery4.php?G=31'],-->
		
		['Mexico', 'gallery4.php?G=37'],
		<!--['Russia', 'gallery4.php?G=40'],-->
		['Taiwan', 'taiwan/gallery4.php?G=43'],
		<!--['Vietnam', 'gallery4.php?G=46'],-->
	],
	
	['Success Stories', 'gallery3.php?G=7', null,
	],
		
	['Resources', null, null,
		['Photographers', 'resources_photo.html'],
		['Sponsors', 'resources_sponsors.html'],
		['Books', 'resources_books.html'],
		['Adoption Financing', 'resources_subs.html'],
		['Older Children Support Groups', 'resources_groups.html'],
	],

	['Press Room', null, null,
		['About Gladney', 'press_gladney.html'],
		],

	['Contact Gladney', null, null,
		['Contact Methods & Form', 'contact_form.html'],
		['Calendar of Information Sessions', 'contact_sessions.html'],
		['Directions to Gladney', 'contact_directions.html'],
	],


	['Home Page', 'index.html', null,
	],
	
	['Gladney Web Site', 'http://www.adoptionsbygladney.com', {'tw' : '_blank'},
	],

	


];

