$(document).ready(function() {
  $('#CommentFormLayer').hide();
  $('.plus').show();
  $('.minus').hide();
});

$(function() {
  $('a.lightbox').lightBox();
});

function popup_PO(URL, secs, ww, wh) {
  var handle = window.open('about:blank', 'newwindow', 'scrollbars=no,resizable=no,width='+ww+',height='+wh+',left=0,top=0');
  handle.document.open();
  handle.document.write('<html><head><title>Obrazok 100%</title></head><body bgColor="#ffffff"><center><img src="'+URL+'" title="Natisnuti, kob začyniti..." alt="Natisnuti, kob začyniti..." onclick="window.close();" /></center></body></html>');
  handle.document.close();
  if (secs > 0) setTimeout('handle.close()', 1000 * secs);
}

function popup_EN(URL, secs, ww, wh) {
  var handle = window.open('about:blank', 'newwindow', 'scrollbars=no,resizable=no,width='+ww+',height='+wh+',left=0,top=0');
  handle.document.open();
  handle.document.write('<html><head><title>Image 100%</title></head><body bgColor="#ffffff"><center><img src="'+URL+'" title="Click to close..." alt="Click to close..." onclick="window.close();" /></center></body></html>');
  handle.document.close();
  if (secs > 0) setTimeout('handle.close()', 1000 * secs);
}
