/* Galeriepopups */

hs.graphicsDir = '/images/';
hs.restoreCursor = "zoomout.cur";
hs.expandSteps = 10;
hs.expandDuration = 2;
hs.restoreSteps = 10;
hs.restoreDuration = 2;
hs.allowMultipleInstances = true;
hs.hideThumbOnExpand = false;
hs.captionSlideSpeed = 0;
hs.outlineWhileAnimating = true;
hs.outlineStartOffset = 3;
hs.marginLeft = 10;
hs.marginRight = 35;
hs.marginTop = 10;
hs.marginBottom = 35;
hs.numberOfImagesToPreload = 5;
hs.zIndexCounter = 1001;
hs.fullExpandIcon = 'fullexpand.gif';
hs.fullExpandTitle = 'Hier klicken um Orginalgröße anzusehen';
hs.restoreTitle = 'Auf das Bild klicken um das Fenster zu schliessen, Bild gedrückt halten um das Fenster zu verschieben.';
hs.focusTitle = 'Click to bring to front';
hs.loadingText = 'Bitte warten, dein Bild wird geladen...';
hs.loadingTitle = 'Schliessen';
hs.loadingOpacity = 0.75;
hs.showCredits = false;
hs.creditsText = 'Powered by <i>Highslide JS</i>';
hs.creditsHref = 'http://vikjavev.no/highslide/';
hs.creditsTitle = 'Go to the Highslide JS homepage';
hs.enableKeyListener = true;

hs.anchor = 'auto';
hs.align = 'auto';
hs.targetX = null;
hs.targetY = null;
hs.captionId = null;
hs.captionTemplateId = null;
hs.slideshowGroup = null;
hs.spaceForCaption = 30;
hs.minWidth = 350;
hs.minHeight = 350;
hs.allowSizeReduction = true;
hs.outlineType = 'bc-layer';
hs.wrapperClassName = null;

hs.objectLoadTime = 'after';
window.onload = function() {
    hs.preloadImages();
}

