hs.graphicsDir = 'javascripts/highslide_graphics/';
hs.outlineType = 'rounded-white';
hs.restoreTitle = 'Mit den Pfeiltasten der Tastatur kannst du durch die Soundchecks navigieren.';
hs.loadingText = 'laden...';
hs.loadingTitle = 'Klicke zum Abrechen';
hs.expandDuration = 150;
hs.restoreDuration = 150;
hs.showCredits = false;
hs.creditsText = 'zur CD Rezension';
hs.creditsHref = 'http://www.sound7.de/soundcheck.php';
hs.creditsTitle = 'Gehe zur SOUND7.DE CD-Rezension';
hs.restoreCursor = 'hand'; // necessary for preload
hs.dimmingOpacity = 0;
hs.allowMultipleInstances = false;
// hs.targetX = 'flash_content_soundcheck 230px'; // 20px to the right of the target
// hs.targetY = null; // follow the scrolling

// remove the registerOverlay call to disable the controlbar
hs.registerOverlay(
{
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
	}
);

hs.Expander.prototype.onMouseOut = function () {
	this.close();
}
hs.Expander.prototype.onBlur = function () {
	this.close();
}

hs.Expander.prototype.onImageClick = function (sender) {
	document.location.href = hs.getExpander().custom.target_page;
}