$(document).ready(function() {
  $('#divcomments').hide();
  var Y=$(window).height();
  $('#divimages').css('height',Y-50);
});

TopUp.addPresets({
  ".imgbox": {
    group: 0,
    type: "image",
    layout: "flatlook",
    effect: "transform",
    shaded: 1,
    overlayClose: 1,
    readAltText: 1
  }
});
TopUp.images_path = "js/topup/images/top_up/";

