//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#CBCBCB';
	var HighBgColor='#CBCBCB';
	var FontLowColor='black';
	var FontHighColor='red';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;
	var FontFamily="Arial, Helvetica, sans-serif"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=50; //set vertical offset
	var StartLeft=72; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=0;
	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","welcome.html",0,14,100);

Menu2=new Array("About","",4);
	Menu2_1=new Array("BLog","http://www.wardcarroll.com/blog",0,14,100);	
	Menu2_2=new Array("The Lists","about_mylists.html",0);
	Menu2_3=new Array("Bio","about_bio.html",0);
	Menu2_4=new Array("The Band","about_myband.html",0);


Menu3=new Array("Books","books.html",4);
	Menu3_1=new Array("Militia Kill","books_militiakill.html",0,14,100);
	Menu3_2=new Array("The Aide","books_theaide.html",0);
	Menu3_3=new Array("Punk Series","books.html",0);
	Menu3_4=new Array("Order Online","books_orderonline.html",0);

Menu4=new Array("Info","",6);
	Menu4_1=new Array("F.A.Q.","info_faq.html",0,14,130);
	Menu4_2=new Array("Writers Tips","info_writerstips.html",0);
	Menu4_3=new Array("News","info_news.html",0);
	Menu4_4=new Array("Links","info_links.html",0);
	Menu4_5=new Array("MiLES FRoM CLEVeR","http://www.milesfromclever.com",0);
	Menu4_6=new Array("Contact","contact.html",0);

Menu5=new Array("Gallery","",4);
	Menu5_1=new Array("Gallery 1","gallery_1.html",0,14,100);
	Menu5_2=new Array("Gallery 2","gallery_2.html",0);
	Menu5_3=new Array("Gallery 3","gallery_3.html",0);
	Menu5_4=new Array("Gallery 4","gallery_4.html",0);
	