<!--
	function showFoto(file) {
        var NewWin = window.open('','FotoGalery','toolbar=0,location=0,menubar=0,status=0,top=50,left=50,resizable=1,scrollbars=1');
        with (NewWin.document) {
          write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
          write('<html xmlns="http://www.w3.org/1999/xhtml" lang="sk" xml:lang="en">');
          write('<head><title>Fotografia</title><link rel="stylesheet" type="text/css" href="./style/showfoto.css" /></head><body>');
          write('<a href="javascript:window.close();" title=""><img src="./'+file+'" alt="" /><br />Kliknutím okno zavriete.<br />Haga click, ventana se cerrara.</a>');
          write('</body></html>');
          close();
        }      
  }
	function showFotoOne(file,IDaction,IDrealty,IDfoto) {
        var NewWin = window.open('','FotoGalery','toolbar=0,location=0,directories=0,menubar=0,status=1,top=50,left=50,resizable=1,scrollbars=0,fullscreen=0');
        with (NewWin.document) {
          write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
          write('<html xmlns="http://www.w3.org/1999/xhtml" lang="sk" xml:lang="en">');
          write('<head><title>Fotografia</title><link rel="stylesheet" type="text/css" href="./style/showfoto.css" /></head><body onload="javascript:window.resizeTo(photo.width+25, photo.height+110);">');
          write('<a href="javascript:window.close();" title=""><img name="photo" src="./'+file+'?ida='+IDaction+'&id='+IDrealty+'&idf='+IDfoto+'" alt="" /><br />Kliknutím okno zavriete.<br />Haga click, ventana se cerrara.</a>');
          write('</body></html>');
          close();
        }      
  }  	
  function showFotoFile(file) {
        var NewWin = window.open('','FotoGalery','toolbar=0,location=0,directories=0,menubar=0,status=1,top=50,left=50,resizable=1,scrollbars=1,fullscreen=0');
        with (NewWin.document) {
          write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
          write('<html xmlns="http://www.w3.org/1999/xhtml" lang="sk" xml:lang="en">');
          write('<head><title>Fotografia</title><link rel="stylesheet" type="text/css" href="./style/showfoto.css" /></head><body onload="javascript:window.resizeTo(photo.width+40, photo.height+120);">');
          write('<a href="javascript:window.close();" title=""><img name="photo" src="./photos/'+file+'" alt="" /><br />Kliknutím okno zavriete.<br />Haga click, ventana se cerrara.</a>');
          write('</body></html>');
          close();
        }      
  }  
-->  