// Kép megjelenítése popupban (fájlnév, szélesség, magasság)
function viewImage(fn) {
  pictureWin = window.open('viewimg.php?fn='+fn, 'picture', 'width=200,height=200,scrollbars=yes,resizable=yes');
  pictureWin.focus();
}
