/ voci da camera menu pw 01-2002 modified 08-2002/
	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='c8d8b8';//999999
	var HighBgColor='d0dcc0';//999999
	var FontLowColor='800000';//cc6666
	var FontHighColor='red';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, verdana, ms sans serif, geneva"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("home","open.htm",0,20,100);

Menu2=new Array("current season","current.htm",0);

Menu3=new Array("concerts","",2);
	Menu3_1=new Array("print ticket form","ticket.htm",0,20,150);
	Menu3_2=new Array("concert dates & times","",5);
		Menu3_2_1=new Array("2002 concerts","concerts2.htm",0,20,130);
		Menu3_2_2=new Array("2003 concerts","concerts3.htm",0,20,130);
		Menu3_2_3=new Array("2004 concerts","concerts4.htm",0,20,130);
		Menu3_2_4=new Array("2005 concerts","concerts5.htm",0,20,130);
		Menu3_2_5=new Array("2006 concerts","concerts6.htm",0,20,130);
		//Menu3_2_6=new Array("2010 concerts","concerts7.htm",0,20,130);
Menu4=new Array("the choir","",2);
	Menu4_1=new Array("the director","about.htm",0,20,130);
	Menu4_2=new Array("contact us","contact.htm",0,20,130);
	//Menu4_3=new Array("we need your support","support.htm",0,20,130);
Menu5=new Array("choir CD","",2);
	Menu5_1=new Array("listen to the CD","CD.htm",0,20,150);
	Menu5_2=new Array("print CD order form","vcdbuy.htm",0,20,160);

Menu6=new Array("sponsorship","",2);
	Menu6_1=new Array("we need your support","support.htm",0,20,150);
	Menu6_2=new Array("print sponsorship form","sponsorform2.htm",0,20,150);
	
Menu7=new Array("links","links.htm",0);
