
// ############### CONTENT FOR GLOBAL MENUS ######################

// 		Note: Make sure the number of items (pages, URLs) matches within each section
// 		(e.g.: 4 pages, 4 URLs)

//		another note: if you are adding or re-naming menus, you also have to make the same
//		edits in "HUAM.js" in the definition section of the function "Make(menu)" 

// ########################################################


// The names and URLs of the MUSEUMS menu.


var museumPages = new Array(	"Arthur M. Sackler Museum",
      							"Busch-Reisinger Museum", 
       							"Fogg Art Museum",
	  							"---",
       							"Collections Online", 
        						"Exhibitions", 
        						"Events and Programs");
                          

var museumUrls = new Array(	"http://www.artmuseums.harvard.edu/sackler/index.html",
                     			"http://www.artmuseums.harvard.edu/busch/index.html",
                     			"http://www.artmuseums.harvard.edu/fogg/index.html",
								"#-",
                     			"http://www.artmuseums.harvard.edu/collections/",
                     			"http://www.artmuseums.harvard.edu/exhibitions/index.html",
                     			"http://www.artmuseums.harvard.edu/events/index.html");



// The names and URLs of the RESEARCH pages.


var researchPages = new Array(	"Archaeological Exploration of Sardis",
							  	"Center for the Technical Study of Modern Art",
        						"Straus Center for Conservation",
						//		"Harvard University Art Museums Archives",
	  							"---",
								"Collections Online",
        						"Online Exhibitions",
        						"Research Tools");
                          

var researchUrls = new Array(	"http://www.artmuseums.harvard.edu/sardis/sardis.html",
							 	"http://www.artmuseums.harvard.edu/press/released2000/mancusiungaro.html",
                     			"http://www.artmuseums.harvard.edu/straus/index.html",
                     	//		"#archives",
                     			"#-",
								"http://www.artmuseums.harvard.edu/collections/",
                     			"http://www.artmuseums.harvard.edu/research/onlinepresentations.html",
                     			"http://www.artmuseums.harvard.edu/research/onlinepresentations.html");



// The names and URLs of the INFORMATION pages.


var infoPages = new Array(		"General Information",
						  		"Events &amp; Programs",
        						"Print Publications",
                     			"---",
       							"Building Our Future",
        						"Professional Training",
        						"Harvard University Home");


var infoUrls = new Array(		"http://www.artmuseums.harvard.edu/information/index.html",
						 		"http://www.artmuseums.harvard.edu/events/index.html",
                     			"http://www.artmuseums.harvard.edu/publications/index.html",
                     			"#-",
								"http://www.artmuseums.harvard.edu/masterplan/Build_Our_Fut_FA2003.pdf",
                     			"http://www.artmuseums.harvard.edu/professional/index.html",
                     			"http://www.harvard.edu");

