function ablak(kep,x,y){
  var xpoz=Math.round((screen.width-x)/2);
  var ypoz=Math.round((screen.height-y)/2);

   gya = eval("window.open('', '', 'top="+ypoz+",left="+xpoz+",resizable=no,scrollbars=no,width="+x+",height="+y+"')");
   gya.document.writeln("<html>");
   gya.document.writeln("<head>");
   gya.document.writeln("<title>.: Balatoni Hajózási RT. :.</title>");
   gya.document.writeln("</head>");
   gya.document.writeln("<body topmargin=0 leftmargin=0>");
   gya.document.writeln("<img src='" + kep + "'>");
   gya.document.writeln("</body>");
   gya.document.writeln("</html>");
}
