/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', '/index.asp', null,
	],
	['Collections', null, null,
	 	['Bass Business', '/bass/'],
		['History of Science', '/histsci/'],
		['Regents Minutes', '/regents/'],
		['Sooner Heritage', '/heritage/'],
		['Sooner Magazine', '/sooner/'],
		['Western History', '/whc/']
		
	],
	['About Us', '/about.asp', null,
	],
	['Contact Us', '/contact.asp', null,
	],
	['OU Libraries', 'http://libraries.ou.edu', null,
	],
];

