//gen menu ver. 5

level = new Array('eindex.html', 'about', 'papers', 'press', 'related', 'contact', 'notice', 'search', 'sitemap');

//add_data(lev_div+'link','alt','color','target',layer, 'level', 'folder');

function menu(){

	add_data(lev_div+'about/background.html', 'Home', '#E9D9FB', '','','1', '');
	
	add_data(lev_div+'about/about.html', 'About Us', '#E9D9FB', '','y','1', 'about');
		add_data(lev_div+'about/background.html', 'Background', '#D7E9FA', '','','2', 'about');
		add_data(lev_div+'about/terms.html', 'Terms of Reference', '#D7E9FA', '','','2', 'about');
		add_data(lev_div+'about/members.html', 'Members', '#D7E9FA', '','','2', 'about');

	add_data(lev_div+'papers/papers.html', 'Papers on Health Care System', '#E9D9FB', '','y','1', 'papers');
			add_data(lev_div+'papers/discussion.html', 'Discussion Papers by HMDAC', '#D7E9FA', '','','2', 'papers');
			add_data(lev_div+'papers/other.html', 'Other Relevant Documents', '#D7E9FA', '','','2', 'papers');

	add_data(lev_div+'press/press.html', 'Press Releases', '#E9D9FB', '','','1', 'press');

	add_data(lev_div+'related/related.html', 'Related Links', '#E9D9FB', '','','1', 'related');

	add_data(lev_div+'contact/contact.html', 'Contact Us', '#E9D9FB', '','','1', 'contact');

	add_data(lev_div+'notice/notice.html', 'Important Notices', '', '','','1', 'notice');

	add_data(lev_div+'search/search.html', 'Search', '', '','','1', 'search');

	add_data(lev_div+'sitemap/sitemap.html', 'Site Map', '', '','','1', 'sitemap');

}