function openextern(mysite){
	window.open(mysite,'new','');	
}
/* Tigra Menu items structure */
var MENU_ITEMS = [
	
	['General Information', null, null,
	 	['Welcome Message', 'welcome.htm'],
		['Venue', 'venue.htm'],
		['Sponsors and Exhibitors', 'industry.htm'],
		['Useful Links', 'links.htm'],
		['Photo Gallery','gallery/index.htm']
	 ],
	['Scientific Programme', null, null,
	 
		['Programme at a Glance', "javascript:openextern('docs/progglance.pdf')"],
		['Programme and Abstracts', 'progabstr.htm'],
		['Postgraduate Course', 'postgrad.htm'],
		['Monday Sessions', 'mondaysessions.htm'],
		['Presidential Address', 'pressadd.htm'],
		['Invited Lecture', 'invited.htm'],
		['Tuesday Sessions', 'tuesdaysessions.htm'],
		['Techno Meeting', 'techno.htm'],
		['Satellite Symposium', 'sat.htm'],
		['Wednesday Sessions', 'wednesdaysessions.htm'],
		['Joint ERS/ESTS Session', 'ersests.htm'],
		['Posters', 'posters.htm'],
		['Author Index', 'authors.htm'],
		['Prizes/Awards', 'awards.htm'],
		['Instructions to authors', 'instrauth.htm']
	],
	['Social Programme', 'social.htm'],
	['Accommodation', 'acco.htm'],
	['Registration', null, null,
		['Registration Fees', 'regist.htm'],
		['Registration Online', '#']
	]
	
];
