pokazMapke=function(lang,rId){
//alert('mapka');

  var reqD={w:500,h:500}
    var c={x:0,y:0}
	      try{
		      var d={}
		        if(typeof(window.outerHeight)=='number')	{
			        d.w=window.outerWidth;d.h=window.outerHeight;
			        }else{
			        										var	rBody=window.document.getElementsByTagName("body");
										rBody=rBody[0]
			        d.w=rBody.clientWidth;d.h=rBody.clientHeight;
			        }
		        c.x=Math.round(d.w/2-reqD.w/2)
		          c.y=Math.round(d.h/2-reqD.h/2)
		            }catch(e){
		            //alert(e.description)
		            }
					//PokazOverlay();
					//xajax_LadujHtml4l("2528","1041","divContent");

	            var mw=window.open("http://www.zakopanet.pl/mapagoogle/mapazako.php?ikona=strzalka_kmicic&amp;height=500&amp;width=600",
	              true)
	              try{
		              mw.focus();
		              }catch(e){}

					  };