<!--// ############### CONTENT FOR MENUS ######################// 		Note: Make sure the number of items (pages, URLs) matches within each section// 		(e.g.: 4 pages, 4 URLs)// ########################################################var linebreak ="<br><img src=nav_images/shim.gif width=10 height=6 border=0>";// The names and URLs of the OVERVIEW pages.var overviewmain = "page1.html";var overviewPages = new Array("How to use this site",                          	"Message from the Vice Chancellor for Public Affairs");                          var overviewUrls = new Array("page1a.html",                     		"page1b.html");// The names and URLs of the DOWNLOAD pages.var downloadsmain = "page2.html";var downloadsPages = new Array(	"Instructions",			//a								"Restrictions",			//b								"Vanderbilt University Signatures",//e								"Vanderbilt Signatures",//d								"Blair School of Music",//f								"College of Arts and Science",//g								"Divinity School",//h								"Graduate School",//i								"Vanderbilt Law School",		//j								"Owen Graduate School"+linebreak+"of Management",//k								"Peabody College",	//l								"School of Engineering",//m								"School of Medicine",//n								"School of Nursing");//o                          var downloadsUrls = new Array("https://www4.vanderbilt.edu/vanderbilt_logo/page2a.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2b.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2e.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2d.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2f.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2g.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2h.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2i.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2j.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2k.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2l.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2m.html",							"https://www4.vanderbilt.edu/vanderbilt_logo/page2n.html",                     		"https://www4.vanderbilt.edu/vanderbilt_logo/page2o.html");// The names and URLs of the Examples pages.var examplesmain = "page3.html";var examplesPages = new Array("Stationery Etiquette",							"Stationery System",                      		"Publications",                      		"Signage",							"Promotional & Special Items",							"Web Pages");var examplesUrls = new Array("page3a_sta.html",							"page3a.html",                         	"page3b.html",                         	"page3c.html",							"page3d.html",							"page3g.html");// The names and URLs of the Typography pages.var typographymain = "type.html";// The names and URLs of the COLORS pages.var colorsmain = "page5.html";var colorsPages = new Array("Primary Identification Colors",                          	"Secondary Colors");                          var colorsUrls = new Array("page5a.html",                     		"page5b.html");// The names and URLs of the CONTACTS pages.var contactsmain = "page6.html";//-->