 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// 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="rgb(229,229,229)";			// Background color when mouse is not over
	var HighBgColor="lightblue";			// Background color when mouse is over
	var FontLowColor="black";			// Font color when mouse is not over
	var FontHighColor="blue";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// 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=0;				// 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="middle";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.1;			// 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=0;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref= "http://www.energetyka.itr.org.pl/";
//"file:///c:/strona_www/strona_ITR/robocza/produkty/energetyka/";		//
	// 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+"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=1;			// 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 BuildOnDemand=1;			// 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=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=1;			// 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=75)";

	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" 

//Menu1=new Array("rollover?"+BaseHref+"aliesmll.jpg?"+BaseHref+"appies.jpg","file.htm","",1,100,100,"","","","","","",-1,-1,-1,"","Own text entered");
//	Menu1_1=new Array("Example 1_1","file.htm","",0,20,100,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");



Menu1=new Array("O Instytucie","wstep.html","",7,30,125,"","","","","","",-1,-1,-1,"","");

	Menu1_1=new Array("Historia","historia.html","",0,30,150,"","","","","","",-1,-1,-1,"","");

	Menu1_2=new Array("Zakres działalności","onas.html","",0,30,150,"","","","","","",-1,-1,-1,"","");

	Menu1_3=new Array("Nasza oferta","oferta.html","",0,30,150,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("Badania i Atesty","badania_i_atesty.html","",0,30,150,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("Gwarancja i Serwis","gwarancje.html","",0,30,150,"","","","","","",-1,-1,-1,"","");
	Menu1_6=new Array("Polityka Jakości","politykajakosci.html","",0,30,150,"","","","","","",-1,-1,-1,"","");
Menu1_7=new Array("Strona główna Instytutu","javascript:top.location.href=\"http://www.itr.org.pl\"","",0,30,150,"","","","","","",-1,-1,-1,"","");


Menu2=new Array("Oferta","","",2,30,125,"","","","","","",-1,-1,-1,"","");
	Menu2_1 =new Array("Produkty","","",14,25,150,"","","","","","",-1,-1,-1,"","");	
	
	Menu2_1_1=new Array("Seria MUPASZ X10","","",2,25,250,"","","","","","",-1,-1,-1,"","");	
		
		Menu2_1_1_1=new Array("MUPASZ 710","produkty/710.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_1_1_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/710mini.gif\>","produkty/710.html","",0,65,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_1_2=new Array("MUPASZ 810 Extreme","produkty/810.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_1_2_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/810mini.gif\>","produkty/810.html","",0,65,100,"","","","","","",-1,-1,-1,"","");	

	Menu2_1_2=new Array("Seria MUPASZ 7.xx","","",7,25,250,"","","","","","",-1,-1,-1,"","");	
		
		Menu2_1_2_1=new Array("MUPASZ 7.01","produkty/mupasz701.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_1_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_701s.png\>","produkty/mupasz701.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_2=new Array("MUPASZ 7.G1","produkty/mupasz7g1.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_2_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_7g1s.png\>","produkty/mupasz7g1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_3=new Array("MUPASZ 7.U1","produkty/mupasz7u1.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_3_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_7u1s.png\>","produkty/mupasz7u1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_4=new Array("MUPASZ 7.S1","produkty/mupasz7s1.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_4_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_7s1s.png\>","produkty/mupasz7s1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_5=new Array("MUPASZ 7.W1","produkty/mupasz7w1.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_5_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_7w1s.png\>","produkty/mupasz7w1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_6=new Array("MUPASZ 7.R1","produkty/mupasz7r1.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_6_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_7r1_s.png\>","produkty/mupasz7r1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_7=new Array("AUTOMAT SZR 7.A1/7.A2","produkty/automat_szr_7a1a2.html","",1,25,270,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_2_7_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/szr_s.png\>","produkty/automat_szr_7a1a2.html","",0,56,100,"","","","","","",-1,-1,-1,"","");
		
		Menu2_1_3=new Array("Seria MUPASZ COMPACT ","","",5,25,250,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_1=new Array("MUPASZ COMPACT W.01/W02","produkty/mupasz_compact_w01w02.html","",1,25,250,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_1_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_compact_w01w02_s.png\>","produkty/mupasz_compact_w01w02.html","",0,60,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_2=new Array("MUPASZ COMPACT W02p","produkty/mupasz_compact_w02p.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_2_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_compact_w02p_s.png\>","produkty/mupasz_compact_w02p.html","",0,60,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_3=new Array("MUPASZ COMPACT W03","produkty/mupasz_compact_w03.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_3_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_compact_w03_s.png\>","produkty/mupasz_compact_w03.html","",0,60,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_4=new Array("MUPASZ COMPACT G01","produkty/mupasz_compact_g01.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_4_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_compact_g01_s.png\>","produkty/mupasz_compact_g01.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_5=new Array("MUPASZ COMPACT 5.Y1","produkty/mupasz_compact_5y1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_3_5_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_5y1_s.png\>","produkty/mupasz_compact_5y1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu2_1_4=new Array("MUPASZ 2021 ST","produkty/mupasz2021.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_4_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_2021st_s.png\>","produkty/mupasz2021.html","",0,56,100,"","","","","","",-1,-1,-1,"","");		

	Menu2_1_5=new Array("MUPASZ 2001GT","produkty/mupasz2001gt.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_5_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_2001gt_s.png\>","produkty/mupasz2001gt.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu2_1_6=new Array("MUPASZ 2000STS","produkty/mupasz2000sts.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_6_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_2000sts_s.png\>","produkty/mupasz2000sts.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu2_1_7=new Array("MUPASZ 2000RTS/RSS","produkty/mupasz2000rts.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_7_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_2000rts_s.png\>","produkty/mupasz2000rts.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	

	Menu2_1_8=new Array("MUPASZ LTS2","produkty/mupaszlts2.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_8_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mupasz_lts2_s.png\>","produkty/mupaszlts2.html","",0,50,100,"","","","","","",-1,-1,-1,"","");	
			
	Menu2_1_9=new Array("MiZaS 5.E1","produkty/mizas5e1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_9_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mizas5e1_s.png\>","produkty/mizas5e1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
		
	Menu2_1_10=new Array("MiZaS 5.C1","produkty/mizas5c1.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_10_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mizas_5c1_s.png\>","produkty/mizas5c1.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
	
	Menu2_1_11=new Array("MiZaS 5.04","produkty/mizas504.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_11_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/mizas_504_s.png\>","produkty/mizas504.html","",0,50,100,"","","","","","",-1,-1,-1,"","");	
	
	Menu2_1_12=new Array("SPPZ - 21.2","produkty/sppz_212.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_12_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/sppz_212_s.png\>","produkty/sppz_212.html","",0,56,100,"","","","","","",-1,-1,-1,"","");	
	
	Menu2_1_13=new Array("KONCENTRATOR K3000","produkty/koncentrator_k3000.html","",1,25,350,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_13_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/koncentrator_k3000_s.png\>","produkty/koncentrator_k3000.html","",0,50,100,"","","","","","",-1,-1,-1,"","");	

	Menu2_1_14=new Array("Oprogramowanie ITR","produkty/kosan_itr.html","",3,25,350,"","","","","","",-1,-1,-1,"","");		
	Menu2_1_14_1=new Array("KOSAN ITR","produkty/kosan_itr.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_14_1_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/kosan_s.jpg\>","produkty/kosan_itr.html","",0,80,100,"","","","","","",-1,-1,-1,"","");	

	Menu2_1_14_2=new Array("DELFiN ITR","produkty/delfin.html","",1,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_1_14_2_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/delfin_mikr.gif\>","produkty/delfin.html","",0,80,100,"","","","","","",-1,-1,-1,"","");	
	
	Menu2_1_14_3=new Array("FaultViewer","produkty/faultviewer.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
	Menu2_1_14_3_1=new Array("<img src= "+BaseHref+"\/produkty/grafiki/fault1_s.jpg\>","produkty/faultviewer.html","",0,80,100,"","","","","","",-1,-1,-1,"","");	
		
Menu2_2 =new Array("Usługi","","",3,25,100,"","","","","","",-1,-1,-1,"","");
		Menu2_2_1 =new Array("Uruchomienia","uruchomienia.html","",0,30,100,"","","","","","",-1,-1,-1,"","");
		Menu2_2_2 =new Array("Szkolenia","szkolenia.html","",0,30,90,"","","","","","",-1,-1,-1,"","");
		Menu2_2_3 =new Array("Badania","","",2,30,90,"","","","","","",-1,-1,-1,"","");
		Menu2_2_3_1 =new Array("Pomiary pola elekromagnetycznego","/uslugi/pomiarypolaenerg.html","",0,30,250,"","","","","","",-1,-1,-1,"","");
		Menu2_2_3_2 =new Array("Pomiary wyższych harmonicznych prądów i napięć w rozdzielniach SN i WN","/uslugi/pomiary_wyz_har_pradow.html","",0,40,250,"","","","","","",-1,-1,-1,"","");

		
Menu3=new Array("Referencje","","",2,70,125,"","","","","","",-1,-1,-1,"","");

	Menu3_1=new Array("Nagrody","nagrody.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	
	Menu3_2=new Array("Klienci","klienci.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	

// Menu5=new Array("Wiedza","under.html","",0,30,111,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Kontakt","kontakt.html","",2,30,125,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Telefony, e-maile","kontakt.html","",0,30,150,"","","","","","",-1,-1,-1,"","");	

	Menu4_2=new Array("Lokalizacja","kontakt.html#lokalizacja","",0,30,150,"","","","","","",-1,-1,-1,"","");	

Menu5=new Array("Do Pobrania","","",5,30,125,"","","","","","",-1,-1,-1,"","");

	Menu5_1=new Array("Instrukcje","instrukcje.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Karty Katalogowe","karty_katalogowe.html","",0,25,90,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Certyfikaty","certyfikaty.html","",0,25,90,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Oprogramowanie","oprogramowanie.html","",0,25,90,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Dokumenty serwisowe","dokumenty_serwisowe.html","",0,25,150,"","","","","","",-1,-1,-1,"","");

Menu6=new Array("Wydarzenia","aktualnosci.html","",0,50,125,"","","","","","",-1,-1,-1,"","");

Menu7=new Array("Galeria","galeria.html","",6,38,125,"","","","","","",-1,-1,-1,"","");

	Menu7_1=new Array("Expopower 2009","/grafiki/galeria/targi_expopower2009/index.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu7_1_1=new Array("<img src= "+BaseHref+"\/grafiki/galeria/targi_expopower2009/mini.jpg\>","/grafiki/galeria/targi_expopower2009/index.html","",0,66,100,"","","","","","",-1,-1,-1,"","");

Menu7_2=new Array("Energetab 2008","/grafiki/galeria/targi_energetab2008/index.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu8_2_1=new Array("<img src= "+BaseHref+"\/grafiki/galeria/targi_energetab2008/mini.jpg\>","/grafiki/galeria/targi_energetab2008/index.html","",0,66,100,"","","","","","",-1,-1,-1,"","");

	Menu7_3=new Array("Energetab 2007","/grafiki/galeria/targi_energetab_2007.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu8_3_1=new Array("<img src= "+BaseHref+"\/grafiki/galeria/energetab_2007/mini.jpg\>","/grafiki/galeria/targi_energetab_2007.html","",0,66,100,"","","","","","",-1,-1,-1,"","");	
	Menu7_4=new Array("Energetab 2006","/grafiki/galeria/targi_energetab_2006.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu8_4_1=new Array("<img src= "+BaseHref+"\/grafiki/galeria/targi_energetab_092006_mrup_mkosyra/img_2466_s.jpg\>","/grafiki/galeria/targi_energetab_2006.html","",0,66,100,"","","","","","",-1,-1,-1,"","");	
	Menu7_5=new Array("Anadyr 2005","/grafiki/galeria/czukotka_anadyr_2005.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu8_5_1=new Array("<img src= "+BaseHref+"\/grafiki/galeria/czukotka_miasto_anadyr_2005_mrup_agacek/czukotka_2004_337_s.jpg\>","/grafiki/galeria/czukotka_anadyr_2005.html","",0,66,100,"","","","","","",-1,-1,-1,"","");		
	Menu7_6=new Array("Olchon 2005","/grafiki/galeria/olchon_na_j_bajkal_2005.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu8_6_1=new Array("<img src= "+BaseHref+"\/grafiki/galeria/olchon_na_j_bajkal_jchudor_2005/img_9213_s.jpg\>","/grafiki/galeria/olchon_na_j_bajkal_2005.html","",0,66,100,"","","","","","",-1,-1,-1,"","");		
	Menu7_7=new Array("Jakucja 2004","/grafiki/galeria/jakucja_kopalnie_diamentow_2004.html","",1,25,150,"","","","","","",-1,-1,-1,"","");	
		Menu8_7_1=new Array("<img src= "+BaseHref+"\/grafiki/galeria/jakucja_kopalnie_diamentow_2004_jchudor_mrup/obraz_133_s.jpg\>","/grafiki/galeria/jakucja_kopalnie_diamentow_2004.html","",0,66,100,"","","","","","",-1,-1,-1,"","");		