/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#B0B8A8';			// Background color when mouse is not over
	var LowSubBgColor='#B0B8A8';			// Background color when mouse is not over on subs
	var HighBgColor='#B0B8A8';			// Background color when mouse is over
	var HighSubBgColor='#B0B8A8';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#F8D8C0';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='transparent';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=5;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../nav/tri.gif',5,10,'../nav/tridown.gif',10,5,'../nav/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array(" rollover:../images/autogen/T_Events_b1.gif:../images/autogen/T_Events_b2.gif","http://www.chaucertheatre.org/wordpress/","../images/cyprback.jpg",2,35,150);
	Menu1_1=new Array("Events Calendar","http://www.chaucertheatre.org/wordpress/","",0,22,100);
	Menu1_2=new Array("Tickets","gctickets.html","",0,22,120);

Menu2=new Array("rollover:../images/autogen/T_Tickets_b1.gif:../images/autogen/T_Tickets_b2.gif","gctickets.html","../images/cyprback.jpg",0,35,150);

Menu3=new Array("rollover:../images/autogen/T_Company_b1.gif:../images/autogen/T_Company_b2.gif","company.html","../images/cyprback.jpg",2,35,150);
	Menu3_1=new Array("Chaucer & Co","company.html","",5,22,90);
	Menu3_1_1=new Array("Our Programs","programs.html","",0,22,90);
	Menu3_1_2=new Array("History","history.html","",0);
	Menu3_1_3=new Array("Management","management.html","",0);
	Menu3_1_4=new Array("Repertoire","repertoire.html","",0);
	Menu3_1_5=new Array("Board","board.html","",0);
	Menu3_2=new Array("Actors","actors_1.html","",3,22,90);
		Menu3_2_1=new Array("Actors, Pg.1","actors_1.html","",0,22,90);
		Menu3_2_2=new Array("Actors, Pg.2","actors_2.html","",0);
		Menu3_2_3=new Array("Actors, Pg.3","actors_3.html","",0);
		

Menu4=new Array("rollover:../images/autogen/T_Tour_b1.gif:../images/autogen/T_Tour_b2.gif","../Tour_Loading.html","../images/cyprback.jpg",6,35,100);
	Menu4_1=new Array("Tour Calendar","../tour/calendar1.html","",0,20,93);
	Menu4_2=new Array("Touring Company","../tour/company.html","",0,0,0);
	Menu4_3=new Array("On Stage","../tour/onstage.html","",0);
	Menu4_4=new Array("Presenters","../tour/presenters.html","",0);
	Menu4_5=new Array("Technical Rider","../tour/technical_rider.html","",0);
	Menu4_6=new Array("Tour Repertoire","../tour/repertoire.html","",0);
	



Menu5=new Array("rollover:../images/autogen/T_Programs_b1.gif:../images/autogen/T_Programs_b2.gif","programs.html","../images/cyprback.jpg",5,35,120);
	Menu5_1=new Array("Bay Area Performances","residencies.html","",0,20,115);
	Menu5_2=new Array("Schools","schools.html","",0);
	Menu5_3=new Array("Canterbury Kids","Canterbury_Kids.html","",0);
	Menu5_4=new Array("Family Theatre","familyshows.html","",0);
	Menu5_5=new Array("Community Performances","activity_dir.html","",0);


Menu6=new Array("rollover:../images/autogen/T_Presenters_b1.gif:../images/autogen/T_Presenters_b2.gif","http://chaucertheatre.org/wordpress/?page_id=49","../images/cyprback.jpg",2,35,110);
	Menu6_1=new Array("Residencies","residencies.html","",2,20,100);
	Menu6_1_1=new Array("US","http://chaucertheatre.org/wordpress/?page_id=49","",0,20,73);
	Menu6_1_2=new Array("UK","../tour/presenters.html","",0);
		
		
	Menu6_2=new Array("Bookings","bookings.html","",1,22,100);
		Menu6_2_1=new Array("technical rider","technical_rider.html","",0,20,73);
		

Menu7=new Array("rollover:../images/autogen/T_Reviews_b1.gif:../images/autogen/T_Reviews_b2.gif","reviews_all.html","../images/cyprback.jpg",4,35,100);
	Menu7_1=new Array("Reviews","reviews_all.html","",0,20,75);
	Menu7_2=new Array("References","references.html","",0);
	Menu7_3=new Array("Awards","awards.html","",0);
	Menu7_4=new Array("Highlights","../highlights/highlights.html","",0);



Menu8=new Array("rollover:../images/autogen/T_About_b1.gif:../images/autogen/T_About_b2.gif","about_us.html","../images/cyprback.jpg",5,35,135);
	Menu8_1=new Array("Non-profit Status","about_us.html","",0,20,110);
	Menu8_2=new Array("Volunteers","volunteers.html","",0);
	Menu8_3=new Array("Donations","donations.html","",0);
	Menu8_4=new Array("Fundraisers","fundraiser.html","",0);
	Menu8_5=new Array("Links","links.html","",0);
	

Menu9=new Array("rollover:../images/autogen/T_Contact_b1.gif:../images/autogen/T_Contact_b2.gif","javascript:top.location.href='http://home.earthlink.net/~kramiller/ChaucerForm/inforequest.html'","../images/cyprback.jpg",2,35,90);
	Menu9_1=new Array("Contact Us","contact_us.html","",0,20,100);
	Menu9_2=new Array("About Us","about_us.html","",0);
	