	var initX       = 154;
	var initY       = 500; 
	var backColor   = '#EFEFEF'; 
	var borderColor = '#CACACA'; 
	var borderSize  = '1'; 
	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,
		125,
		300,
		65, 	
		new Array (
			'&nbsp;&nbsp;Calendar Format',siteUrl+'eventcalender/index.cgi',
			'&nbsp;&nbsp;List Format', siteUrl+'eventlist.cgi',
			'&nbsp;&nbsp;Promotions & Other Events', siteUrl+'content.cgi?cid=14',
			'&nbsp;&nbsp;Weather Cancellations', siteUrl+'content.cgi?cid=11',			
			'&nbsp;&nbsp;Renting the Keswick Theatre', siteUrl+'content.cgi?cid=20'						
		)
	)
	menuContent [1] = new Array ( 
		-1, 
		-1,
		125,
		300,
		87, 
	
		new Array (
			'&nbsp;&nbsp;Five Ways To Order Tickets',siteUrl+'content.cgi?cid=3#a1',
			'&nbsp;&nbsp;Convenience Charge', siteUrl+'content.cgi?cid=3#a2',
			'&nbsp;&nbsp;Check Policy', siteUrl+'content.cgi?cid=3#a3',	
			'&nbsp;&nbsp;Card Policy', siteUrl+'content.cgi?cid=3#a4',
			'&nbsp;&nbsp;Group Sales', siteUrl+'content.cgi?cid=16'	
		)
	)
	
	menuContent [2] = new Array ( 
		-1, 
		-1,
		125,
		300,
		109, 
	
		new Array (
			'&nbsp;&nbsp;Driving Directions',siteUrl+'content.cgi?cid=4#a1',
			'&nbsp;&nbsp;Parking', siteUrl+'content.cgi?cid=4#a2',
			'&nbsp;&nbsp;Traffic Alerts', siteUrl+'content.cgi?cid=4#a3'			
		)
	)
	menuContent [3] = new Array ( 
		-1, 
		-1,
		125,
		300,
		132, 
	
		new Array (
			'&nbsp;&nbsp;Restaurants',siteUrl+'content.cgi?cid=1#a1',
			'&nbsp;&nbsp;Hotels', siteUrl+'content.cgi?cid=1#a2',
			'&nbsp;&nbsp;Attractions', siteUrl+'content.cgi?cid=1#a3'			
		)
	);
	menuContent [4] = new Array ( 
		-1, 
		-1,
		125,
		300,
		222, 
	
		new Array (
			'&nbsp;&nbsp;History & Preservation',siteUrl+'content.cgi?cid=21',
			'&nbsp;&nbsp;Seating Chart', siteUrl+'content.cgi?cid=22',
			'&nbsp;&nbsp;Meet our Staff', siteUrl+'content.cgi?cid=23',
			'&nbsp;&nbsp;Technical Info', siteUrl+'content.cgi?cid=24',	
			'&nbsp;&nbsp;General Info', siteUrl+'content.cgi?cid=25'	

		)
	);
	
	
