// JavaScript Document

function showImage(adresa)
{
  window.open(adresa,'','width=820, height=620, menubar=no, resizable=yes, scrollbars=no, status=no, toolbar=no','');
}
