function imgopen(pict, winName, features) {
okno = window.open('', winName, features); 
dok = okno.window.document; 
dok.write('<html><head><title>XIV Memorial of Emanuel Lasker</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href="javascript:close();" title="close this window"><img src="../zdjecia/'+pict+'.jpg" border="0" alt="click to close"/></a></body></html>');
dok.close(); 
okno.focus();
}
function imgopen2(pict, winName, features) {
okno = window.open('', winName, features); 
dok = okno.window.document; 
dok.write('<html><head><title>XIV Memorial of Emanuel Lasker</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href="javascript:close();" title="close this window"><img src="../zdjecia/'+pict+'.JPG" border="0" alt="click to close"/></a></body></html>');
dok.close(); 
okno.focus();
}

function imgtxt(pict, winName, features, tekst) {
okno = window.open('', winName, features); 
dok = okno.window.document; 
dok.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2"><title>XIV Memorial of Emanuel Lasker</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><p style="text-align: center; font-family: verdana, helvetica, sans-serif; font-size: 12px; padding: 5px; margin: 0;" >'+tekst+'</p><a href="javascript:close();" title="close this window"><img src="../zdjecia/'+pict+'.jpg" border="0" alt="click to close"/></a></body></html>');
dok.close(); 
okno.focus();
}

function showPic (whichpic) {
 if (document.getElementById) {document.getElementById('placeholder').src = whichpic.href;
  if (whichpic.title) {document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
  } else {document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
  }
  return false;
 } else {
  return true;
 }
}
