//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='White';
	var HighBgColor='#142864';
	var FontLowColor='Black';
	var FontHighColor='White';
	var BorderColor='#142864';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,helvetica"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.2;
	var StartTop=102; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=1;
	var LeftPaddng=1;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=100;
	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("Mission","http://theramatrix.com/mission.html",0,20,122);
    
Menu2=new Array("Corporate Staff","http://theramatrix.com/staff.html",0,20,122);
		
Menu3=new Array("Therapy Services","http://theramatrix.com/services.html",3,20,122);
    Menu3_1=new Array("Industrial On-Site","http://theramatrix.com/industrial.html",0, 20, 122);
    Menu3_2=new Array("Out-Patient","http://theramatrix.com/outpatient.html",0);
    Menu3_3=new Array("Hospital Based","http://theramatrix.com/hospital.html",0);
    
Menu4=new Array("Insurance","http://theramatrix.com/insurance.html",0,20,122);
    
Menu5=new Array("UAW-Ford","http://theramatrix.com/UAWford.html",2,20,122);
    Menu5_1=new Array("Provider Forms","https://ssl.hammerhead.net/theramatrix/userlogin.asp",0, 20, 122);
    Menu5_2=new Array("Members","",2, 20, 122);
    	Menu5_2_1=new Array("Find a Provider","http://ssl.hammerhead.net/theramatrix/locationlookup.asp",0, 20, 122);
    	Menu5_2_2=new Array("FAQ","http://theramatrix.com/FordUAWOutpatientPTFAQ.pdf",0);
    	
Menu6=new Array("Locations","http://theramatrix.com/Locations.html",0,20,122);
	