	hs.registerOverlay({	thumbnailId: null,	overlayId: 'my-overlay',	position: 'top left',	hideOnMouseOut: true,	opacity: 1,	relativeTo: 'diaporama',	width : '896px'});		hs.allowMultipleInstances = false;	hs.blockRightClick = true;	hs.wrapperClassName = 'no-move no-expand videoflash';	hs.captionEval = 'this.thumb.alt';	hs.width = 896;	hs.height = 470;	hs.targetX = 'align: center'; // the target  	hs.targetY = 'diaporama'; // follow the scrolling	hs.dimmingOpacity = 0.85;   	hs.onDimmerClick = function() {      return false;   }// Prevent closing when click on image	hs.Expander.prototype.onBeforeClose = function (sender) {	return true;	}// always use this with flash, else the movie will be stopped on close:	hs.preserveContent = false;	hs.dimmingGeckoFix = true;	/*hs.swfOptions = {		version:			  "7",		expressInstallSwfurl: null,		flashvars: {backcolor: 000000, frontcolor: 'ffffff', lightcolor: 555555, screencolor: 660020, stretching: 'fill'},		params: {allowscriptaccess: 'always', allowfullscreen: 'true', vmode: 'transparent'},		attributes: {width: 640, objectWidth: 640, objectHeight: 500, maincontentText: 'You need to upgrade your Flash player'}	};*/				// Add the controlbar	if (hs.addSlideshow) hs.addSlideshow({		interval: 5000,		repeat: false,		useControls: true,		fixedControls: 'fit',		overlayOptions: {			opacity: 1,			position: 'bottom right', /* was 'top right', changed to 'bottom rihgt' */			offsetX: -40,			offsetY: 20,			relativeTo: 'diaporama',			hideOnMouseOut: false							},		thumbstrip: {			position: 'bottom center',			mode: 'horizontal',			relativeTo: 'diaporama',			offsetY: 75		}	});