/* --- menu items --- */
var MENU_ITEMS0 = [
	['&nbsp;&nbsp;&nbsp;Home', 'index.php'],
	['&nbsp;&nbsp;Services','services.php',
		['To SMEs/SME Groupings', 'services.php?id=1'],
		['To Research Organisations', 'services.php?id=2']
	],
	['News-Events ', null,
		['News', 'news.php'],
		['Events', 'events.php']
	],
	['Useful Material', 'downloads.php'],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links', 'links.php'],
	['About Platon', 'about.php',
	 	['What is Platon?', 'about.php?id=1'],
		['Why is socio-economic research so important?', 'about.php?id=2'],
		['Who can benefit from PLATON?', 'about.php?id=3'],
		['What does PLATON offer to SMEs / SME Groupings?', 'about.php?id=4'],
		['What does PLATON offer to researchers?', 'about.php?id=5']
	 ],
	 ['&nbsp;&nbsp;&nbsp;Partners', 'consortium.php'],
	['Contact ', 'contact.php']
];

