if(hs) {
	hs.graphicsDir = '/lres/js/highslide/graphics/';

	hs.transitions = ['expand', 'crossfade'];
	hs.align = 'center';
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = 'true';
	hs.cacheAjax=false;
	hs.numberOfImagesToPreload=0;

	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .70,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});

	var OBJ=(typeof(hs.lang) == 'object') ? hs.lang:hs;

	if(OBJ.loadingText)		OBJ.loadingText		= "Lade...";
	if(OBJ.loadingTitle)	OBJ.loadingTitle	= "Klick für Abbruch";
	if(OBJ.focusTitle)		OBJ.focusTitle		= "Klick zum Hervorholen";
	if(OBJ.fullExpandTitle)	OBJ.fullExpandTitle	= "Expandiere zur aktuellen Größe";
	if(OBJ.previousText)	OBJ.previousText	= "Vorheriger";
	if(OBJ.nextText)		OBJ.nextText		= "Nächster";
	if(OBJ.moveText)		OBJ.moveText		= "Verschieben";
	if(OBJ.closeText)		OBJ.closeText		= "Schließen";
	if(OBJ.closeTitle)		OBJ.closeTitle		= "Klicken zum Schließen";
	if(OBJ.resizeTitle)		OBJ.resizeTitle		= "Größe ändern";
	if(OBJ.playText)		OBJ.playText		= "Start";
	if(OBJ.playTitle)		OBJ.playTitle		= "Starte Diashow (Leertaste)";
	if(OBJ.pauseText)		OBJ.pauseText		= "Pause";
	if(OBJ.pauseTitle)		OBJ.pauseTitle		= "Halte Diashow an (Leertaste)";
	if(OBJ.previousTitle)	OBJ.previousTitle	= "Vorheriger (Pfeil links)";
	if(OBJ.nextTitle)		OBJ.nextTitle		= "Nächster (Pfeil rechts)";
	if(OBJ.moveTitle)		OBJ.moveTitle		= "Verschieben";
	if(OBJ.fullExpandText)	OBJ.fullExpandText	= "volle Größe";
	if(OBJ.number)			OBJ.number			= "Bild %1 von %2";
	if(OBJ.restoreTitle)	OBJ.restoreTitle	= "Klicken zum Schließen, Klicken und Ziehen zum Bewegen, Pfeile für vor/zurück";

	if(hs.DoPreloadImages==false)
		hs.removeEventListener(window,'load',hs.preloadImages);
	if(hs.DoPreloadAjax==false)
		hs.removeEventListener(window,'load',hs.preloadAjax);
}

//hs.expandSteps : 10, // number of steps in zoom. Each step lasts for duration/step milliseconds.
//hs.expandDuration : 250, // milliseconds
//hs.restoreSteps : 10,
//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.loadingOpacity : 0.75,
//hs.allowMultipleInstances: true,
//hs.numberOfImagesToPreload : 5,
//hs.outlineWhileAnimating : 2, // 0 = never, 1 = always, 2 = HTML only 
//hs.outlineStartOffset : 3, // ends at 10
//hs.fullExpandPosition : 'bottom right',
//hs.fullExpandOpacity : 1,
//hs.padToMinWidth : false, // pad the popup width to make room for wide caption
//hs.showCredits : true, // you can set this to false if you want
//hs.creditsHref : 'http://highslide.com',
//hs.enableKeyListener : true,
//hs.transitions : [],
//hs.transitionDuration: 500,
//hs.dimmingOpacity: 0, // Lightbox style dimming background
//hs.dimmingDuration: 50, // 0 for instant dimming
//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.
//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.dragByHeading: true,
//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


