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

	var NoOffFirstLineMenus=9; //set number of main menu items
	var LowBgColor='#ADD3FC';
	var HighBgColor='#1E3E5E';
	var FontLowColor='#1E3C5F';
	var FontHighColor='#EDBA40';
	var BorderColor='#91A0B4';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=88; //set vertical offset
	var StartLeft=-1; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=2;
	var TopPaddng=3;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=300;
	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 Page","index.html",0,20,146);

Menu2=new Array("Profile","profile.html",0);

Menu3=new Array("People","people.html",0);
	
Menu4=new Array("Approach","approach.html",0);
	
Menu5=new Array("Services","services.html",0);

Menu6=new Array("Despatch/Demurrage","despatch_demurrage.html",0);

Menu7=new Array("Support","support.html",0);

Menu8=new Array("Network","coaltechnology.html",0);

Menu9=new Array("Contact Us","contact.html",0);