/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['New Training Courses for 2011',null, null,
		['PHARMACOLOGY - Dispelling the myths, clearing the picture', 'PODMDMC.html', null,],
		['Let Your Feet Do The Talking  by Stephen Gardiner  ', 'patass.html', null],
		],

];

