function MM_openBrWindow(theURL, winName, w, h, scrollbars) 
{ 
	LeftPosition=(screen.width)?(screen.width-w)/2:100;
	TopPosition=(screen.height)?(screen.height-h)/2:100;

	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrollbars+',location=no,directories=no,status=0,menubar=no,toolbar=no,resizable=no';
	URL = theURL;
	var popup_window = window.open("", winName, settings);	  	
	popup_window.document.write('<html><head><title>www.zkusteto.cz</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
	popup_window.document.write('<style type="text/css"><!-- body {	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }	--></style>');
	popup_window.document.write('</head><body>');
	popup_window.document.write('<a href="#" target="_blank" onClick="window.open(\'http://www.zkusteto.cz/\',\'_blank\',\'fullscreen=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes\');return false;"><img src="' + URL + '" width="' + w + '" height="' + h + '" border="0"></a>');	  
	popup_window.document.write('</body></html>');
	popup_window.focus();
}

/*alert(\'window.opener = \'+window.opener.name);this.target=window.opener;window.close();*/
