// Highslide article specific settings
// DO NOT EDIT. Generated on 2009-06-01 07:51:47 (GMT) by the Highslide Configuration Component 1.0.2

hs.showCredits = false;
hs.graphicsDir = '/traiteur/plugins/content/highslide/graphics/';
hs.outlineType = 'rounded-black';
hs.outlineStartOffset = 3;
hs.outlineWhileAnimating = false;
hs.captionEval = 'this.thumb.title';
hs.loadingText = 'Chargement...';
hs.loadingTitle = 'Cliquer pour annuler';
hs.loadingOpacity = 0.75;
hs.dimmingOpacity = 0.5;
hs.padToMinWidth = false;
hs.focusTitle = 'Cliquer pour mettre au 1er plan';
hs.closeText = 'Fermer';
hs.closeTitle = 'Cliquer pour fermer';
hs.resizeTitle = 'Redimensionner';
hs.moveText = 'Déplacer';
hs.nextText = 'Suivant';
hs.previousText = 'Précédent';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = 'http://vikjavev.no/highslide/';
hs.creditsText = 'Réalisé par <i>Highslide JS</i>';
hs.creditsTitle = 'Lien sur le site de Highslide JS homepage';
hs.easing = 'easeInQuad';
hs.easingClose = hs.easing;
hs.fullExpandOpacity = 1.0;
hs.height = 500;
hs.width = 500;
hs.fullExpandTitle = 'Cliquer pour afficher la taille réélle';
hs.marginTop = 80;
hs.marginBottom = 80;
hs.marginLeft = 10;
hs.marginRight = 15;
hs.minHeight = 200;
hs.minWidth = 200;
hs.numberOfImagesToPreload = 5;
hs.transitions = ['expand'];
hs.objectLoadTime = 'before';
hs.fullExpandPosition = 'bottom right';
hs.align = 'center';
hs.anchor = '';
hs.allowSizeReduction = true;
hs.fadeInOut = true;
hs.allowMultipleInstances = true;
hs.allowWidthReduction = false;
hs.allowHeigthReduction = false;
hs.blockRightClick = false;
hs.enableKeyListener = true;
hs.cacheAjax = false;
hs.preserveContent = false;
hs.captionSlideSpeed = 1;
hs.spaceForCaption = 30;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.expandSteps = 10;
hs.zIndexCounter = 1001;
hs.restoreTitle = 'Cliquer=Fermer - Cliquer-glisser=Déplacer - Clavier: Flèche gauche=Précédent - Flèche droite=Suivant';
hs.Expander.prototype.onAfterExpand = function (sender, e) {
	if (this.custom != null
       &&this.custom['overlayId'] != null)
    {
		sender.createOverlay( this.custom );
	}
}
hs.Expander.prototype.onInit = function (sender, e)
{
	if (this.custom != null
	   &&this.custom['swffile'] != null
	   &&this.swfObject == null
	   )
	{
		this.swfObject = new SWFObject( this.custom['swffile']
		                              , this.custom['swfobjectId']
		                              , this.custom['swfwidth']
		                              , this.custom['swfheight']
		                              , this.custom['swfversion']
		                              , this.custom['swfbgcolor']
									  );
		this.swfObject.addParam('wmode', 'transparent' );
	}
	return true;
}