//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=13; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#D1D1E9';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,technical,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=110;  //set vertical offset
	var StartLeft=2;   //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=300;
	var TakeOverBgColor=1;
	var FirstLineFrame='left';
	var SecLineFrame='left';
	var DocTargetFrame='main';
	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("Contact Us","contactus.htm",0,20,130);
Menu2=new Array("History","#",5);
   Menu2_1=new Array("Shaolin Kempo","history.htm",0,20,130);	
   Menu2_2=new Array("Shihan Ingargiola","master.htm",0);
   Menu2_3=new Array("The Five Animals","animals.htm",0);
   Menu2_4=new Array("Picture Gallery","pgallery.htm",0);
   Menu2_5=new Array("Kickboxing","kboxing.htm",0);
Menu3=new Array("Kempo Quiz","quiz.htm",0,20,130);
Menu4=new Array("Belt Ranks","#",4);
   Menu4_1=new Array("View Family Tree","tree.htm",0,20,120);
   Menu4_2=new Array("View Requirments","beltreq.htm",0);
   Menu4_3=new Array("View Video Clips","beltreq.htm",0);
   Menu4_4=new Array("Video Training","athome.htm",0);
Menu5=new Array("Videos","#",6);
   Menu5_1=new Array("Purchase DVD Videos","order.htm",0,20,120);
   Menu5_2=new Array("View Video Clips","beltreq.htm",0);
   Menu5_3=new Array("Video Training","athome.htm",0);
   Menu5_4=new Array("Win Free Video","quiz.htm",0);
   Menu5_5=new Array("Belt Requirments","beltreq.htm",0);
   Menu5_6=new Array("Testimonials","reviews.htm",0);
Menu6=new Array("News Flash Signup","newsflash.htm",0,20,130);
Menu7=new Array("Picture Gallery","pgallery.htm",0,20,140);
Menu8=new Array("Schools","lists.htm",0,20,130);
Menu9=new Array("Links","affiliates.htm",0,20,130);
Menu10=new Array("F.A.Q.","faq.htm",0,20,130);
Menu11=new Array("Message Board","boards/index.php",0,20,130);
Menu12=new Array("Kempo Chat","chat.htm",0,20,130);
Menu13=new Array("Virtual Pro Shop","order.htm",0,20,130);

