// Highslide site settings
// DO NOT EDIT. Generated on 2009-05-21 01:07:54 (GMT) by the Highslide Configuration Component 1.0.3

hs.showCredits = false;
hs.graphicsDir = '/plugins/content/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.outlineStartOffset = 3;
hs.outlineWhileAnimating = true;
hs.captionEval = 'this.thumb.title';
hs.loadingText = 'cargando...';
hs.loadingTitle = 'Click para cancelar';
hs.loadingOpacity = 0.75;
hs.padToMinWidth = false;
hs.focusTitle = 'Click to bring to front';
hs.closeText = 'cerrar';
hs.closeTitle = 'Click para cerrar';
hs.resizeTitle = 'Resize';
hs.moveText = 'mover';
hs.nextText = 'proximo';
hs.previousText = 'anterior';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = 'www.seisdiez.cl';
hs.creditsText = 'Seis Diez';
hs.creditsTitle = 'Go to the Highslide JS homepage';
hs.easing = 'linearTween';
hs.easingClose = hs.easing;
hs.fullExpandOpacity = 1.0;
hs.fullExpandTitle = 'expandir tamaño';
hs.marginTop = 10;
hs.marginBottom = 15;
hs.marginLeft = 10;
hs.marginRight = 15;
hs.minHeight = 200;
hs.minWidth = 200;
hs.numberOfImagesToPreload = 5;
hs.transitions = ['fade', 'expand'];
hs.objectLoadTime = 'before';
hs.fullExpandPosition = 'bottom right';
hs.align = 'center';
hs.anchor = 'auto';
hs.allowSizeReduction = true;
hs.fadeInOut = true;
hs.allowMultipleInstances = false;
hs.allowWidthReduction = false;
hs.allowHeigthReduction = true;
hs.blockRightClick = false;
hs.enableKeyListener = true;
hs.cacheAjax = true;
hs.preserveContent = true;
hs.captionSlideSpeed = 1;
hs.spaceForCaption = 30;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.expandSteps = 10;
hs.zIndexCounter = 1001;
hs.restoreTitle = 'Click para cerrar la imagen, click y arrastre para mover. Use las flechas de su teclado para ver la siguiente imagen.';
hs.onDimmerClick = function () { 
   return false;
};
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;
}