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

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#001c58';//00ff99
	var HighBgColor='#0000ff';//d1d1e9
	var FontLowColor='#4794e6';//99ff33
	var FontHighColor='white';
	var BorderColor='black';//#6e73eb
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="Tahoma"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
       	var MenuVerticalCentered='top';
	var ChildOverlap=.01;
	var ChildVerticalOverlap=.2;
	var StartTop=76; //set vertical offset
	var StartLeft=02; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=20;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesHorizontal=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","http://www.afwtechnology.com.au/home.htm",0,18,105);
Menu2=new Array("Products","http://www.afwtechnology.com.au/index.htm",0);
Menu3=new Array("Services","http://www.afwtechnology.com.au/afw_services.htm",0);
Menu4=new Array("News","http://www.afwtechnology.com.au/news/news.htm",0);
Menu5=new Array("Stock list","http://www.afwtechnology.com.au/stocklist/stock_list.htm",0);
Menu6=new Array("Search","http://www.afwtechnology.com.au/search.htm",0);
Menu7=new Array("Contact","http://www.afwtechnology.com.au/contactus.html",0);