/*
  --- 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 = [
	['Home','home.htm', {'tw' : '_self'}],
	['About',null, null,
	    ['Medical Teacher','about.htm', {'tw' : '_self'}],
		['Abstracting information','Abstracting.htm', {'tw' : '_self'}],
		['Editorial Board','Editorial.htm', {'tw' : '_self'}],
		],
	['Guidelines',null, null,
		['For Authors','authinfo.htm', {'tw' : '_self'}],
		['For Reviewers','revinfo.htm', {'tw' : '_self'}],
	],
	['Archives', 'http://informahealthcare.com/loi/mte', {'tw' : 'content'}],
	['Submit','Submit.htm', {'tw' : '_self'}],
	['Subscribe','http://informahealthcare.com/mte', {'tw' : 'content'}],
	['Contact','Contact.htm', {'tw' : '_self'}],
	['Join AMEE','http://www.amee.org/index.asp?tm=14 ', {'tw' : 'content'}],
	['Additional Material', 'Additional.htm', {'tw' : '_self'}],
	  		
	];
