/*
  --- 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', null, null,
		
	],
	['Alumni Email', null, null,
		['All',href='all.html', null, null],
		['2002 Graduates',, null, null],
		['2003 Graduates',href='2003.html', null, null],
		['2004 Graduates',href='2004.html', null, null]
		
	],
	['Newsletters', null, null,
		['March 2003',href='Newsletter1.pdf',],
		['July 2003',],
		
	],
	['Photo Gallery', null, null,
		['2002 Graduation'],
		['2003 Graduation'],
		['2004 Graduation'],
		['Misc Photos']
	],
        ['Events', null ,null,
                ['Kickoff Social',href='kickoff.html']
        ],
        ['BIS',href='http://www.scps.virginia.edu/bisdegree/',null,],
];

