//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#D1D1E9';
	var FontLowColor='black';
	var FontHighColor='red';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,technical,verdana"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=235; //set vertical offset
	var StartLeft=115; //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=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("Strona Główna","http://www.eda-puh.pl",0,30,110);

Menu2=new Array("Oferta","#",3);
	Menu2_1=new Array("RelaxSan","http://www.eda-puh.pl/relaxsan.php",0,30,130);	
		
		//Menu2_1_1=new Array("","",0);
		//Menu2_1_2=new Array("","",0);
               // Menu2_1_3=new Array("","",0);
               // Menu2_1_4=new Array("","",0);
                          
	Menu2_2=new Array("FarmaCell","http://www.eda-puh.pl/farmacell.php",0,35,130);
		//Menu2_2_1=new Array("TechWeb","http://www.techweb.com",0,20,200);
		//Menu2_2_2=new Array("News.com","http://www.news.com",0);
		//Menu2_2_3=new Array("Wired News","http://www.wired.com",0);
	Menu2_3=new Array("Bellatrix","http://www.eda-puh.pl/bellatrix.php",0,35,130);
Menu3=new Array("Kontakt","http://www.eda-puh.pl/kontakt.php",0,30,105);
Menu4=new Array("Download","http://www.eda-puh.pl/pliki.php",0);
	//Menu3_1=new Array("Altavista","http://www.altavista.com",0,20,150);
	//Menu3_2=new Array("Google","http://www.google.com",0);
	//Menu3_3=new Array("Yahoo","http://www.yahoo.com",0);

Menu5=new Array("Partnerzy","http://www.eda-puh.pl/partnerzy.php",0);
	//Menu4_1=new Array("Dynamic Drive","http://www.dynamicdrive.com",0,20,180);
	//Menu4_2=new Array("Website Abstraction","http://www.google.com",0);
	//Menu4_3=new Array("Freewarejava","http://www.freewarejava.com",0);
	//Menu4_4=new Array("Web Review","http://www.webreview.com",0);

//Menu5=new Array("Other","javascript:top.location.href='blank.htm'",1);
	//Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/",0,20,140);
