
								<!--
								function ShowInfo(Lista) {
									if (Lista.options[Lista.selectedIndex].value == "Polska") {
									    document.getElementById("woj").style.display = "";
									 }else {
									    document.getElementById("woj").style.display = "none";
									 }
								}
								function ShowInfo2(Lista) {
									if (Lista.options[Lista.selectedIndex].value == "Polska") {
	 								    document.getElementById("wojew").style.display = "";
									     document.getElementById("state").style.display = "none";
									 }else {
									    document.getElementById("wojew").style.display = "none";
									     document.getElementById("state").style.display = "";
									 }
								}

								function miniaturka(id){
								id="a"+id;
									document.getElementById(id).style.display = "";
								}
								function miniaturkaoff(id){
								id="a"+id;
									document.getElementById(id).style.display = "none";								
								}
								-->	
