

	var NoOffFirstLineMenus=6; //set number of main menu items#D6EC59
	var LowBgColor='#B2DAB6';
	var HighBgColor='black';
	var FontLowColor='black';
	var FontHighColor='yellow';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=5;
	var FontFamily="arial,arial,verdana"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=1;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.05;
	var ChildVerticalOverlap=.1;
	var StartTop=77; //set vertical offset
	var StartLeft=100; //set horizontal offset
	var VerCorrect=4;
	var HorCorrect=2;
	var LeftPaddng=5;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=400;
	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","index5.html",0,17,80);
	
		
Menu2=new Array("About Us","",4);
	Menu2_1=new Array("Our company","our_company.html",0,20,110);
	Menu2_2=new Array("About our products","our_products.html",0,20,110);		
	Menu2_3=new Array("Style Leadership","our_style.html",0,20,110);
	Menu2_4=new Array("Our Clients","clients.html",0,20,110);
	
		
Menu3=new Array("Products","",10);
	Menu3_1=new Array("Strapped","strap.html",0,20,110);
	Menu3_2=new Array("Sling","sling.html",0,20,110);
	Menu3_3=new Array("All Aluminium","aluminium.html",0,20,110);
	Menu3_4=new Array("Iron","iron.html",0,20,110);
	Menu3_5=new Array("Tables","tables1.html",0,20,110);
	Menu3_6=new Array("Cushioned","cushion.html",0,20,110);
	Menu3_7=new Array("Umbrellas/Pavillions","umbrella.html",0,40,110);
	Menu3_8=new Array("Teak","teak.html",0,20,110);
	Menu3_9=new Array("Swatch","Swatch/Swatch.html",0,20,110);
	Menu3_10=new Array("Wicker","wicker.html",0,20,110);	

Menu4=new Array("Why us?","",2);
	Menu4_1=new Array("Our Products","our_products.html",0,20,110);
	Menu4_2=new Array("Style leadership","our_style.html",0,20,110);
	
		

	
Menu5=new Array("Clients","clients.html",0,20,160);
	
	

Menu6=new Array("Contact us","contact.html",0,20,160);
	
	
