//(c) Plantalight - dropdown menu

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#cc6699';
	var HighBgColor='#cccccc'; //bar colour
	var FontLowColor='#ffffff';  // font colour when idle
	var FontHighColor='#000000';  //font colour when highlighted
	var BorderColor='#ffffff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=9;
	var FontBold=0;
	var LetterSpacing=100;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='right';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=86; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=2;
	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("Main","main.asp",0,17,100);

Menu2=new Array("Active Calls","active.asp",0,17,100);

Menu3=new Array("Log Call","logcall.asp",0,17,100);
	
Menu4=new Array("Logout","logout.asp",0,17,100);

