//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#B50042';
	var HighBgColor='#FFF5F5';
	var FontLowColor='#FFF5F5';
	var FontHighColor='black';
	var BorderColor='#B50042';
	var BorderWidth=1;
	var BorderBtwnElmnts=3;
	var FontFamily="verdana,arial"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=220; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	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.html",0,20,145);
Menu2=new Array("Services","services.html",0,20,125);
Menu3=new Array("About Us","about.html",0,20,125);
Menu4=new Array("Information Request","feedback.html",0,20,125);
Menu5=new Array("On-line Catalog","catalog.html",0, 20, 125);
Menu6=new Array("Ordering","ordering.html",0, 20, 125);
Menu7=new Array("Contact Us","contact.html",0, 20, 125);
