hs.graphicsDir = '/de/video/graphics/';
hs.numberOfImagesToPreload = 0;
hs.showCredits = false;
hs.preserveContent = false;
hs.align = 'center';
hs.allowMultipleInstances = false;
hs.fadeInOut = false;
hs.headingText = 'F.Huhn & Sohn GmbH';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';
hs.height = 335;
hs.width = 515;
hs.objectWidth = 520;
hs.objectHeight = 288;
hs.objectType = 'iframe';
hs.dimmingOpacity = 0.5;
hs.allowSizeReduction = false;
hs.Expander.prototype.onBeforeExpand = function() {
  $.ajax({
    url : '/de/video/countVideo.php',
    data : 'type=' + this.custom.type,
    async: true
  });
}
