function flash(id, w, h) {
	document.getElementById(id).innerHTML = '<object class="l" type="application/x-shockwave-flash" data="' + id + '.swf" width="' + w + '" height="' + h + '" id="f' + id + '" ><param name="movie" value="' + id + '.swf" /></object>';
	
}
function ow(p, o) {
	xx = screen.width/2-300;
	window.open("obrazok.php?subor="+p+"&nadpis="+o , "picture" , "toolbar=no, width=475, height=500, directories=no, status=0, menubar=no, top=1, left="+xx);
}