	var initX       = 154;
	var initY       = 500;
	var backColor   = '#9b6a4a';
	var borderColor = '#000000';
	var borderSize  = '2';
	var itemHeight  = 20;/*to inc the height of the links*/
	var xOverlap    = 0;
	var yOverlap    = 0;
	//


		var xx1;
		var yy1;
		var xx2;
		var yy2;
		var xx3;
		var yy3;
		var xx4;
		var yy4;
		var xx5;
		var yy5;

	/* Start: Resolutions other than those handled below */



	/* End: Resolutions other than those handled below */

	menuContent = new Array ();

	menuContent [0] = new Array (
		-1,
		-1,
		100,
		145,
		111,

		new Array (
			'&nbsp;&nbsp;Calendar of Events','season_events.htm',
			'&nbsp;&nbsp;Program Notes ','season_program.htm'
		)
	)
	menuContent [1] = new Array (
		-1,
		-1,
		100,
		145,
		158,

		new Array (
			'&nbsp;&nbsp;Season Tickets', 'tickets_season.htm',
			'&nbsp;&nbsp;Single Tickets', 'tickets_single.htm',
			'&nbsp;&nbsp;Printable Ticket Form', 'tickets_form.htm'
		)
	)
	menuContent [2] = new Array (-1,
		-1,
		100,
		145,
		206,

		new Array ('')
	)
	menuContent [3] = new Array (
		-1,
		-1,
		100,
		145,
		206,

		new Array (
			'&nbsp;&nbsp;Volunteer','giving_volunteer.htm',
			'&nbsp;&nbsp;Contribute', 'giving_contribute.htm',
			'&nbsp;&nbsp;Sponsor', 'giving_sponsor.htm'


		)
	)
	menuContent [4] = new Array (
		-1,
		-1,
		100,
		145,
		349,

		new Array (
			'&nbsp;&nbsp;Directions and Information','directions.htm'
		)
	)
	menuContent [5] = new Array (
		-1,
		-1,
		100,
		145,
		439,

		new Array (
			'&nbsp;&nbsp;History','about_history.htm',
			'&nbsp;&nbsp;Conductor','about_conductor.htm',
			'&nbsp;&nbsp;Concertmaster','about_concert.htm',
			'&nbsp;&nbsp;Board of Directors','about_board.htm'
		)
	)
