//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#1B4B95';
	var HighBgColor='#96ACCC';
	var FontLowColor='#96ACCC';
	var FontHighColor='#1B4B95';
	var BorderColor='#5478AF';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	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=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","index.html",0,20,138);

Menu2=new Array("Produkty","javascript:top.location.href='index.html",9);
	Menu2_1=new Array("JetFish 1.0  !NEW!","jetfish.html",0,20,150);
	Menu2_2=new Array("AdressManager","adressmanager.html",0);	
	Menu2_3=new Array("CSS Maker","cssmaker.html",0);
	Menu2_4=new Array("Dusigrosz","dusigrosz.html",0);
	Menu2_5=new Array("Easy Calc","easycalc.html",0);
	Menu2_6=new Array("Image View","imageview.html",0);
	Menu2_7=new Array("NetFish","netfish.html",0);
	Menu2_8=new Array("Notes","notes.html",0);
	Menu2_9=new Array("Timer XP","timerxp.html",0);
	Menu2_10=new Array("Wszystkie","download.html",0);
	
Menu3=new Array("Artykuły","javascript:top.location.href='index.html",2);
	Menu3_1=new Array("HTML i CSS","artykul1.html",0,20,150);
	Menu3_2=new Array("Pliki konfiguracyjne","artykul2.html",0);

Menu4=new Array("Forum","http://www.forum.softrix.prv.pl",0);
	
Menu5=new Array("O Nas","about.html",0);

Menu6=new Array("Kontakt","kontakt.html",0);
	
