$(document).ready(function(){

 var new_map='<span class="map"><span class="s1" /><span class="s2" /><span class="s3" /><span class="s4" /><span class="s5" /><span class="s6" /><span class="s7" /><span class="s8" /><span class="s9" /><span class="s10" /><span class="s11" /></span>';
 var new_bg=$("<span>");
 new_bg.addClass("bg");
 $("#polska li a").append(new_map);
 $("#polska li a").append(new_bg);
 
 jQuery("#polska1").mouseover(function() { hideAllPolska(); jQuery("#firmy1").show();});
 
 jQuery("#polska2").mouseover(function() { hideAllPolska(); jQuery("#firmy2").show();});
 
 jQuery("#polska3").mouseover(function() { hideAllPolska(); jQuery("#firmy3").show();});
 
 jQuery("#polska4").mouseover(function() { hideAllPolska(); jQuery("#firmy4").show();});
 
 jQuery("#polska5").mouseover(function() { hideAllPolska(); jQuery("#firmy5").show();});
 
 jQuery("#polska6").mouseover(function() { hideAllPolska(); jQuery("#firmy6").show();});
 
 jQuery("#polska7").mouseover(function() { hideAllPolska(); jQuery("#firmy7").show();});
 
 jQuery("#polska8").mouseover(function() { hideAllPolska(); jQuery("#firmy8").show();});

 jQuery("#polska9").mouseover(function() { hideAllPolska(); jQuery("#firmy9").show();});
 
 jQuery("#polska10").mouseover(function() { hideAllPolska(); jQuery("#firmy10").show();});
 
 jQuery("#polska11").mouseover(function() { hideAllPolska(); jQuery("#firmy11").show();});
 
 jQuery("#polska12").mouseover(function() { hideAllPolska(); jQuery("#firmy12").show();});
 
 jQuery("#polska13").mouseover(function() { hideAllPolska(); jQuery("#firmy13").show();});
 
 jQuery("#polska14").mouseover(function() { hideAllPolska(); jQuery("#firmy14").show();});
 
 jQuery("#polska15").mouseover(function() { hideAllPolska(); jQuery("#firmy15").show();});
 
 jQuery("#polska16").mouseover(function() { hideAllPolska(); jQuery("#firmy16").show();});
});

function hideAllPolska()
{
	jQuery("#firmy1").hide();
	jQuery("#firmy2").hide();
	jQuery("#firmy3").hide();
	jQuery("#firmy4").hide();
	jQuery("#firmy5").hide();
	jQuery("#firmy6").hide();
	jQuery("#firmy7").hide();
	jQuery("#firmy8").hide();
	jQuery("#firmy9").hide();
	jQuery("#firmy10").hide();
	jQuery("#firmy11").hide();
	jQuery("#firmy12").hide();
	jQuery("#firmy13").hide();
	jQuery("#firmy14").hide();
	jQuery("#firmy15").hide();
	jQuery("#firmy16").hide();
}
