//gen menu ver. 4.0

level_1 = new Array('eindex.html','about_us', 'outbreaknews', 'destination', 'travel_related_statistics', 'travel_related_diseases', 'affected_areas', 'environmental_health_risk', 'travel_health_advice', 'vaccine_prophylaxis', 'travel_special_needs', 'travel_hk', 'faqs', 'links', 'downloads', 'contactus', 'sitemap', 'notices','per_priv_state','search');
//level 1

function genmenu(){
	//gentable(lev_div+'link','alt','img','target','layer');
	//gentable(lev_div+'../cindex.html', 'ĄD­¶', '01', '', '');
	gentable(lev_div+'about_us/about_us.html', 'About Us', '01', '', '');
	gentable(lev_div+'outbreaknews/outbreaknews.html', 'Travel Health News', '02', '', '');	
	gentable(lev_div+'destination/destination.html', 'Destinations', '03', '', '');
	gentable(lev_div+'travel_related_statistics/travel_related_statistics.html', 'Travel-Related Statistics', '04', '', '');
	gentable(lev_div+'travel_related_diseases/travel_related_diseases.html', 'Travel-Related Diseases', '05', '', '');
	gentable(lev_div+'affected_areas/affected_areas.html', 'List of Affected Areas', '06', '', '');
	gentable(lev_div+'environmental_health_risk/environmental_health_risk.html', 'Environmental Health Risks', '07', '', '');		
	gentable(lev_div+'travel_health_advice/travel_health_advice.html', 'Travel Health Advice', '08', '', '');
	gentable(lev_div+'vaccine_prophylaxis/vaccine_prophylaxis.html', 'Vaccine and Prophylaxis', '09', '', '');
	gentable(lev_div+'travel_special_needs/travel_special_needs.html', 'Travellers with Special Needs', '10', '', '');
	gentable(lev_div+'travel_hk/travel_hk.html', 'Travelling to Hong Kong', '11', '', '');
	gentable(lev_div+'faqs/faqs.html', 'Frequently Asked Questions', '12', '', '');
	gentable(lev_div+'links/links.html', 'Links', '13', '', '');
	gentable(lev_div+'downloads/downloads.html', 'Downloads', '14', '', '');
	gentable('', 'Contact Us', '', '', '');
	gentable('', 'Site Map', '', '', '');	
	gentable('', 'Important notices', '', '', '');
	gentable('', 'Search', '', '', '');
}


//end level 1

