/*
  --- 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', null, null,
		['Contents pages from January 1996/1997','http://informahealthcare.com/mte', {'tw' : 'content'}],
			['Full text online from 1998',		 'http://informahealthcare.com/mte', {'tw' : 'content'}],
	],	
	['Submit','Submit.htm', {'tw' : '_self'}],
	['Subscribe','http://www.informaworld.com/smpp/title~content=t713438241~tab=subscribe', {'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'}],
	  		
	];