	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#363D4A';
	var HighBgColor='#314468';
	var FontLowColor='#ACACAC';
	var FontHighColor='#FF9966';
	var BorderColor='#ACACAC';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, HelvCondensed, MS Sans Serif"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.3;
	var StartTop=190; //set vertical offset
	var StartLeft=155; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=10;
	var LeftPaddng=10;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //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","index.htm",5,22,150);
Menu1_1=new Array("About Us","about.htm",0,20,175); 
Menu1_2=new Array("References","references.htm",0); 
Menu1_3=new Array("Our Services","services.htm",0); 
Menu1_4=new Array("Our Policies","policies1.htm",0); 
Menu1_5=new Array("Contacting Us","contact.htm",0); 

Menu2=new Array("Service Area","",2,20,200);
Menu2_1=new Array("Information Request Form","get_info.asp",0,20,200); 
Menu2_2=new Array("Schedule an Appointment","service_request.asp",0); 

Menu3=new Array("Pet Resources","petresources.htm",0,20,50);

Menu4=new Array("Client Gallery","gallery.asp",0,20,50); 
