function fotka(adresa)                
                	{
                  okno=window.open("","okno","width=950,height=770");
                  okno.document.write("<style type='text/css'> body {background:#F5F5F5;color:gray;text-align:center;'}</style>");
                  okno.document.write("<h2>BESTA TRADE s.r.o.</h2>"); 
                  okno.document.write("<table height='90%' width='100%' style='vertical-align: middle;text-align:center;'><tr><td><a  href='javascript:window.close()' title='Zavøít'>");  
                	okno.document.write("<img style='border: 1px solid #032A6D ; padding: 2px; background: white;' src='"+adresa+"'>");
                	okno.document.write("</a></td></tr></table>");
                	}       