function pokaz(bd_warstwa, bd_wszystkie)
	{
		var bd_wszystkie = bd_wszystkie+1;
		if(document.getElementById('sekcja'+bd_warstwa+'').style.display == 'block')
			{
			var bd_zwijacz = 'on';
			//document.getElementById('sekcja'+warstwa+'a').style.display='block';
			}
		else
			{
			document.getElementById('sekcja'+bd_warstwa+'').style.display='block';
			//document.getElementById('sekcja'+warstwa+'a').style.display='none';
			//alert(all);
			for(bd_licznik=1; bd_licznik<bd_wszystkie; bd_licznik++)
				{
				//alert(licznik);
				if (bd_licznik!=bd_warstwa)
					{
					document.getElementById('sekcja'+bd_licznik+'').style.display='none';
					//document.getElementById('sekcja'+licznik+'a').style.display='block';
					}
				}
			}
		if(bd_zwijacz == 'on')
			{
			//document.getElementById('sekcja'+warstwa+'a').style.display = 'block';
			document.getElementById('sekcja'+bd_warstwa+'').style.display = 'none';
			}
	}
function popUp(site, width, height)
	{
	window.open(site,'popup','width='+width+',height='+height+',left=20,top=20,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	}
	
function createFlash(id,width,height,url)
	{
	document.write('<object id="'+id+'" style="width:'+width+'px; height:'+height+'px;" data="'+url+'" type="application/x-shockwave-flash" allowScriptAccess="sameDomain">');
	document.write('	<param name="allowScriptAccess" value="sameDomain" />');
	document.write('	<param name="movie" value="'+url+'">');
	document.write('	<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">');
	document.write('	<param name="wmode" value="transparent">');
	document.write('	<param name="quality" value="high">');
	document.write('	<param name="bgcolor" value="#ffffff">');
	document.write('	<param name="scale" value="noscale">');
	document.write('	<param name="menu" value="false">');
	document.write('</object>');
	

	
	}
function closeTL()
	{
	document.getElementById('topLayer').style.display = "none";
	document.getElementById('pc_fdi').style.display = "block";	
	}
