var MENU2_ITEMS =[

[wrap_blue('About'), 'About.aspx', null


	],
	
	
	[wrap_blue('Fellowship'), 'FellowshipAbout.aspx', null,
		['About', 'FellowshipAbout.aspx', null],
		['Structure', 'FellowshipStructure.aspx', null],
		['Application', 'Application.aspx', null],
		['Lectures', 'FellowshipLectures.aspx', null]

	],
	
[wrap_blue('Collaboration'), 'CollaborationAbout.aspx', null,
		['About', 'CollaborationAbout.aspx'],
		['Department of Surgery', 'Surgery.aspx'],
		['College of Engineering', 'Engineering.aspx'],
		['Current Projects', 'CurrentProjects.aspx']

	],
	
[wrap_blue('Faculty & Staff'), 'MUBIPCommittee.aspx', null,
		['MUBIP Committee', 'MUBIPCommittee.aspx'],
		['MUBIP Fellows', 'MUBIPFellows.aspx'],
		['Faculty', 'Faculty.aspx']
		
	
		

	],
	
	

	
	
[wrap_blue('Sponsors'), 'Sponsors.aspx', null


	],
	
	
	

	
	
[wrap_blue('News'), 'News2.aspx', null


	],
	
	

	
	
[wrap_blue('Calendar'), 'Calendar.aspx', null


	],

	
];

function wrap_blue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="5" border="0" width="100%" style="z-index: 100;"><tr><td></td><td width="110" style="">',text,'</td><td></td></tr></table>'
		].join('');
	return res;
}