//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#3255A6';
	var HighBgColor='#282A61';
	var FontLowColor='#CCCCCC';
	var FontHighColor='#ffffff';
	var BorderColor='#999999';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Geneva, Arial, Helvetica, san-serif"
	var FontSize=6.3;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=0; //set vertical offset
	var StartLeft=268; //set horizontal offset
	var VerCorrect=0
;
	var HorCorrect=0;
	var LeftPaddng=5;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=2;
	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","index.htm",0,18,84);

Menu2=new Array("T M P","",3,18,100);
	Menu2_1=new Array("Luke Taylor","Autobiography.htm",0,18,110);	
	Menu2_2=new Array("Luke in the Media","articles.htm",0);
	Menu2_3=new Array("Chiropractor","Chiropractor.htm",0);

Menu3=new Array("Rates","",2,18,100);
Menu3_1=new Array("Products","products.htm",0,18,110);
Menu3_2=new Array("Training","rates.htm",0,18,110);

Menu4=new Array("Training","",6,18,100);
    Menu4_1=new Array("Shed Some Pounds","Weight Loss.htm",0,18,135);
	Menu4_2=new Array("Beef It Up","Beef it up.htm",0,18,100);
	Menu4_3=new Array("Toning & Conditioning","Conditioning.htm",0,18,100);
	Menu4_4=new Array("Sports Specific","Sports Specific Training.htm",0,18,100);
	Menu4_5=new Array("Body Mass Index","bmi.htm",0,18,100);
	Menu4_6=new Array("Children","children.htm",0,18,100);

Menu5=new Array("Testimonials","",3);
	Menu5_1=new Array("Client","client.htm",0,18,100);
	Menu5_2=new Array("Professional","proffessional.htm",0,18,100);
	Menu5_3=new Array("Children","children.htm",0,18,100);

Menu6=new Array("Contact","contact.htm",0,18,100);

	
	

