/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Homepages', '', null,
		['Bahar Lab','/Faculty/bahar/'],
		['Dept of Computational Biology', '/index.php', {'tw':'_blank'}],
		['Pitt School of Medicine', 'http://www.medschool.pitt.edu/', {'tw':'_blank'}],
		['University of Pittsburgh', 'http://www.pitt.edu', {'tw':'_blank'}]
	],
	['Research', '', null,
		['Structural Biology', '/Faculty/bahar/structural.html'],
		['Molecular Biophysics', '/Faculty/bahar/molecular.html'],
		['Systems Biology', '/Faculty/bahar/systems.html'],
		['Bioinformatics', '/Faculty/bahar/bioinformatics.html']
	],
	['Publications', '/Faculty/bahar/publications.html', null,
		['2004-2009', '/Faculty/bahar/publications.html#2009'],
		['2001-2003', '/Faculty/bahar/publications.html#2003'],
		['1997-2000', '/Faculty/bahar/publications.html#2000'],
		['1993-1996', '/Faculty/bahar/publications.html#1996'],
		['1986-1992', '/Faculty/bahar/publications.html#1992']
	],
	['Projects/ Awards', '', null,
		['Educational', '', null,
			['BBSI', '/bbsi/'],
			['HHMI', 'http://www.hhmi.org/',{'tw':'_blank'}]
		],
		['Research', '', null,
			['GNM/ANM', 'http://ignm.ccbb.pitt.edu/',{'tw':'_blank'}],
			['PCBC', '/pcbc/'],
			['BLM', 'http://www.cs.cmu.edu/~blmt/',{'tw':'_blank'}],
			['MLSCN', 'http://mli.nih.gov/mlscn/index.php',{'tw':'_blank'}],
			['AICP/NPLA', 'http://ignmtest.ccbb.pitt.edu/cgi-bin/npla/npla1.cgi',{'tw':'_blank'}]
		]
	],
	['People', '', null,
		
		['Lab Members', '/Faculty/bahar/lab.html'],
		['Alumni', '/Faculty/bahar/alumni.html']
	],
	['Education', '/Faculty/bahar/education.html', null,
		['CMU/Pitt Comp Bio PhD Program', 'http://www.compbio.pitt.edu/',{'tw':'_blank'}],
		['Other PhD Programs', 'http://www.compbio.pitt.edu/alternatives.html'],
		['BBSI','/bbsi/', null]
	],
	['Meetings', '', null,
		['Lab Meetings', '/Faculty/bahar/lab_meet.html'],
		['Conference Schedule', '/Faculty/bahar/conference.html'] 
	],
		
	['Servers/Databases', '', null,
		['iGNM', 'http://ignm.ccbb.pitt.edu/', {'tw':'_blank'}],
		['oGNM', 'http://ignm.ccbb.pitt.edu/GNM_Online_Calculation-t.htm', {'tw':'_blank'}],
		['ANM', 'http://ignmtest.ccbb.pitt.edu/cgi-bin/anm/anm1.cgi', {'tw':'_blank'}],
		['P2P ', 'http://ignmtest.ccbb.pitt.edu/cgi-bin/p2p/p2p0.cgi', {'tw':'_blank'}],
		['NPLA', 'http://ignmtest.ccbb.pitt.edu/cgi-bin/npla/npla1.cgi',{'tw':'_blank'}]
	],
	['Personal', 'personal.html', null,
		['CV', '/Faculty/bahar/personal.html'],		
	],
	['old web pages', '', null,
		['Research/Lab', '/archive/research/bahar_lab/', {'tw':'_blank'}],
		['Personal', '/archive/Faculty/bahar/', {'tw':'_blank'}],
		['Conference Schedule', '/archive/Faculty/bahar/Bahar_Schedule.htm', {'tw':'_blank'}]
	]
];
