/* -----------------------------------------------------------------------------
  GALLY 
  Template for Piwigo
  ------------------------------------------------------------------------------
  file: gally/gallyjs-msg.js
  file release: 1.1.0
  ------------------------------------------------------------------------------
  author: grum at grum.dnsalias.com
  << May the Little SpaceFrog be with you >>
  ------------------------------------------------------------------------------
  JS for dialog boxes management

  see the release_notes.txt file for more informations
----------------------------------------------------------------------------- */

function closeDiv(id)
{
  $("#"+id).attr("innerHTML", "");
}
