function blbe(meno,x,y)
{
var okno=window.open('','okno','width='+x+',height='+y+',resizble=0,menubar=0,toolbar=0,left=10,top=10,directories=0,location=0,scroolbars=0,copyhistory=0,status=1');
okno.document.open();
okno.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">\n<head>\n<meta http-equiv="content-language" content="cs" />\n<meta http-equiv="content-type" content="text/html; charset=utf-8" />\n<link rel="stylesheet" href="styly/layout.css" type="text/css" media="screen" />\n<title>zoom fotky</title>\n</head>\n<body style="padding:0;">');
okno.document.writeln('<img src="'+meno+'" title="Zavřít okno!" alt="Zavřít okno!" onClick="window.close()" class="ma fl-n sb1 point"');
okno.document.writeln('</body>\n</html>');
okno.document.close();
}


      function bar(url){
      wasOpen  = false;
      win = window.open(url);
      return (typeof(win)=='object')?true:false;
      }

