function image_velky(id, width, height)
{
  window.open('image_velky.php?image_id='+id, '', 'width='+width+',height='+height+',scrollbars=yes');
  return false;
}
