//gen menu ver. 4.0

level_1 = new Array('cindex.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', 'Ãö©ó§Ú­Ì', '01', '', '');
	gentable(lev_div+'outbreaknews/outbreaknews.html', '®È¹C±¡³ø', '02', '', '');	
	gentable(lev_div+'destination/destination.html', '¥Øªº¦a', '03', '', '');
	gentable(lev_div+'travel_related_statistics/travel_related_statistics.html', '®È¹C¬ÛÃö‰s­p', '04', '', '');
	gentable(lev_div+'travel_related_diseases/travel_related_diseases.html', '®È¹C¬ÛÃö¯e¯f', '05', '', '');
	gentable(lev_div+'affected_areas/affected_areas.html', '¬Ì°Ïªí', '06', '', '');
	gentable(lev_div+'environmental_health_risk/environmental_health_risk.html', 'Àô¹Ò°·±d­·ÀI', '07', '', '');		
	gentable(lev_div+'travel_health_advice/travel_health_advice.html', '«O°·«ØÄ³', '08', '', '');
	gentable(lev_div+'vaccine_prophylaxis/vaccine_prophylaxis.html', '¬Ì­]»PÃÄª«', '09', '', '');
	gentable(lev_div+'travel_special_needs/travel_special_needs.html', '¯S®íªÀ¸s', '10', '', '');
	gentable(lev_div+'travel_hk/travel_hk.html', '¨Ó´ä¶·ª¾', '11', '', '');
	gentable(lev_div+'faqs/faqs.html', '±`¨£°ÝÃD', '12', '', '');
	gentable(lev_div+'links/links.html', '¦³¥Î³sµ²', '13', '', '');
	gentable(lev_div+'contactus/contactus.html', 'Ápµ¸§Ú­Ì', '14', '', '');
	gentable(lev_div+'downloads/downloads.html', '¤U¸ü¤¤¤ß', '15', '', '');
	gentable('', 'Ápµ¸§Ú­Ì', '', '', '');
	gentable('', 'ºô¯¸«ü«n', '', '', '');	
	gentable('', '­«­n§i¥Ü', '', '', '');
	gentable('', '·j´M', '', '', '');
}


//end level 1


