//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#FFFFFF';
	var HighBgColor='#FFA622';
	var FontLowColor='#FFA622';
	var FontHighColor='#000000';
	var BorderColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=250;
	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("About Us","http://www.e-teak.com/about/about.aspx",3,20,100);
	Menu1_1=new Array("Our story","http://www.e-teak.com/about/story.aspx",0,20,100);	
	Menu1_2=new Array("Press Releases","http://www.e-teak.com/about/press.aspx",0);	
	Menu1_3=new Array("Articles","http://www.e-teak.com/about/articles.aspx",0);

Menu2=new Array("Products","http://www.e-teak.com/products/products.aspx",10);
	Menu2_1=new Array("Accessories","http://www.e-teak.com/products/accessories/accessories.aspx",0,20,100);	
	Menu2_2=new Array("Antiques","http://www.e-teak.com/products/antique/antique.aspx",0);
	Menu2_3=new Array("Bamboo Teak","http://www.e-teak.com/products/bamboo_teak/bamboo_teak.aspx",0);
	Menu2_4=new Array("Bedroom","http://www.e-teak.com/products/bedroom/bedroom.aspx",0);
	Menu2_5=new Array("Cabinet","http://www.e-teak.com/products/cabinet/cabinet.aspx",0);
	Menu2_6=new Array("Den","http://www.e-teak.com/products/den/den.aspx",0);
	Menu2_7=new Array("Dining","http://www.e-teak.com/products/dining/dining.aspx",0);
	Menu2_8=new Array("Occasional","http://www.e-teak.com/products/occasional/occasional.aspx",0);
	Menu2_9=new Array("Outdoor","http://www.e-teak.com/products/outdoor/outdoor.aspx",0);
	Menu2_10=new Array("Natural Fibers","http://www.e-teak.com/products/natural_fibers/natural_fibers.aspx",0);

Menu3=new Array("F.A.Q.'s","http://www.e-teak.com/faq/faq.aspx",0);

Menu4=new Array("Contact Us","http://www.e-teak.com/contact/contact.aspx",4);
	Menu4_1=new Array("Phone","http://www.e-teak.com/contact/index.aspx",0,20,100);
	Menu4_2=new Array("Address","http://www.e-teak.com/contact/index.aspx",0);
	Menu4_3=new Array("Gallery","http://www.e-teak.com/contact/index.aspx",0);
	Menu4_4=new Array("E-mail addresses","http://www.e-teak.com/contact/index.aspx",0);
	
Menu5=new Array("Catalog","http://www.e-teak.com/catalog/catalog.aspx",1);
	Menu5_1=new Array("Order","http://www.e-teak.com/catalog/order.aspx",0,20,100);