function zmien(co, naco){
	document.getElementById(co).style.background = 'url(images/'+naco+')';
}

function zdjecie(ktore){
	document.getElementById('image').style.background = 'url(images/menu_zdjecia/'+ktore+'.jpg)';
}

function galeria(id, zdjecie){
	if(zdjecie != null)
		document.getElementById(id).innerHTML = '<img src="'+zdjecie+'" alt="" />';
	else
		document.getElementById(id).innerHTML = '<p class="srodek" style="font-weight: bold; font-size: 15px; margin-top: 170px;">Koniec.</p>';
}

function wylacz_flasz(){
	document.getElementById('flasz').innerHTML = '';
}

function wlacz_flasz(){
	document.getElementById('flasz').innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="player" style="height: 250px; width: 160px; float: left; margin-right: 3px;" align="middle"><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="movie" value="player.swf" /><param name="quality" value="high" /><embed src="player.swf" name="player" wmode="transparent" quality="high" style="height: 250px; width: 160px;" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
}
