	var NoOffFirstLineMenus=11;			// Number of main menu  items

						// Colorvariables:

						// Color variables take HTML predefined color names or "#rrggbb" strings

						//For transparency make colors and border color ""

	var LowBgColor="#e9eee9";			// "#e9eefe";Background color when mouse is not over

	var HighBgColor="#e8fcf9";			// #f8fcf2Background color when mouse is over

	var FontLowColor="black";			// Font color when mouse is not over

	var FontHighColor="green";			// Font color when mouse is over

	var BorderColor="green";			// Border color

	var BorderWidthMain=1;			// Border width main items

	var BorderWidthSub=1;			// Border width sub items

 	var BorderBtwnMain=1;			// Border width between elements main items

	var BorderBtwnSub=1;			// Border width between elements sub items

	var FontFamily="arial,arial,arial";	// Font family menu items

	var FontSize=12;				// Font size menu items

	var FontBold=1;				// Bold menu items 1 or 0

	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered="center";		// Item text position left, center or right

	var MenuCentered="left";			// Menu horizontal position can be: left, center, right

	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static

	var ChildOverlap=.2;			// horizontal overlap child/ parent

	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent

	var StartTop=0;				// Menu offset x coordinate

	var StartLeft=0;				// Menu offset y coordinate

	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border

	var LeftPaddng=3;				// Left padding

	var TopPaddng=2;				// Top padding. If set to -1 text is vertically centered

	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical

	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0

	var DissapearDelay=500;			// delay before menu folds in

	var UnfoldDelay=100;			// delay before sub unfolds	

	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame

	var FirstLineFrame="navig";			// Frame where first level appears

	var SecLineFrame="ramka";			// Frame where sub levels appear

	var DocTargetFrame="ramka";		// Frame where target documents appear

	var TargetLoc="";				// span id for relative positioning

	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0

	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0

	var BottomUp=1;				// enables/ disables Bottom up unfold 1 or 0

	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover

	var BaseHref= "http://www.itr.org.pl/";				// BaseHref lets you specify the root directory for relative links. 

						// The script precedes your relative links with BaseHref

						// For instance: 

						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",

						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"

						// Can also be used when you use images in the textfields of the menu

						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"

						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"



var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5];	

//var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];



						// Arrow source, width and height.

						// If arrow images are not needed keep source ""



	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,

						// document targets and script are in the same frame.

						// In all other cases it must be 1



	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 

						// When set to 2 only the relevant main item stays highligthed

						// The preset is done by setting a variable in the head section of the target document.

						// <head>

						//	<script type="text/javascript">var SetMenu="2_2_1";</script>

						// </head>

						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......



	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over

	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover

	var ScaleMenu=1;				// 1/0 When set to 0 Menu scales with browser text size setting



	var HooverBold=0;				// 1 or 0

	var HooverItalic=0;				// 1 or 0

	var HooverUnderLine=0;			// 1 or 0

	var HooverTextSize=0;			// 0=off, number is font size difference on hoover

	var HooverVariant=0;			// 1 or 0



						// Below some pretty useless effects, since only IE6+ supports them

						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity

						// If you don't need MenuSlide just leave in the line var MenuSlide="";

						// delete the other MenuSlide statements

						// In general leave the MenuSlide you need in and delete the others.

						// Above is also valid for MenuShadow and MenuOpacity

						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.

						// You can add more filters by concanating the strings

	var MenuSlide="";

//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";

//	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";



	var MenuShadow="";

//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";

//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";



	var MenuOpacity="";

//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=98)";



	function BeforeStart(){return}

	function AfterBuild(){return}

	function BeforeFirstOpen(){return}

	function AfterCloseAll(){return}



// Menu tree:

// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",

//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");

// Color and font variables defined in the menu tree take precedence over the global variables

// Fontsize, fontbold and fontitalic are ignored when set to -1.

// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

//Menu2_1_1=new Array("Example 2.1.1","","",1,20,200,"blue","white","yellow","blue","yellow","",-1,-1,-1,"","");

//		Menu2_1_1_1=new Array("<img src="+BaseHref+"\"busts.jpg\">","file.htm","",0,128,128,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");



Menu1=new Array("Wydarzenia","aktualnosci.html","",0,22,95,"","","","","","",-1,-1,-1,"","");

//	Menu1_1=new Array("Warsztaty z //eko-projektowania","rozne/ecodesignarc05/workshop_eco_05.html","",0,38,150,"","","","","","",-1,-1,-1,"","");		



Menu2=new Array("Informacje ogólne","","",6,40,95,"","","","","","",-1,-1,-1,"","");

	Menu2_1=new Array("Kierownictwo Instytutu","kierownicy.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");

	Menu2_2=new Array("Struktura","struktura.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");

	Menu2_3=new Array("Polityka Jakości","politykajakosci.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");

	Menu2_4=new Array("Rada Naukowa","radanaukowa.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");

	Menu2_5=new Array("Historia","historia.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");		

	Menu2_6=new Array("Zarządzanie środowiskowe","czystszaprodukcja.html","",0,40,150,"","","","","","",-1,-1,-1,"left","");		


//new Array("Example 1_1","file.htm","",0,20,100,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");



Menu3=new Array("Działalność badawczo- rozwojowa","dzialalbad.html","",4,65,95,"","","","","","",-1,-1,-1,"","");

	Menu3_1=new Array("Tematyka","tematykabad.html","",4,22,100,"","","","","","",-1,-1,-1,"left","");	

	Menu3_1_1=new Array("Projekty europejskie","projektyeuropejskie.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");	

	Menu3_1_2=new Array("Projekty celowe","projektycelowe.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");	

	Menu3_1_3=new Array("Projekty badawcze","granty.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");	

	Menu3_1_4=new Array("Prace statutowe","pracestatutowe.html","",8,22,150,"","","","","","",-1,-1,-1,"left","");
		Menu3_1_4_1=new Array("Prace statutowe w roku 2007","pracestatutowe/pracestatut2007.html","",0,22,200,"","","","","","",-1,-1,-1,"","");
		
		Menu3_1_4_2=new Array("Prace statutowe w roku 2006","pracestatutowe/pracestatut2006.html","",0,22,200,"","","","","","",-1,-1,-1,"","");
		Menu3_1_4_3=new Array("Prace statutowe w roku 2005","pracestatutowe/pracestatut2005.html","",0,22,200,"","","","","","",-1,-1,-1,"","");		

		Menu3_1_4_4=new Array("Prace statutowe w roku 2004","pracestatutowe/pracestatut2004.html","",0,22,200,"","","","","","",-1,-1,-1,"","");	

		Menu3_1_4_5=new Array("Prace statutowe w roku 2003","pracestatutowe/pracestatut2003.html","",0,22,200,"","","","","","",-1,-1,-1,"","");	

		Menu3_1_4_6=new Array("Prace statutowe w roku 2002","pracestatutowe/pracestatut2002.html","",0,22,200,"","","","","","",-1,-1,-1,"","");	

		Menu3_1_4_7=new Array("Prace statutowe w roku 2001","pracestatutowe/pracestatut2001.html","",0,22,200,"","","","","","",-1,-1,-1,"","");	

		Menu3_1_4_8=new Array("Prace statutowe w roku 2000","pracestatutowe/pracestatut2000.html","",0,22,200,"","","","","","",-1,-1,-1,"","");	



		Menu3_2=new Array("Publikacje","publikacje.html","",14,22,100,"","","","","","",-1,-1,-1,"left","");
								 
				Menu3_2_1=new Array("Publikacje w roku 2007","publikacje/publ2007.html","",0,22,150,"","","","","","",-1,-1,-1,"","");
					 
				Menu3_2_2=new Array("Publikacje w roku 2006","publikacje/publ2006.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 	

                Menu3_2_3=new Array("Publikacje w roku 2005","publikacje/publ2005.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_4=new Array("Publikacje w roku 2004","publikacje/publ2004.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_5=new Array("Publikacje w roku 2003","publikacje/publ2003.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_6=new Array("Publikacje w roku 2002","publikacje/publ2002.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_7=new Array("Publikacje w roku 2001","publikacje/publ2001.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_8=new Array("Publikacje w roku 2000","publikacje/publ2000.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_9=new Array("Publikacje w roku 1999","publikacje/publ1999.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_10=new Array("Publikacje w roku 1998","publikacje/publ1998.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_11=new Array("Publikacje w roku 1997","publikacje/publ1997.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_12=new Array("Publikacje w roku 1996","publikacje/publ1996.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_13=new Array("Publikacje w roku 1995","publikacje/publ1995.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

                Menu3_2_14=new Array("Publikacje w roku 1994","publikacje/publ1994.html","",0,22,150,"","","","","","",-1,-1,-1,"",""); 

	Menu3_3=new Array("Konferencje","konferencje.html","",0,22,100,"","","","","","",-1,-1,-1,"left","");	

	Menu3_4=new Array("Patenty","patenty.html","",0,22,100,"","","","","","",-1,-1,-1,"left","");

	

Menu4=new Array("Centra innowacyjno-badawcze","centra.html","",6,65,90,"","","","","","",-1,-1,-1,"","");

	Menu4_1=new Array("Centrum Zaawansowanych Technologii ","centra/cenelin.html","",1,22,300,"","","","","","",-1,-1,-1,"left","");	

	Menu4_1_1=new Array("Środowiskowe Laboratorium Oceny Materiałów, Technologii i Wyrobów Elektronicznych","laboratoria/lab_oceny_materialow.html","",0,38,300,"","","","","","",-1,-1,-1,"","");	

	Menu4_2=new Array("Centrum Systemów Teleinformatycznych i Aplikacji Sprzętowych ","produkty/energetyka/onas.html","",0,38,300,"","","","","","",-1,-1,-1,"left","");	

Menu4_3=new Array("Centrum Innowacji Płytek Drukowanych","centra/centrumpldruk.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");

Menu4_4=new Array("Centrum Technik Cieplno-Chemicznych","cieplne.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");

Menu4_5=new Array("Centrum Technologii Próżni","prozniowe.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");

Menu4_6=new Array("Centrum Automatyzacji Procesów","automaty.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");


Menu5=new Array("Produkty i usługi","produkty.html","",16,38,90,"","","","","","",-1,-1,-1,"","");

	Menu5_1=new Array("Automatyka zabezpieczeniowa dla energetyki","produkty/energetyka.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");	

	
	Menu5_1_1=new Array("Seria MUPASZ 7.xx","","",5,25,250,"","","","","","",-1,-1,-1,"","");	
		
		Menu5_1_1_1=new Array("MUPASZ 7.01","produkty/energetyka/produkty/mupasz701.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_1_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_701s.png\>","produkty/energetyka/produkty/mupasz701.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_2=new Array("MUPASZ 7.G1","produkty/energetyka/produkty/mupasz7g1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_2_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_7g1s.png\>","produkty/energetyka/produkty/mupasz7g1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_3=new Array("MUPASZ 7.U1","produkty/energetyka/produkty/mupasz7u1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_3_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_7u1s.png\>","produkty/energetyka/produkty/mupasz7u1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_4=new Array("MUPASZ 7.S1","produkty/energetyka/produkty/mupasz7s1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_4_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_7s1s.png\>","produkty/energetyka/produkty/mupasz7s1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_5=new Array("MUPASZ 7.W1","produkty/energetyka/produkty/mupasz7w1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_1_5_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_7w1s.png\>","produkty/energetyka/produkty/mupasz7w1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu5_1_2=new Array("Seria MUPASZ COMPACT ","","",5,25,250,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_1=new Array("MUPASZ COMPACT W.01/W02","produkty/energetyka/produkty/mupasz_compact_w01w02.html","",1,25,250,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_1_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_compact_w01w02_s.png\>","produkty/energetyka/produkty/mupasz_compact_w01w02.html","",0,60,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_2=new Array("MUPASZ COMPACT W02p","produkty/energetyka/produkty/mupasz_compact_w02p.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_2_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_compact_w02p_s.png\>","produkty/energetyka/produkty/mupasz_compact_w02p.html","",0,60,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_3=new Array("MUPASZ COMPACT W03","produkty/energetyka/produkty/mupasz_compact_w03.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_3_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_compact_w03_s.png\>","produkty/energetyka/produkty/mupasz_compact_w03.html","",0,60,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_4=new Array("MUPASZ COMPACT G01","produkty/energetyka/produkty/mupasz_compact_g01.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_4_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_compact_g01_s.png\>","produkty/energetyka/produkty/mupasz_compact_g01.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_5=new Array("MUPASZ COMPACT 5.Y1","produkty/energetyka/produkty/mupasz_compact_5y1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_2_5_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_5y1_s.png\>","produkty/energetyka/produkty/mupasz_compact_5y1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu5_1_3=new Array("MUPASZ 2021 ST","produkty/energetyka/produkty/mupasz2021.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_3_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_2021st_s.png\>","produkty/energetyka/produkty/mupasz2021.html","",0,56,100,"","","","","","",-1,-1,-1,"","");		

	Menu5_1_4=new Array("MUPASZ 2001GT","produkty/energetyka/produkty/mupasz2001gt.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_4_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_2001gt_s.png\>","produkty/energetyka/produkty/mupasz2001gt.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu5_1_5=new Array("MUPASZ 2000STS","produkty/energetyka/produkty/mupasz2000sts.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_5_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_2000sts_s.png\>","produkty/energetyka/produkty/mupasz2000sts.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu5_1_6=new Array("MUPASZ 2000RTS/RSS","produkty/energetyka/produkty/mupasz2000rts.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_6_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_2000rts_s.png\>","produkty/energetyka/produkty/mupasz2000rts.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu5_1_7=new Array("MUPASZ LTS2","produkty/energetyka/produkty/mupaszlts2.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_7_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mupasz_lts2_s.png\>","produkty/energetyka/produkty/mupaszlts2.html","",0,50,100,"","","","","","",-1,-1,-1,"","");	
			
	Menu5_1_8=new Array("MiZaS 5.E1","produkty/energetyka/produkty/mizas5e1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_8_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mizas5e1_s.png\>","produkty/energetyka/produkty/mizas5e1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_1_9=new Array("MiZaS 5.04","produkty/energetyka/produkty/mizas504.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_9_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/mizas_504_s.png\>","produkty/energetyka/produkty/mizas504.html","",0,50,100,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_1_10=new Array("SPPZ - 21.2","produkty/energetyka/produkty/sppz_212.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_10_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/sppz_212_s.png\>","produkty/energetyka/produkty/sppz_212.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_1_11=new Array("KONCENTRATOR K3000","produkty/energetyka/produkty/koncentrator_k3000.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_11_1=new Array("<img src= "+BaseHref+"\/produkty/energetyka/produkty/grafiki/koncentrator_k3000_s.png\>","produkty/energetyka/produkty/koncentrator_k3000.html","",0,50,100,"","","","","","",-1,-1,-1,"","");	

	Menu5_1_12=new Array("Oprogramowanie ITR","produkty/energetyka/produkty/kosan_itr.html","",3,25,350,"","","","","","",-1,-1,-1,"","");		
	Menu5_1_12_1=new Array("KOSAN ITR","produkty/energetyka/produkty/kosan_itr.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu5_1_12_1_1=new Array("<img src= "+BaseHref+"\produkty/energetyka/produkty/grafiki/kosan_s.jpg\>","produkty/energetyka/produkty/kosan_itr.html","",0,80,100,"","","","","","",-1,-1,-1,"","");	

	Menu5_1_12_2=new Array("DELFiN ITR","produkty/energetyka/produkty/delfin.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	
	Menu5_1_12_3=new Array("FaultViewer","produkty/energetyka/produkty/faultviewer.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	
	

Menu5_2=new Array("Urządzenia cieplno-chemiczne","cieplne.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");
	
	
	
Menu5_3=new Array("Urządzenia i podzespoły próżniowe","prozniowe.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");

Menu5_4=new Array("Automatyka przemysłowa","","",4,22,300,"","","","","","",-1,-1,-1,"left","");

	Menu5_4_1=new Array("Systemy automatyzacji procesów","automaty.html","",0,33,140,"","","","","","",-1,-1,-1,"","");
	
	Menu5_4_2=new Array("Systemy pomiarowo-kontrolne","systemy.html","",0,33,140,"","","","","","",-1,-1,-1,"","");
	
	Menu5_4_3=new Array("Znakowarki","znakowarki.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
	
	Menu5_4_4=new Array("Sitodrukarki","sitodrukarki.html","",0,22,140,"","","","","","",-1,-1,-1,"","");
	
Menu5_5=new Array("Aparatura medyczna","produkty/aparaturamed.html","",4,22,300,"","","","","","",-1,-1,-1,"left","");

		Menu5_5_1=new Array("Inhalator","produkty/aparaturamed/inhalator.html","",0,22,150,"","","","","","",-1,-1,-1,"","");

		Menu5_5_2=new Array("Rejestratory zaburzeń oddychania","produkty/aparaturamed/oddech.html","",0,36,150,"","","","","","",-1,-1,-1,"","");

		Menu5_5_3=new Array("Tremorometr","produkty/aparaturamed/tremorometr.html","",0,22,150,"","","","","","",-1,-1,-1,"","");
		
		Menu5_5_4=new Array("Retinometr","produkty/aparaturamed/retinometr.html","",0,22,150,"","","","","","",-1,-1,-1,"","");



	Menu5_6=new Array("Druty powlekane","produkty/druty.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");	

	Menu5_7=new Array("Materiały i usługi lutownicze","produkty/topniki.html","",2,22,300,"","","","","","",-1,-1,-1,"left","");

		Menu5_7_1=new Array("Materiały lutownicze","produkty/topniki/topnikimat.html","",0,22,200,"","","","","","",-1,-1,-1,"","");	

		Menu5_7_2=new Array("Usługi i analizy kontrolno-pomiarowe i lutownicze","produkty/topniki/topnikiuslugi.html","",0,40,200,"","","","","","",-1,-1,-1,"","");	



	Menu5_8=new Array("Montaż powierzchniowy i płytki drukowane","produkty/montaz.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");

	Menu5_9=new Array("Technologie dla ochrony środowiska","produkty/neutralizacja.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");	

	Menu5_10 =new Array("Usługi dla energetyki","","",3,25,300,"","","","","","",-1,-1,-1,"left","");
		Menu5_10_1 =new Array("Uruchomienia","produkty/energetyka/uruchomienia.html","",0,30,100,"","","","","","",-1,-1,-1,"","");
		Menu5_10_2 =new Array("Szkolenia","produkty/energetyka/szkolenia.html","",0,30,90,"","","","","","",-1,-1,-1,"","");
		Menu5_10_3 =new Array("Badania","","",2,30,90,"","","","","","",-1,-1,-1,"","");
		Menu5_10_3_1 =new Array("Pomiary pola elekromagnetycznego","produkty/energetyka/uslugi/pomiarypolaenerg.html","",0,30,240,"","","","","","",-1,-1,-1,"","");
		Menu5_10_3_2 =new Array("Pomiary wyższych harmonicznych prądów i napięć w rozdzielniach SN i WN","produkty/energetyka/uslugi/pomiary_wyz_har_pradow.html","",0,40,240,"","","","","","",-1,-1,-1,"","");
	
	Menu5_11=new Array("Technika światłowodowa w energetyce","produkty/swiatlow.html","",1,22,300,"","","","","","",-1,-1,-1,"left","");

		Menu5_11_1=new Array("Koncentrator K3000","produkty/energetyka/produkty/koncentrator_k3000.html","",0,22,150,"","","","","","",-1,-1,-1,"","");

 	Menu5_12=new Array("Technologie ultradźwiękowe","produkty/ultradzwieki.html","",4,22,300,"","","","","","",-1,-1,-1,"left","");

 	Menu5_12_1=new Array("Spajarki ultradźwiękowe","produkty/ultradzwieki/spajarki.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

 	Menu5_12_2=new Array("Myjki ultradźwiękowe","produkty/ultradzwieki/myjki.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

 	Menu5_12_3=new Array("Dezintegratory i emulgatory","produkty/ultradzwieki/emulgatory.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

 	Menu5_12_4=new Array("Zastosowania technik ultradźwiękowych","produkty/ultradzwieki/zastosowaniaultra.html","",0,22,250,"","","","","","",-1,-1,-1,"","");



	Menu5_13=new Array("Wiązane magnesy trwałe ze stopów NdFeB","produkty/magnesy.html","",0,22,300,"","","","","","",-1,-1,-1,"left","");	

	

Menu5_14=new Array("Wzorce częstotliwości, generatory i rezonatory kwarcowe","produkty/kwarce.html","",7,40,300,"","","","","","",-1,-1,-1,"left","");

	Menu5_14_1=new Array("Miernik Stężenia NO2 typ MS-1","produkty/kwarce/miernikms1.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

	Menu5_14_2=new Array("Wzorce częstotliwości synchronizowane sygnałem GPS","produkty/kwarce/gengps.html","",0,40,250,"","","","","","",-1,-1,-1,"","");

	Menu5_14_3=new Array("Generatory OCXO","produkty/kwarce/genocxo.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

	Menu5_14_4=new Array("Generatory VCXO","produkty/kwarce/genovcxo.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

	Menu5_14_5=new Array("Generatory TCVCXO","produkty/kwarce/genotcvcxo.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

	Menu5_14_6=new Array("Termometr kwarcowy TK-1","produkty/kwarce/termometrtk1.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

	Menu5_14_7=new Array("Wzmacniacz dystrybucyjny WZD2","produkty/kwarce/wzmacniaczwzd2.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

Menu5_15=new Array("Badanie Jakości i Certyfikacja","","",3,22,300,"","","","","","",-1,-1,-1,"left","");

	Menu5_15_1=new Array("Ośrodek Certyfikacji Wyrobów","ocw.html","",0,22,250,"","","","","","",-1,-1,-1,"","");

	Menu5_15_2=new Array("Laboratorium Badania Jakości i Wzorcowania Wyrobów Elektronicznych","lab.html","",0,40,250,"","","","","","",-1,-1,-1,"","");
	
	Menu5_15_3=new Array("Laboratorium Badawczo-Pomiarowe Techniki Próżni","proznia_lab.html","",0,40,250,"","","","","","",-1,-1,-1,"","");

Menu5_16=new Array("Dział Mechaniczny","javascript:top.location.href=\"doswiadczalny/index.html\"","",0,22,300,"","","","","","",-1,-1,-1,"left","");


Menu6=new Array("Notyfikacja w UE","notyfikacja.html","",0,35,200,"","","","","","",-1,-1,-1,"","");


Menu7=new Array("Wyróżnienia","","",2,22,90,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Nagrody","nagrody.html","",0,22,150,"","","",""	,"","",-1,-1,-1,"left","");

	Menu7_2=new Array("Listy gratulacyjne","listy.html","",0,22,90,"","","","","","",-1,-1,-1,"left","");

Menu8=new Array("Przetargi","","",3,22,90,"","","","","","",-1,-1,-1,"","");

	Menu8_1=new Array("Przetargi publiczne","przetargi.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");

	Menu8_2=new Array("Wyprzedaże","wyprzedaze.html","",0,22,90,"","","","","","",-1,-1,-1,"left","");
	
	Menu8_3=new Array("Zapytania ofertowe","zapytania.html","",0,22,90,"","","","","","",-1,-1,-1,"left","")


Menu9=new Array("Kontakt","kontakt.html","",2,22,90,"","","","","","",-1,-1,-1,"","");

	Menu9_1=new Array("Telefony, e-maile","kontakt.html","",0,22,150,"","","","","","",-1,-1,-1,"left","");	

	Menu9_2=new Array("Lokalizacja","kontakt.html#lokalizacja","",0,22,150,"","","","","","",-1,-1,-1,"left","");	

Menu10=new Array("English","javascript:top.location.href=\"english/indexeng.html\"","tlomenueng.jpg",0,22,200,"","","","","","",-1,-1,-1,"","");

Menu11=new Array("Home","wstep.html","",0,22,200,"","","","","","",-1,-1,-1,"","");
























