/* Configuration settings for Highslide JS */
		hs.graphicsDir = 'http://www.getresponse.com/images/common/highslide/';
		hs.showCredits = false;
		hs.outlineType = 'custom';
		hs.dimmingOpacity = 0.8;
		hs.fadeInOut = true;
		hs.outlineWhileAnimating = 0;
		hs.easing = 'linearTween';
		hs.expandDuration = 300;
		hs.restoreDuration = 300;

		hs.align = 'center';
		//hs.captionEval = 'this.a.title'; -> Title from <a title="">
		hs.registerOverlay({
			html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
			position: 'top right',
			useOnHtml: true,
			fade: 2 // fading the semi-transparent overlay looks bad in IE
		});