var	ortIndicator,
	tagIndicator,
	multipleLocations = false,
	buttonSlide,
	tagSlide,
	tagTimer,
	slideUpTags = true,
	optionTimer = false,
	boxTimer,
	mouseOverLockForHS,
	FxStyle = false,
	FxStyleOpt = false;

if(hs == null || hs == undefined) var hs = {};
hs.expandDuration = 100;
hs.restoreDuration = 100;
hs.showCredits = false;
hs.allowMultipleInstances = false;
hs.dragByHeading = true;
hs.graphicsDir = '/style/highslide/image/';
hs.width = 800;
hs.height = 520;
hs.allowSizeReduction = true;
hs.closeTitle = 'Klicken um das Fenster zu schliessen';
hs.closeText = '';
hs.dimmingOpacity = 0.75;
hs.dimmingDuration = 125;
//if(hs.Expander != null && hs.Expander != undefined) hs.Expander.prototype.onMouseOut = function (sender) { if(!mouseOverLockForHS) sender.close(); }