
	var NoOffFirstLineMenus=3; //set number of main menu items
	var LowBgColor='#003399';
	var HighBgColor='#CC0000';
	var FontLowColor='FFFFFF';
	var FontHighColor='#CCCCCC';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.0;
	var ChildVerticalOverlap=.1;
	var StartTop=110; //set vertical offset
	var StartLeft=5; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=1;
	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,160);

						
Menu2=new Array("About Us","about.htm",0,18,90);


Menu3=new Array("Services","",6,18,115);
		Menu3_1=new Array("Sales Programs","sales.htm",0,18,150);
		Menu3_2=new Array("Public Relations","publicrelations.htm",0,18,120);
		Menu3_3=new Array("Event Planning","events.htm",0,18,150);
		Menu3_4=new Array("Grant Writing","grants.htm",0,18,150);
		Menu3_5=new Array("Research","research.htm",0,18,150);
		Menu3_6=new Array("Market Readiness","readiness.htm",0,18,150);
	
		






