//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#882939';
	var HighBgColor='#882939';
	var FontLowColor='white';
	var FontHighColor='#999999';
	var BorderColor='#882939';
	var BorderWidth=1;
	var BorderBtwnElmnts=3;
	var FontFamily="verdana,arial"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=0;
	var StartTop=54; //set vertical offset
	var StartLeft=249; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=2; //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("Home","default.asp",0,20,90);

Menu2=new Array("About Us","aboutus.asp",0,20,90);
			
Menu3=new Array("Products","products.asp",3,20,90);
	Menu3_1=new Array("Turkish Delight","products.asp?txttype=turkish delight",4,20,130);
		Menu3_1_1=new Array("100 gr","products.asp?txtgr=100&txttype=turkish delight",0,20,120);
		Menu3_1_2=new Array("250 gr","products.asp?txtgr=250&txttype=turkish delight",0,20,120);
		Menu3_1_3=new Array("454 gr","products.asp?txtgr=454&txttype=turkish delight",0,20,120);
		Menu3_1_4=new Array("500 gr wooden box","products.asp?txtgr=500&txttype=turkish delight",0,20,120);
	Menu3_2=new Array("Tea","products.asp?txttype=tea",5,20,120);
		Menu3_2_1=new Array("Turkish Apple Tea","products.asp?txtname=turkish apple tea",0,20,120);
		Menu3_2_2=new Array("Turkish Cherry Tea","products.asp?txtname=turkish cherry tea",0,20,120);
		Menu3_2_3=new Array("Turkish Orange Tea","products.asp?txtname=turkish orange tea",0,20,120);
		Menu3_2_4=new Array("Turkish Black Tea","products.asp?txtname=turkish black tea",0,20,120);
		Menu3_2_5=new Array("Natural Apple Tea","products.asp?txtname=natural apple tea",0,20,120);
	Menu3_3=new Array("Other products","",5,20,120);
		Menu3_3_1=new Array("Candied Chesnuts","products.asp?txttype=Candied Chesnuts",0,20,120);
		Menu3_3_2=new Array("Cotton Candy","products.asp?txttype=Cotton Candy",0,20,120);
		Menu3_3_3=new Array("Pistachio","products.asp?txttype=pistachio",0,20,120);
		Menu3_3_4=new Array("Sahlep","products.asp?txttype=sahlep",0,20,120);
		Menu3_3_5=new Array("Turkish Coffee","products.asp?txttype=turkish coffee",0,20,120);

Menu4=new Array("Download","",1,20,90);
	Menu4_1=new Array("Product List","product_list.xls",0,20,120);

Menu5=new Array("Contact Us","contact.asp",0,20,90);






