// menu_items.js file

// comments block here


var MENU_ITEMS1 =[

	['Section', '', 'Hauptframe',

		['Home', 'main_section.html', 'Hauptframe'],		

		['Overview', 'main_section_overview.html', 'Hauptframe'],

		['Members', 'main_section_members.html', 'Hauptframe'],

		['Section Chairs', '', 'Hauptframe',

			['Chairman', 'main_section_chairman.html', 'Hauptframe'],

			['Deputy Chair', 'main_section_vicechair.html', 'Hauptframe'],	

		],

	],

	['Research Groups', '', 'Hauptframe',

		['Overview', 'main_projects.html', 'Hauptframe'],

		['Outcome Research', 'main_projects_eric.html', 'Hauptframe'],

		['Health Economics', 'main_projects_costs.html', 'Hauptframe'],

		['Quality Improvement', 'main_projects_quality.html', 'Hauptframe'],

		['Research Group Leaders', '', 'Hauptframe',

			['Outcome Research' , 'main_section_metnitz.html', 'Hauptframe'],

			['Quality Improvement' , 'main_section_research_Merlani.html', 'Hauptframe'],

			['Health Economics' , 'main_section_research_new.html', 'Hauptframe'],

		],

	],


	['Meetings', '', 'Hauptframe',

		['Section Meetings', 'main_meetings_next.html', 'Hauptframe'],

		['Minutes ', 'main_meetings_min.html', 'Hauptframe'],

	],

	['Links', 'main_links.html', 'Hauptframe'],

	['Contacts', 'main_contacts.html', 'Hauptframe'],

	['SEE 2 Study', '', 'Hauptframe',

		['Overview', 'main_cir.html', 'Hauptframe'],
		
		['Publication', 'main_see_public.html', 'Hauptframe'],
		
		['Registration', 'main_see_news.html', 'Hauptframe'],
		
		['How to perform SEE 2', 'main_see_perform.html', 'Hauptframe'],
		
		['Documents and questionnaires', 'main_see_docs.html', 'Hauptframe'],
				
		['Data entry', 'main_see_login.html', 'Hauptframe'],

	],


	

];


