function Partner(inx) {

p = new Array();

p[0] = "Brak danych";
p[1] = "<b>WIELKOPOLSKIE - KOMORNIKI<br><br>EL PROTECH Systemy Sp z o.o.</b><br>Tel : +48 61 893 58 00<br><a href='mailto:info@e-systemy.pl'>info@e-systemy.pl</a>";
p[2] = "<b>LUBUSKIE, DOLNO&#346;L&#260;SKIE, OPOLSKIE - G&#321;OG&#211;W<br><br>SAFETY POLSKA Sp. z o.o.</b><br><i>Pawe&#322; Kraszewski</i><br>Tel : +48 76 727 23 21<br>Tel kom: +48 608 074 143<br><a href='mailto:p.kraszewski@safetypolska.pl'>p.kraszewski@safetypolska.pl</a>";
p[3] = "<b>&#346;L&#260;SKIE - JAWORZNO<br><br>JURKPOL Sp. z o.o.</b><br>Tel : +48 32 616 16 94<br><a href='mailto:jurkpol@jurkpol.pl'>jurkpol@jurkpol.pl</a>";
p[4] = "<b>PODKARPACKIE - NOWA SARZYNA<br><br>NS AUTOMATYKA P.P.H.U. Sp. z o.o.</b><br><i>Stanis&#321;aw Sawicki</i><br>Tel : +48 17 240 78 60<br><a href='mailto:s.sawicki@nsautomatyka.com.pl'>s.sawicki@nsautomatyka.com.pl</a>";
p[5] = "<b>LUBELSKIE - LUBLIN<br><br>POCH-REM</b><br><i>In&#380;. Dariusz Pochro&#324;</i><br>Tel : +48 81 444 02 16<br>Tel kom: +48 602 718 328<br><a href='mailto:dp.pochrem@onet.pl'>dp.pochrem@onet.pl</a>";
p[6] = "<b>&#346;WI&#280;TOKRZYSKIE - KIELCE<br><br>P.H.U. GAZ-INSTAL</b><br><i>Jaros&#322;aw Korycki</i><br>Tel : +48 41 348 21 30-32<br>Tel kom: +48 601 500 992";
p[7] = "<b>MAZOWIECKIE - RADOM<br><br>Tekom Technologia Sp z o.o.</b><br>Tel : +48 48 344 60 25<br><a href='mailto:tekom@tekom.pl'>tekom@tekom.pl</a>";
p[8] = "<b>MAZOWIECKIE - OTWOCK<br><br>REG STER</b><br>Tel : +48 22 788 18 17<br><a href='mailto:reg-ster@wp.pl'>reg-ster@wp.pl</a>";
p[9] = "<b>PODLASKIE - BIA&#321;YSTOK<br><br>PRO-GAZ s.c.</b><br>Tel : +48 85 676 06 70<br><a href='mailto:biuro@progaz.bialystok.pl'>biuro@progaz.bialystok.pl</a>";
p[10] = "<b>POMORSKIE, KUJAWSKO-POMORSKIE,<br>WARMI&#323;SKO-MAZURSKIE - GDA&#323;SK<br><br>PRO-SERVICE Północ</b><br>ul. Kolberga 11<br>81-881 Sopot<br><br>Tel. 058 / 351 24 61<br>Fax. 058 / 351 24 16<br>kom. 531 878 372";
p[11] = "<b>ZACHODNIO-POMORSKIE - SZCZECIN<br><br>FIRE STOP Sp. z o.o.</b><br>Tel : +48 91 483 77 21<br><a href='mailto:info@firestop.com.pl'>info@firestop.com.pl</a>";
if ((inx>11) || (inx<0)) { inx = 0; }

document.getElementById('partner').innerHTML = p[inx];

}

function ShowPDF(inx)
{
 pdf = new Array();
 
 pdf[0] = "";
 pdf[1] = "modularPAG-garaze.pdf";
 pdf[2] = "AAG2.pdf";
 pdf[3] = "AAG_oczyszczalnie.pdf";
 pdf[4] = "PAG_PODWOJNE_BEZP_CHLODZENIA.pdf";
 pdf[5] = "ModularPAG-materialy.pdf";
 pdf[6] = "00_PAG_WERSJA_ROZPROSZONA_I_ZINTEGROWANA.pdf";
 
 window.open("/download/"+pdf[inx], "", "width=800px, height=600px, resizable");
}


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);"
}
else
{
	effect = "" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=2			// Follow Scrolling speed
followrate=100			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"676767",				// Mouse Off Font Color
"D1D1D1",				// Mouse Off Background Color
"black",				// Mouse On Font Color
"FFCC00",				// Mouse On Background Color
"D1D1D1",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial,Verdana",		// Font Name
4,						// Menu Item Padding
"../images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
"",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"../images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
221,					// Menu Top - The Top position of the menu in pixels
,				// Menu Left - The Left position of the menu in pixels
80,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"center",		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use


 // taki jest schemat: "Tekst Wy&#346;wietlany w menu", "URL", "Alternatywny URL", "Status", "Separator Bar"
 
,"&nbsp;&nbsp;Firma&nbsp;&nbsp;","show-menu=o_nas",,"",1
,"&nbsp;&nbsp;Gazy&nbsp;&nbsp;","index.php?p=gazy",,"",1
,"&nbsp;&nbsp;Produkty&nbsp;&nbsp;&nbsp;","show-menu=produkty",,"",1
,"&nbsp;&nbsp;Systemy&nbsp;&nbsp;&nbsp;","show-menu=systemy",,"",1
,"&nbsp;&nbsp;Projektanci&nbsp;&nbsp;","show-menu=projektanci",,"",1
,"&nbsp;&nbsp;Us&#322;ugi&nbsp;&nbsp;","show-menu=uslugi",,"",1
,"&nbsp;&nbsp;Sie&#263;&nbsp;&nbsp;","index.php?p=siec",,,1
//,"&nbsp;&nbsp;Sie&#263;&nbsp;&nbsp;","show-menu=siec",,,1
,"&nbsp;&nbsp;Kontakt&nbsp;&nbsp;","show-menu=kontakt",,"",1

])


	addmenu(menu=["gazy_i_opary",
	,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Gazy","show-menu=Gazy",,,1
	,"Opary","show-menu=Opary",,,1
	])
	
	addmenu(menu=["projektanci",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Projekty do adaptacji","index.php?p=projekty",,,1
	,"Instrukcje produkt&#243;w","index.php?p=instrukcje",,,1
	,"Umowa wsp&#243;&#322;pracy","index.php?p=umowa",,,1
	,"Kontakt dla projektant&#243;w","index.php?p=kontakt_proj",,,1
	])
	
	addmenu(menu=["gazy",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Acetylen","acetylen.php",,,1
	,"Amoniak","amoniak.php",,,1
	,"Benzen","benzen.php",,,1
	,"Chlor","chlor.php",,,1
	,"Chlorowod&oacute;r","chlorowodor.php",,,1
//	,"Chlorek Benzylu","chlorek_benzylu.php",,,1
	,"Dwutlenek Azotu","dwutlenek_azotu.php",,,1
	,"Dwutlenek Siarki","dwutlenek_siarki.php",,,1
	,"Dwutlenek W&#281gla","dwutlenek_wegla.php",,,1
	,"Freony","freon.php",,,1
	,"LPG","lpg.php",,,1	
	,"Metan","metan.php",,,1
	,"Octan Etylu","octan_etylu.php",,,1
//	,"Propan","propan.php",,,1
	,"Siarkowod&oacute;r","siarkowodor.php",,,1
	,"Tlen","tlen.php",,,1
	,"Tlenek W &#281;gla","tlenek_wegla.php",,,1
	,"Wod&oacute;r","wodor.php",,,1
	])
	
	addmenu(menu=["opary",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Aceton","aceton.php",,,1
	,"Alkohol Etylowy","alkohol.php",,,1
	,"Benzyna","benzyna.php",,,1
	,"Ksylen","ksylen.php",,,1
	,"Styren","styren.php",,,1
	])
	
	addmenu(menu=["kontakt",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Kontakt","index.php?p=kontakt",,,1
	,"Zapytanie Ofertowe","index.php?p=zapytanie",,,1
	])

	addmenu(menu=["o_nas",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Historia","index.php?p=historia",,,1
	,"Aktualno&#347;ci","show-menu=Aktualnosci",,,1
	,"Referencje","index.php?p=referencje",,,1
	])
	
	addmenu(menu=["aktualnosci",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Nowe produkty","index.php?p=aktualnosci",,,1	
	,"Prasa, reklama, wyr&oacute;&#380;nienia","index.php?p=prasa",,,1
	])

	addmenu(menu=["gazy",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Amoniak","amoniak.php",,,1	
	,"Butan","butan.php",,,1
	,"Chlor","chlor.php",,,1
	,"Cyjanowod&oacute;r","cyjanowodor.php",,,1
	,"Dwutlenek W&#281;gla","wegla2.php",,,1
	,"Freon","freon.php",,,1
	,"Metan","metan.php",,,1
	,"Siarkowod&oacute;r","siarkowodor.php",,,1
	,"tlen","tlen.php",,,1
	,"Tlenek Azotu","azotu.php",,,1
	,"Tlenek Etylenu","etylenu.php",,,1
	,"Tlenek W&#281;gla","wegla.php",,,1
	,"W&#281;glowodory","weglowodory.php",,,1
	])
	
		addmenu(menu=["opary",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Acetylen","acetylen.php",,,1
    ,"Benzyn","acetylen.php",,,1
	,"Cyjanowod&oacute;r","cyjanowodor.php",,,1
	,"Ksylen","ksylen.php",,,1
	,"Opary Alkoholu","opary.php",,,1
		
		])

	addmenu(menu=["produkty",
	,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Stacjonarne Detektory Gaz&oacute;w","show-menu=detektory_",,,1
	,"Przeno&#347;ne Mierniki i Detektory Gaz&oacute;w"
	,"show-menu=mierniki",,,1
	,"Domowe Detektory Gaz&oacute;w","index.php?p=domowe",,,1
	,"Jednostki Centralne","index.php?p=jednostki",,,1
	,"Zawory Samozamykaj&#261;ce i Sygnalizatory","index.php?p=zawory",,,1
	
	])
	
	addmenu(menu=["detektory_",
	,,280,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Detektory w wykonaniu zwyk&#322;ym","index.php?p=detektory",,,1
	,"Detektory w wykonaniu przeciwwybuchowym Ex/ATEX","index.php?p=detektory_atex",,,1

	
	])
	
		addmenu(menu=["systemy",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"PAG - Przemys&#322;owy Alarm Gazowy","javascript:ShowPDF(6);",,,1
	,"Zabezpieczenie Gara&#380;y","javascript:ShowPDF(1);",,,1
	,"Zabezpieczenie Kot&#322;owni","javascript:ShowPDF(2);",,,1
	,"Zabezpieczenie Oczyszczalni","javascript:ShowPDF(3);",,,1
	,"Podw&oacute;jne Bezpiecze&#324;stwo Ch&#322;odzenia Bez Fa&#322;szywych Alarm&oacute;w","javascript:ShowPDF(4);",,,1
	,"Radiowy Alarm Gazowy","index.php?p=radiowy_alarm",,,1
	,"Tele- i Radiopowiadomienie","index.php?p=tele",,,1
	])
	
	addmenu(menu=["systemy-pag",
	,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"ModularPAG","javascript:ShowPDF(5);",,,1
	,"PAG","javascript:ShowPDF(6);",,,1
	])
	
		addmenu(menu=["mierniki",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Najlepsze Dla Instalator&oacute;w","index.php?p=mierniki_instalatorzy",,,1
	,"Eksplozymetry i toksykomierze","index.php?p=mierniki_eksplozymetry",,,1
	,"Ochrony osobiste","index.php?p=mierniki_ochrona",,,1
	])

	
		addmenu(menu=["jednostki",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"PAG-8, PAG-8P, PAG -Wersja Rozproszona","pag_8_8p.php",,,1
	,"multiPAG -Under Construction ","multipag.php",,,1
	,"uniSTER 8Z -8 kana&#322;&oacute;w","unister_8z.php",,,1
	,"EXter 4Z -4 kana&#322;y","exter_4z.php",,,1
	])
		
		addmenu(menu=["peryferia",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"xxx","xxx.php",,,1
	,"xxx","xxx.php",,,1
	])
	
	addmenu(menu=["uslugi",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Instalacje","index.php?p=instalacje",,,1
	,"Serwis","index.php?p=serwis",,,1
	])
	
	
	addmenu(menu=["siec",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Przedstawiciele","index.php?p=pth",,,1
	,"Serwis","index.php?p=as",,,1
	])	
		

	
	
	addmenu(menu=["sprzedaz",
	,,180,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Oferta Handlowa", "oferta.php",,,1
	,"Produkty w&#322;asne", "produkty_wlasne.php",,,1
	,"Produkty przyjaci&oacute;&#322; ", "produkty_przyjaciol.php",,,1
	])
	
dumpmenus()
