
function show_rekl_demo_swf(s)
{
	var c = '<div align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="340">	<param name="movie" value="'+ s +'" />	<param name="quality" value="high" />	<param name="menu" value="false" />	<param name="wmode" value="" />	<embed src="'+ s +'" wmode="" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="340"></embed></object></div>';
	var w = window.open('','', 'resizable=no,scrollbars=no,menubar=0,toolbar=0,status=0,location=0,width=510,height=345');
	w.document.writeln('<html><head><title>Ukážka reklamného formátu</title><link rel="stylesheet" type="text/css" href="/css/popup.css" /><meta http-equiv="Content-Type" content="text/html; charset=windows-1250" /></head>');
	w.document.writeln('<body onLoad="self.focus()">'+ c +'</body></html>');
	return false;
}

function show_rekl_demo_video(s)
{
	var c = '<div align="center" style="padding: 4px 0px 0px 0px;"><iframe src="'+ s +'" width="642" height="390" scrolling="no" frameborder="0"></iframe></div>';
	var w = window.open('','', 'resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no,width=650,height=410');
	w.document.writeln('<html><head><title>Ukážka reklamného formátu</title><link rel="stylesheet" type="text/css" href="/css/popup.css" /><meta http-equiv="Content-Type" content="text/html; charset=windows-1250" /></head>');
	w.document.writeln('<body onLoad="self.focus()">'+ c +'</body></html>');
	return false;
}
