/* BEGIN DO NOT EDIT SECTION */
createMenuTop();

// NOTE: Menus can go 5 levels deep.
//
// Examples:
// leftnav[0] = { text:'Link Text', url:'/path/to/link/'};
//     leftnav[0][0] = { text:'Link Text', url:'/path/to/link/'};
//         leftnav[0][0][0] = { text:'Link Text', url:'/path/to/link/'};
//
var leftnav = new Array();
/* END DO NOT EDIT SECTION */

leftnav[0] = {text:'Home', url:'/cellbio/'};
leftnav[1] = {text:'Faculty', url:'/cellbio/faculty/'};
leftnav[2] = {text:'Courses', url:'/cellbio/courses/'};
	leftnav[2][0] = {text:'Cell Biology in Medicine', url:'http://education.med.nyu.edu/courses/cellandtissue/index.html'};
	leftnav[2][1] = {text:'Anatomy', url:'http://education.med.nyu.edu/courses/macrostructure/index.html'};
	leftnav[2][2] = {text:'Histology', url:'http://education.med.nyu.edu/courses/epithelialnueromuscular/index.html'};
	leftnav[2][3] = {text:'Embryology', url:'http://education.med.nyu.edu/courses/cellandtissue/index.html'};
leftnav[3] = {text:'Publications', url:'/cellbio/publications/'};
	leftnav[3][0] = {text:'1996', url:'/cellbio/publications/1996.html'};
	leftnav[3][1] = {text:'1995', url:'/cellbio/publications/1995.html'};
	leftnav[3][2] = {text:'1994', url:'/cellbio/publications/1994.html'};
	leftnav[3][3] = {text:'1993', url:'/cellbio/publications/1993.html'};
	leftnav[3][4] = {text:'1992', url:'/cellbio/publications/1992.html'};
	leftnav[3][5] = {text:'1991', url:'/cellbio/publications/1991.html'};
/* BEGIN DO NOT EDIT SECTION */
leftnavBuild( leftnav );
createMenuEnd();
/* END DO NOT EDIT SECTION */
