//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#FFFFCC';
	var HighBgColor='#CC6699';
	var FontLowColor='CC6699';
	var FontHighColor='FFFFFF';
	var BorderColor='CC6699';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial narrow,arial"
	var FontSize=12;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=116; //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='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	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","home.htm",1,20,91);
	Menu1_1=new Array("Family Photos","photos.htm",0,20,100);
Menu2=new Array("Creativity","creativity.htm",3);
	Menu2_1=new Array("Webpages","webpages.htm",0,20,91);	
	Menu2_2=new Array("Artwork","artwork.htm",2);
		Menu2_2_1=new Array("Scanned","scanned_art.htm",0,20,80);
		Menu2_2_2=new Array("Digital","digital_art.htm",0);
	Menu2_3=new Array("Poetry","poetry.htm",0,20,80);	
Menu3=new Array("Interests","interests.htm",3);
	Menu3_1=new Array("Size Acceptance","size_acceptance.htm",0,20,110);
	Menu3_2=new Array("Nail Tech","nail_tech.htm",0);
	Menu3_3=new Array("Like List","like_list.htm",0);

Menu4=new Array("Body&Spirit","body_spirit.htm",3);
	Menu4_1=new Array("LDS links","lds.htm",0,20,105);
	Menu4_2=new Array("Health&Wellness","health_wellness.htm",0);
	Menu4_3=new Array("Mind&Intellect","mind.htm",0);

Menu5=new Array("Soapbox","soapbox.htm",0);

Menu6=new Array("Inner Child","inner_child.htm",0);
