/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#99cc33';			// Background color when mouse is not over
	var LowSubBgColor='gray';			// Background color when mouse is not over on subs
	var HighBgColor='#008080';			// Background color when mouse is over
	var HighSubBgColor='#FF9900';		// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='#99cc33';		// Font color subs when mouse is not over
	var FontHighColor='White';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='#000066';		// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="tahoma"				// Font family menu items
	var FontSize=8;					// Font size menu items  was 9
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		        // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=140;				// Menu offset x coordinate  150
	var StartLeft=8;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			        // Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				        // Hide first level when loading new document 1 or 0
	var MenuWrap=1;				        // enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			        // Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			        // menu tree checking on or off 1 or 0
	var ShowArrow=1;			  	// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
//      updated 10-12-2002 by D.Tidd
//      For rollover the seperator has been changed from ':' to '~' to enable the full path to be used for image location.
//      The ':' in 'http://' was causing a problem
//      The menu_com.js file has been updated to reflect in the rollover sections

//Menu1=new Array("rollover~gi_images/sky.jpg~gi_images/sky1.jpg","http://networks.intra.bt.com/boss/index.htm","",0,20,120);
//Menu2=new Array("rollover~http://networks.intra.bt.com/esystems/fm2000/images/contact_blank.jpg~http://networks.intra.bt.com/esystems/fm2000/images/contact_blank.jpg","","",0,20,120);

//Menu1=new Array("rollover~navimages/button1off.gif~navimages/button1on.gif","index.htm","",0,20,130);
Menu1=new Array("Home","index.htm","",0,20,70);
Menu2=new Array("Green Recycling","","",3,20,120);
	Menu2_1=new Array("Green Waste","greenwaste.htm","",0,20,120);
	Menu2_2=new Array("Shredding","screener.htm","",0,20,120);
	Menu2_3=new Array("Soil Conditioner","conditioner.htm","",0,20,120);
Menu3=new Array("Ground Regeneration","regeneration.htm","",0,20,140);
Menu4=new Array("Other Services","","",3,20,120);
	Menu4_1=new Array("Hedge & Verge","hedging.htm","",0,20,120);
	Menu4_2=new Array("Baling Services","haylage.htm","",0,20,120);
	Menu4_3=new Array("Nutrient Application","nutrient_application.htm","",0,20,120);
//		Menu5_2_2=new Array("Square","index.htm","",0,20,120);
//	Menu5_3=new Array("Foreaging","index.htm","",0,20,120);
//	Menu5_4=new Array("Grass & Maize","index.htm","",0,20,120);
//	Menu5_5=new Array("Hedge & Verge","index.htm","",0,20,120);
//	Menu5_6=new Array("Pasture","index.htm","",0,20,120);
//	Menu5_7=new Array("Teactor Hire","index.htm","",0,20,120);
Menu5=new Array("Terms & Conditions","terms.htm","",0,20,120);
Menu6=new Array("Contact Us","contact.htm","",0,20,120);




	