//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#959FA9';
	var HighBgColor='#C6C6C6';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='#ffffff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=120; //set vertical offset
	var StartLeft=16; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=2;
	var TopPaddng=3;
	var FirstLineHorizontal=0; //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(" Company Profile","javascript:;",5,20,100);
	Menu1_1=new Array(" Mission","misyon.htm",0,20,115);
	Menu1_2=new Array(" Vision","vizyon.htm",0,20,115);
	Menu1_3=new Array(" Objectives","hedef.htm",0,20,115);
	Menu1_4=new Array(" Capabilities","kabiliyet.htm",0,20,115);
	Menu1_5=new Array(" Values","deger.htm",0,20,115);

Menu2=new Array(" Products","javascript:;",9);
	Menu2_1=new Array(" Units","uniteler.htm",0,20,140);
	Menu2_2=new Array(" Wooden Systems","ahsap.htm",0,20,115);
	Menu2_3=new Array(" Benches & Showcase","javascript:;",2,20,115);	
		Menu2_3_1=new Array(" Oval Systems","oval.htm",0,20,115);	
		Menu2_3_2=new Array(" Square Systems","kare.htm",0,20,115);			
	Menu2_4=new Array(" Turnstiles & Tourniquets","kasa.htm",0,20,115);
	Menu2_5=new Array(" Storing Systems","depolama.htm",0,20,115);
    Menu2_6=new Array(" Promotion Stands","promosyon.htm",0,20,115);
	Menu2_7=new Array(" Wire Prod. & Service Supp.","tel.htm",0,20,125);
	Menu2_8=new Array(" Other Products","javascript:;",3,20,115);	
		Menu2_8_1=new Array(" Round Pipes","yuv.htm",0,20,115);	
		Menu2_8_2=new Array(" Notched Products","dilim.htm",0,20,115);	
		Menu2_8_3=new Array(" Hanger Acrobats","aski.htm",0,20,115);	
	Menu2_9=new Array(" MTS Systems","mts.htm",0,20,115);		

Menu3=new Array(" News from Mates","javascript:;",0);
	

Menu4=new Array(" Communication","javascript:;",1);
	Menu4_1=new Array(" Communication Form","iletisim.htm",0,20,115);



Menu5=new Array(" Brochure Request","brosur.htm",0);
				


