function showPromoMovie()
{
	html = '<table cellpadding=0 cellspacing=0><tr><td><object width="640" height="379" type="application/x-shockwave-flash" data="http://tv.umk.pl/extp/ExtPlayer.swf"><param name="movie" value="http://tv.umk.pl/extp/ExtPlayer.swf"/><param name="allowScriptAccess" value="always" /><param name="flashVars" value="movieID=1249" /></object></td></tr></table><button onclick="hide()"></button>';

	document.getElementById('TL').style.display = 'block';
	document.getElementById('TLF').style.display = 'block';
	document.getElementById('TLF').innerHTML = html;
}

function showPresentation()
{
	html = '<table cellpadding=0 cellspacing=0><tr><td><object id="Patchwork" width="798" height="446" type="application/x-shockwave-flash" data="newsite/gfx/topLayer/patchwork.swf"><param name="movie" value="newsite/gfx/topLayer/patchwork.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#3b3b3b" /><param name="allowScriptAccess" value="sameDomain" /></object></td></tr></table><button onclick="hide()"></button>';

	document.getElementById('TL').style.display = 'block';
	document.getElementById('TLF').style.display = 'block';
	document.getElementById('TLF').innerHTML = html;
}

function hide()
{
	document.getElementById('TLF').innerHTML = '';
	document.getElementById('TLF').style.display = 'none';
	document.getElementById('TL').style.display = 'none';
}

