<!--
	function setPageSize(){
		window.parent.pageTargetHeight = site.offsetHeight + 10;
	}
	
	function flash(url,w,h,name) {
	ow=w+40;
	oh=h+150;
	w2=w+20;
	h2=h+40;
	url="swf/" + url + ".swf";
	remote=window.open('', "_blank", "outerWidth="+ow+", outerHeight="+oh+", width="+w2+", height="+h2+", left=100, top=100, scrollbars=1");
	var temp = remote.document;
	temp.write('<html><head><title>'+name+'</title></head><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bottommargin="0"><center><br><embed src="'+url+'" width="'+w+'" height="'+h+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed><br><p align="right"><a href="javascript:window.close()"><font color="black" size="2" family="verdana">Zavřít okno</font></a> &nbsp; &nbsp; </p></body></html>');
	temp.close;
	}
// -->