

hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.dimmingDuration = 75;  


// Apply your own settings here, or override them in the html file.  
hs.graphicsDir = '/plugins/popup/highslide/graphics/';
hs.restoreCursor = 'zoomout.cur'; // necessary for preload
hs.expandSteps = 25; // number of steps in zoom. Each step lasts for duration/step milliseconds.
hs.expandDuration = 250; // milliseconds
hs.restoreSteps = 25;
hs.restoreDuration = 250;
hs.marginLeft = 15;
hs.marginRight = 15;
hs.marginTop = 15;
hs.marginBottom = 15;
hs.zIndexCounter = 1001; // adjust to other absolutely positioned elements

hs.restoreTitle = 'Klicken, um das Bild zu schließen.\nKlicken & bewegen, um das Bild zu verschieben.\nPfeiltasten, um nächstes/vorheriges Bild anzuzeigen.',
hs.loadingText = 'Laden...';
hs.loadingTitle = 'Klicken um abzubrechen';
hs.loadingOpacity = 0.75;
hs.focusTitle = 'Klicken um Fenster nach vorne zu bringen';
hs.allowMultipleInstances= true;
hs.numberOfImagesToPreload = 5;
hs.captionSlideSpeed = 1; // set to 0 to disable slide in effect
hs.padToMinWidth = false; // pad the popup width to make room for wide caption
hs.outlineWhileAnimating = 2; // 0 = never, 1 = always, 2 = HTML only 
hs.outlineStartOffset = 3; // ends at 10
hs.fullExpandTitle = 'Zur wahren Größe vergrößern';
hs.fullExpandPosition = 'bottom right';
hs.fullExpandOpacity = 1;
hs.showCredits = false; // you can set this to false if you want
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.transitions = [];


// HTML extension

hs.previousText = 'Vorheriges';
hs.nextText = 'Nächstes'; 
hs.moveText = 'Bewegen';
hs.closeText = 'Schließen'; 
hs.closeTitle = 'Zum schließen klicken'; 
hs.resizeTitle = 'Größe anpassen';
hs.allowWidthReduction = false;
hs.allowHeightReduction = true;
hs.preserveContent = true; // Preserve changes made to the content and position of HTML popups.
hs.objectLoadTime = 'before'; // Load iframes 'before' or 'after' expansion.
hs.cacheAjax = true; // Cache ajax popups for instant display. Can be overridden for each popup.

// These settings can also be overridden inline for each image
hs.anchor = 'auto'; // where the image expands from
hs.align = 'auto'; // position in the client (overrides anchor)
hs.targetX= null; // the id of a target element
hs.targetY= null;
hs.captionId = null;
hs.spaceForCaption = 30; // leaves space below images with captions
hs.slideshowGroup = null; // defines groups for next/previous links and keystrokes
hs.minWidth= 200;
hs.minHeight= 200;
hs.allowSizeReduction= true; // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight
hs.outlineType = 'drop-shadow'; // set null to disable outlines
hs.wrapperClassName = 'highslide-wrapper'; // for enhanced css-control


hs.captionEval = 'this.a.title';

hs.swfOptions = {
	version:              "8",
	expressInstallSwfurl: null
};
