/* DO NOT EDIT DIRECTLY BELOW */
createMenuTop();

// IMPORTANT:
//	- Menus MUST include the top level (but it is not displayed).
// 	- Menus can go 3 levels deep (including top level).
//	- See Tyler Bittner <tyler@med.nyu.edu> for questions.
//
// 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();
/* DO NOT EDIT ABOVE */


leftnav[0] = {text:'FGP Home', url:'/fgp/'};
leftnav[1] = {text:'Directory<br />By Dept.', url:'/fgp/directory/'};
leftnav[2] = {text:'Directory<br />Alphabetically', url:'/fgp/directory/alpha.html'};
leftnav[3] = {text:'Contact Us', url:'/fgp/contact.html'};


/* DO NOT EDIT BELOW */
leftnavBuild( leftnav );
createMenuEnd();
/* DO NOT EDIT DIRECTLY ABOVE */
