/* Nathan Heberley - Forge IT 15AUG2005*/
var MENU_ITEMS = [
	['<img src="../images/menuArrow.gif" width="39" height="9" border="0"> Entertainers', null, null,
		['Magicians', null, null,
			['View list of Magicians', 'magicians.htm', {'sb':'magicians.htm'}],
						['Various Show Types', 'variousshowtypes.htm', {'sb':'variousshowtypes.htm'}],
			['Phoenix Magic', 'magicians/phoenix.htm', {'sb':'magicians/phoenix.htm'}],
			['Tim & Sue Anne', 'magicians/timsue.htm', {'sb':'magicians/timesue.htm'}],		
			['Sam Powers', 'magicians/sam.htm', {'sb':'magicians/sam.htm'}],
			['Phil Cass', 'magicians/phil.htm', {'sb':'magicians/phil.htm'}],
			['Joey', 'magicians/joey.htm', {'sb':'magicians/joey.htm'}],
			['David', 'magicians/david.htm', {'sb':'magicians/david.htm'}]
		],
		['The Mentalist', 'mentalist.htm', {'sb':'mentalist.htm'}],
		['Corporate Game Show', '../gameshow.htm', {'sb':'../gameshow.htm'}],
		['Adagio Cirque!', '../adagio.htm', {'sb':'../adagio.htm'}],	
		['Comedians', 'comedians.htm', {'sb':'comedians.htm'}],
		['Other Entertainment', 'otherentertainment.htm', {'sb':'otherentertainment.htm'}]
	],
	['<img src="../images/menuArrow.gif" width="39" height="9" border="0"> Corporate', '../corporateentertainment.htm', {'sb':'../corporateentertainment.htm'}],
	['<img src="../images/menuArrow.gif" width="39" height="9" border="0"> Private Functions', '../adultfunctions.htm', {'sb':'../adultfunctions.htm'}],
	['<img src="../images/menuArrow.gif" width="39" height="9" border="0"> Wish to join us', '../joinus.htm', {'sb':'../joinus.htm'}],
	['<img src="../images/menuArrow.gif" width="39" height="9" border="0"> Contact', '../contact.htm', {'sb':'../contact.htm'}],
	['<br><img src="../images/s_menuAEKidsBtn2.gif" alt="Action Entertainment KIDS" name="Kids_menu_btn" border="0">', '../kids/default.htm', {'sb':'../kids/'}]
];
