function foto(URL){

var nLanguageID = 1

var HeadTitle = "detail obrázku";
var WindowClose = "zavrit okno";
var PictureLoad = "obrazek se nacita";

if(URL.charAt(0)!="/") {URL = "/"+URL}

var Height_1 = 90;
var Height_2 = 90;
var Height_3 = 60;
var Width_1 = 35;
var Width_2 = 20;
var Width_3 = 50;

	if (navigator.appName == "Netscape")
		{window.open(URL)}
	else
		{
		var msgWindow
		msgWindow = window.open (URL, "_blank", 'leftmargin=0,topmargin=0,marginwidth=0,marginheight=0,toolbar=0,titlebar=0,menubar=0,location=0,scrollbars=1,resizable=0,width=300,height=350,left=10,top=0');
		msgWindow.document.writeln ('<html>');
		msgWindow.document.writeln ('<head>');
		msgWindow.document.writeln ('<title>:. '+HeadTitle+' .:</title>');		
		msgWindow.document.writeln ('<script language="JavaScript">');
		msgWindow.document.writeln ('function loadPicture(path) {imageID = document.all("imagetest"); imageID.innerHTML = "<img onload=ImgSize() id=image src=\'"+path+"\' border=0>";}');
		msgWindow.document.writeln ('function HideSroll() {document.body.style.overflowY="hidden"; document.body.style.overflowX="hidden";}');
		msgWindow.document.writeln ('function ImgSize() {');
		msgWindow.document.writeln ('document.body.style.overflowY="auto"; document.body.style.overflowX="auto";');
		msgWindow.document.writeln ('ImgScan.style.display="none";');
		msgWindow.document.writeln ('if (screen.width <= (image.width+'+Width_1+') && screen.height <= (image.height+'+Height_1+')) {window.resizeTo(screen.width-'+Width_3+',screen.height-'+Height_3+');}');
		msgWindow.document.writeln ('else if (screen.width >= (image.width+'+Width_1+') && screen.height <= (image.height+'+Height_1+')) {window.resizeTo(image.width+'+Width_1+',screen.height-'+Height_3+')}');
		msgWindow.document.writeln ('else if (screen.width <= (image.width+'+Width_1+') && screen.height >= (image.height+'+Height_1+')) {window.resizeTo(screen.width-'+Width_3+',image.height+'+Height_2+')}');
		msgWindow.document.writeln ('else {window.resizeTo(image.width+'+Width_2+',image.height+'+Height_2+');}');
		msgWindow.document.writeln ('}');
		msgWindow.document.writeln ('<' + '/script>');
		msgWindow.document.writeln ('</head>');
		msgWindow.document.writeln ('<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" bgcolor="#000000">');
		msgWindow.document.writeln ('<div id="ImgScan" style="display:block; padding-top:10px; padding-bottom:10px; width:150px; text-align:center; background-color:#000000; color:#ffffff; font-family:Verdana; font-size:11px; position:absolute; top:100px; left:70px;"><b>'+PictureLoad+'</b></div>');
		msgWindow.document.writeln ('<table width="100%" height="100%" border="0"><tr><td align="center" valign="middle" id="imagetest" title="'+WindowClose+'" onclick="window.close();" style="cursor:pointer;"></td></tr></table>');
		msgWindow.document.writeln ('<script language="JavaScript">HideSroll();loadPicture(\''+URL+'\');<' + '/script>');
		msgWindow.document.writeln ('</body>');
		msgWindow.document.writeln ('</html>');
		}
}
