function kep(a) {
  document.open();

  document.write("<html><head><title>" + a + "</title><link href='main.css' rel='StyleSheet' type='text/css'/></head>");
  document.write("<body bgcolor='#94C0FF'><center>");
  document.write("<img src='" + a + "'/>");
  document.write("<br/><br/><a href='javascript:history.back()'>Vissza</a>");
  document.write("</center></body></html>");

  document.close();
}
