//(c) Coyotee Labs Romania 2002
	var NoOffFirstLineMenus=4;    //set number of main menu items
	var LowBgColor='#686898';     //set default bg button colour
	var HighBgColor='#C0D2E3';    //set rollover bg button colour
	var FontLowColor='#FFFFD0';   //set default font colour 
	var FontHighColor='000000';   //set rollover font colour 
	var BorderColor='#484880';    //set button border colour
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana, comic sans ms, arial"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.25;
	var StartTop=21;              //set vertical offset
	var StartLeft=108;            //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=5;
	var TopPaddng=2;
	var FirstLineHorizontal=1;    //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=0;
	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.gotfusion.com",0,18,110);

Menu2=new Array("Dallas's stuff","home.cfm",0,18,110);

Menu3=new Array("Menu 3","#",5,18,110);
	Menu3_1=new Array("Test","",5,18,110);
		Menu3_1_1=new Array("test1","#",0,18,110);
		Menu3_1_2=new Array("test2","#",0,18,110);
		Menu3_1_3=new Array("test3","#",0,18,110);
		Menu3_1_4=new Array("test4","#",0,18,110);
		Menu3_1_5=new Array("test5","#",0,18,110);
	Menu3_2=new Array("test","",3,18,110);
		Menu3_2_1=new Array("test1","#",0,18,110);
		Menu3_2_2=new Array("test2","#",0,18,110);
		Menu3_2_3=new Array("test3","#",0,18,110);
	Menu3_3=new Array("Test","",2,18,110);
		Menu3_3_1=new Array("test1","#",0,18,110);
		Menu3_3_2=new Array("test2","#",0,18,110);
	Menu3_4=new Array("Test","#",0,18,110);
	Menu3_5=new Array("Test","#",0,18,110);

Menu4=new Array("Menu 4","",3,18,110);
	Menu4_1=new Array("Test","#",3,18,110);
		Menu4_1_1=new Array("Test1","#",0,18,110);
		Menu4_1_2=new Array("Test2","#",0,18,110);
		Menu4_1_3=new Array("Test3","#",0,18,110);
	Menu4_2=new Array("Test","#",0,18,110);
	Menu4_3=new Array("Test","#",0,18,110);

