//gen menu ver. 5

level = new Array('eindex.html','aid','employment', 'employer', 'jobseeker', 'serviceproduct', 'message','notice','overview','privacy','products','training','pr','events','contacts','links','sitemap');

//add_data(lev_div+'link','alt','color','target',layer, 'level', 'folder');

function menu(){
//1
	add_data(lev_div+'../eindex.html', 'Home', '02', '','','1', '');
	
	add_data(lev_div+'message/message.html', 'Welcome Message', '03', '','','1', 'message');

	add_data(lev_div+'pr/pr.html', 'Press Releases and Publications', '04', '','y','1', 'pr');
		add_data(lev_div+'pr/pr.html', 'Press Releases', '#d22521', '','','2', 'pr');
		add_data(lev_div+'pr/pr_publication.html', 'Publications', '#d22521', '','','2', 'pr_publication');

	add_data(lev_div+'events/events.html', 'Events', '05', '','','1', 'events');

	add_data(lev_div+'contacts/contacts.html', 'List of Contacts', '06', '','','1', 'contacts');

	add_data(lev_div+'links/links.html', 'Related Links', '07', '','','1', 'links');
	
	<!-- add_data('http://www.jobs.gov.hk/iSPS/emp/nonmbr/candidate/index.aspx?RunMode=Chinese', 'Employer', '08', '_blank','','1', 'links'); -->

	<!-- add_data('http://www.jobs.gov.hk/iSPS/jsk/job/index.aspx?RunMode=Chinese', 'Job Seeker', '09', '_blank','','1', 'links'); -->
	
	add_data(lev_div+'employer/employer.html', 'Employer', '08', '','','1', 'employer');
	
	add_data(lev_div+'jobseeker/jobseeker.html','Job Seeker', '09', '','','1', 'jobseeker');
		
	<!-- add_data(lev_div+'serviceproduct/serviceproduct.html','Service and Product', '10', '','','1', 'serviceproduct'); --> 
	
	add_data('http://www.mcor.swd.gov.hk/en/services/overview.htm', 'Services and Products', '10', '_blank','','1', 'links'); 
	
	add_data(lev_div+'sitemap/sitemap.html', 'Site Map ', '', '','','1', 'sitemap');

}
