/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['ABOUT US', null, null,
		['Brief history of WICC', 'http://www.globalfamilydoctor.com/wicc/about.html'],
//		['About ICPC', 'http://www.globalfamilydoctor.com/wicc/about.html'],
//		['Executive board', 'http://www.globalfamilydoctor.com/wicc/about.html'],
//		['Committees', 'http://www.globalfamilydoctor.com/wicc/about.html'],
//		['Council Meetings & Reports', 'http://www.globalfamilydoctor.com/wicc/about.html'],
//		['Organizations in collaboration', 'http://www.medfam.ro/forum'],
	],
	['EDUCATIONAL', null, null,
		['ICPC story', 'http://www.globalfamilydoctor.com/wicc/icpcstory.html'],
		['ICPC structure', 'http://www.globalfamilydoctor.com/wicc/edu.html'],
//		['ICPC chessboard', 'http://www.globalfamilydoctor.com/'],
//		['ICPC in Europe', 'http://www.medfam.ro/wicc'],
//		['Training website', 'http://www.globalfamilydoctor.com/wicc/icpcstory.html'],
	],
	['PUBLICATIONS', null, null,
		['WICC Materials', 'http://www.globalfamilydoctor.com/wicc/pagers.html'],
		['ICPC Repositary', 'http://www.kith.no/templates/kith_WebPage____1062.aspx'],
		['Translation', 'http://www.globalfamilydoctor.com/wicc/translation.html'],
		['ICPC - 2', 'http://www.globalfamilydoctor.com/wicc/sensi.html'],
		['Dictionary', 'http://www.globalfamilydoctor.com/wicc/dict.html'],
//		['WICC Glossary', 'http://www.medfam.ro/tradict/modules.php?name=Encyclopedia&op=list_content&eid=1'],
		['Bibliography', 'http://www.ulb.ac.be/esp/wicc/icpc_ref.html'],
		['Download ICPC', 'http://www.kith.no/templates/kith_WebPage____1111.aspx'],
	],
	['WONCA', 'http://www.globalfamilydoctor.com', null,
		['EURACT', 'http://euract.org/'],
		['EGPRW', 'http://www.egprw.org/'],
		['EQuiP', 'http://www.equip.ch/'],
		['UEMO', 'http://www.uemo.org/'],
		['RURAL PRACTICE', 'http://www.globalfamilydoctor.com/aboutWonca/working_groups/rural_training/rural_home.htm'],
		['Conferences', 'http://www.globalfamilydoctor.com/conferences/conferences.asp'],
	],
];

