/* --- menu items --- */
var MENU_ITEMS = [
	['About HCH', '../index.html',
			['What is Heilkunst?', '../whatis.html'],
			['Location', '../location.html'],
			['Trust', '../trust.html'],
			['HCH College ', '../college.html'],			
			['HCH Clinic ', '../clinic.html'],
		],
	['Resource Center', '../resources.html',
		['Articles', '../articles.html',
		     ['General', '../general.html'],
			 ['Cases', '../cases.html'],
			 ['Selected Issues', '../issues.html'],
			 ['Critic`s Corner', '../critic.html'],
			 ['Drugs/Vaccinations', '../drugs.html'],
		],
	['Links', '../links.html',
			['Vaccinations', '../vaccinations.html'],
			['Alternative MDs', '../alternative.html'],
			['General', '../generallinks.html'],
			['Research', '../researchlinks.html'],
	],
],
	
	['Practitioners', '../directory/index.php'],
	['Events', '../events.html'],
	['Newsletters', '../newsletters/index.html'],
	['Associations', '../ciha.html'],
    ['Heilkunst Journal', '../journal/index.htm'],
	['Store', '../store.html'],
	['Autism', '../autism/index.html'],
	['Sequenatial Therapy', 'http://www.homeopathy.com/sequential/'],
	['Contact Us', '../contact.html'],
];

