function get_pict_info(pict_id, target, func)
{
  $.getJSON("modules/galleries/get_pict_info.php?pid=" + pict_id + "&target=" + target, func);
}
