var phototitle='Prohlížeč obrázků';

var height=screen.height;var width=screen.width;
var leftpos=width/2-94/2;var toppos=height/2-75/2; 

function openImage(file,jazyk){
view=window.open('about:blank','WIN','scrollbars=no,status=no,toolbar=no,resizable=no,location=no,menu=no,width=89,height=69,left='+leftpos+',top='+toppos);
file=escape(file.replace(/ /g,'+'));
view.document.writeln('<html><head><title>'+phototitle+'</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1250\"><sc'+'ript>');
view.document.writeln('document.onkeydown=keyhandler;function keyhandler(){switch(window.event.keyCode){case 0x1b:self.close();break;case 0x20:self.close();break;}}');
view.document.writeln('function resize(){document.all.thepic2.style.display="";var pic=document.images.thepic;if(eval(pic).height){var name = navigator.appName;if (name == "Microsoft Internet Explorer"){myHeight=eval(pic).height+29;myWidth=eval(pic).width+10;}else{myHeight=eval(pic).height+9;myWidth=eval(pic).width;}');
view.document.writeln('tmp=0;maxwidth=(screen.availWidth-50);maxheight=(screen.availHeight-50);if(myWidth>maxwidth){myWidth=maxwidth;tmp=1;}if(myHeight>maxheight){myHeight=maxheight;myWidth+=17;}if(tmp==1){myHeight+=17;}');
view.document.writeln('var height = screen.height;var width = screen.width;var leftpos = width / 2 - myWidth / 2;var toppos = height / 2 - myHeight / 2; self.moveTo(leftpos, toppos);self.resizeTo(myWidth,myHeight);}}');
view.document.write('</sc'+'ript></head><body bgcolor="\#000000\" scroll=no topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0 style=\"background-image: url('+jazyk+'/images/bgphoto.gif); background-repeat: no-repeat;\"><img id=thepic2 src=\"images/foto/'+file+'\" border=0 name=thepic style="display:none; cursor:hand;" onclick= "window.close();" onabort="this.style.display=\'\';" onerror="this.style.display=\'\';" onload="resize();" alt=\"Zavřít okno\"></body></html>');
view.history.go(0);
view.focus();
}