/*******************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	  *
*	For info write to menus@burmees.nl		          *
*******************************************************************/

	var NoOffFirstLineMenus=5;			
	var LowBgColor='white';			
	var LowSubBgColor='white';		
	var HighBgColor='#CCCCCC';		
	var HighSubBgColor='#CCCCCC';	
	var FontLowColor='black';		
	var FontSubLowColor='black';	
	var FontHighColor='black';		
	var FontSubHighColor='black';			
	var BorderColor='black';			
	var BorderSubColor='black';			
	var BorderWidth=10;				
	var BorderBtwnElmnts=1;			
	var FontFamily="arial"			
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.1;				
	var ChildVerticalOverlap=.2;			
	var StartTop=100;				
	var StartLeft=5;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=5;				
	var FirstLineHorizontal=0;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=0;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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"

Menu1=new Array("Home","index.html","" ,0,25,138);

Menu2=new Array("Products","products.html","",2);
	Menu2_1=new Array("Bathrooms","bathrooms.html","",4,25,138);
		Menu2_1_1=new Array("Taps","taps.html","",0,25,138);
		Menu2_1_2=new Array("Showers","showers.html","",0,25,138);
		Menu2_1_3=new Array("Baths","baths.html","",0,25,138);
		Menu2_1_4=new Array("WCS","wcs.html","",0,25,138);
		
	Menu2_2=new Array("Tiles","tiles.html","images/menu/menudar.gif",5,25,138);
		Menu2_2_1=new Array("Wall Tiles","walltiles.html","",0,25,138);
		Menu2_2_2=new Array("Floor Tiles","floortiles.html","",0,25,138);
		Menu2_2_3=new Array("Kitchen Tiles","kitchentiles.html","",0,25,138);
		Menu2_2_4=new Array("Underfloor heating","underfloorheating.html","",0,25,138);
		Menu2_2_5=new Array("Adhesives and Tools","a&t.html","",0,25,138);

Menu3=new Array("Special Offers","specialoffers.html","images/menu/menubox.gif",0);

Menu4=new Array("Contact","contact.html","images/menu/menubox.gif",0);

Menu5=new Array("Links","links.html","images/menu/menubox.gif",0);

