// gallery kérés kezelőfunkciója
requestHandlers['galleryView'] = function (element,data) {
  element.galleryView(data);
}
