function vytvorURL(content,c,p, url)
{
  if($.browser.opera) {	h = window.innerHeight;	}else{ h = $(window).height(); };
	if(h<700) height=560; else height=650;
	document.write('<a href="'+url+'/app/ust/main.php?c='+c+'&amp;p='+p+'&amp;h='+height+'&amp;iframe=true&amp;width=930&amp;height='+height+'" rel="prettyPhoto[iframes]">'+content+'</a>');
}	 

function closeApp() {
  location.reload(false);
}
