

function show_toplayer_banner ( bannerId, width, height, source )
{

    var odsuniecie_lewe = (screen.width/2)-362;
    document.write("<div id='toplayer_banner' style='position: absolute; top: 10%; left: "+odsuniecie_lewe+"px; width: "+width+"px; height: "+height+"px; display: none; border: 1px solid #CBCBCB; z-index: 500;'></div>");

    var elm = document.getElementById("toplayer_banner");
    if (elm) {
	elm.style.display = "block";
	elm.innerHTML = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" id=\""+width+"x"+height+"\" width="+width+" height="+height+">" +
	"<param name=\"movie\" value=\""+source+"?click=/link/"+bannerId+"\">" +
	"<param name=\"bgcolor\" value=\"#FFFFFF\">" +
	"<param name=\"quality\" value=\"high\">" +
	"<param name=\"allowscriptaccess\" value=\"samedomain\">" +
	"<embed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" name=\""+width+"x"+height+"\" width=\""+width+"\" height=\""+height+"\" src=\""+source+"?click=/link/"+bannerId+"\" bgcolor=\"#FFFFFF\" quality=\"high\" allowscriptaccess=\"samedomain\">" +
	"<noembed></noembed></embed></object>";
    }
}

function hide_toplayer_banner()
{
  var elm = document.getElementById("toplayer_banner");
  if (elm) { elm.style.display = "none"; }

}

function ZamknijPopup()
{
    var elm = document.getElementById("toplayer_banner");
    if (elm) { elm.style.display = "none"; }
}
