function doneEditPage()
{
  location.reload();
}

function doneEditFile()
{
  location.reload();
}

function gallery(articleID, activePictureID, width, height)
{
  windows_NewWindow(rpa+'galeria/?ID='+articleID+'&AID='+activePictureID, '', width, height, 0, 1);
}
