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;
}

	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '560',
			'height', '140',
			'src', 'animace',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'animace',
			'bgcolor', '#ffffff',
			'name', 'animace',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'animace',
			'salign', ''
			); //end AC code
	}
