// JavaScript Document
function velke_foto(theURL,winName,features,popiska,zdroj) { //v2.0
 theURL=theURL.toString();
b = window.open(theURL,winName,features);
var d = b.document;
  d.open();
  d.write('<title>Horoskopy - ' + popiska + '</title><link href="styl.css" rel="stylesheet" type="text/css"><body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" ><table width="100%" border="0" cellspacing="0" cellpadding="5"><tr><td height="30" class="bila" bgcolor="#be191d" align="center" style="font-size:0.8em">' + popiska + ' <span style="font-size:70%">' + zdroj + '</span></td></tr></table><a href="JavaScript:onClick=self.close()"><img src="' + winName + '" alt="Zavřít okno" border="0" /></a></body>');
  d.close();	
  }

