var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#347AA0';
	var HighBgColor='#243071';
	var FontLowColor='FFFFFF';
	var FontHighColor='#FFFFFF';
	var BorderColor='white';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=7.5;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.0;
	var ChildVerticalOverlap=.0;
	var StartTop=54; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
 //set menu layout (0=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	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.html",1,18,151);
Menu1_1=new Array
("Sitemap","Sitemap.htm",0,15,151);


Menu2=new Array("About Us","#",5,15,151);
Menu2_1=new Array
("Company Overview","CompanyOverview.htm",0,15,151);
Menu2_2=new Array
("Partners","Partners.html",0,15,151);
Menu2_3=new Array
("Events","Events.html",0,15,151);
Menu2_4=new Array
("News","News.html",0,15,151);
Menu2_5=new Array
("Articles","Articles.html",0,15,151);


Menu3=new Array("Services","#",5);
Menu3_1=new Array
("Build & Integrate","Build&Integrate.html",0,15,151);
Menu3_2=new Array
("Data Integration","DataIntegration.html",0,15,151);
Menu3_3=new Array
("Information Design","InformationDesign.html",0,15,151);
Menu3_4=new Array
("Application Ownership","ApplicationOwnership.html",0,15,151);
Menu3_5=new Array
("Professional Services","ProfessionalServices.html",0,15,151);


Menu4=new Array("Products","#",2);
Menu4_1=new Array("Airline Ops Control", "ProductsOpsControl.html",0,15,151);
Menu4_2=new Array("Agency Management", "ProductsProad.html",0,15,151);


Menu5=new Array("Contact","#",1);
Menu5_1=new Array
("Contact us","Contact Info.html",0,15,151);

