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

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#ffffff';
	var HighBgColor='#0065B5';
	var FontLowColor='#00467D';
	var FontHighColor='#ffffff';
	var BorderColor='#00467D';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=111; //set vertical offset	
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=1;
	var TopPaddng=3;
	var FirstLineHorizontal=1; //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("About Us","index.html",3,19,120);
	Menu1_1=new Array("Company Profile","index.html",0,19,120);
	Menu1_2=new Array("Locations","index.html",0);
	Menu1_3=new Array("Founder Message","index.html",0);
	
	
Menu2=new Array("Profile","index.html",2,19,120);
	Menu2_1=new Array("Overview","index.html",0,19,120);
	Menu2_2=new Array("Industries","index.html",0,19,120);
		
	
Menu3=new Array("Services","index.html",3,19,120);
	Menu3_1=new Array("On-Site Development","index.html",0,19,140);
	Menu3_2=new Array("Off-Site Development","index.html",0,19,120);
	Menu3_3=new Array("Off-Shore Development","index.html",0,19,120);
	

Menu4=new Array("Why GNC","index.html",2,19,120);
	Menu4_1=new Array("Case Studies","index.html",0,19,120);
	Menu4_2=new Array("Referances","index.html",0,19,120);
	
	
Menu5=new Array("Clientele","index.html",2,19,120);
	Menu5_1=new Array("Counseling","index.html",0,19,120);
	Menu5_2=new Array("Requirements","index.html",0,19,120);
	
Menu6=new Array("HR","index.html",0,19,120);
	
	


