
if (!ruta)
var ruta='../';

hs.graphicsDir = ruta + 'img/highslide/';
hs.restoreCursor = 'zoomout.cur';// necessary for preload
hs.align = 'center';
hs.expandSteps = 10;
// number of steps in zoom. Each step lasts for duration/step milliseconds.
hs.expandDuration = 100;
// milliseconds
hs.restoreSteps = 15;
hs.restoreDuration = 150;
hs.marginLeft = 15;
hs.marginRight = 15;
hs.marginTop = 15;
hs.marginBottom = 15;
hs.zIndexCounter = 1001; // adjust to other absolutely positioned elements

hs.restoreTitle = 'Mantenga el botón izquierdo presionado y arrastre para mover la imagen. Haga clic en la imagen para cerrarla';
hs.loadingText = 'Cargando...';
hs.loadingTitle = 'Haga clic para cancelar la carga';
hs.loadingOpacity = 0.75;
hs.focusTitle = 'Haga clic para seleccionar esta imagen';
hs.allowMultipleInstances= true;
hs.numberOfImagesToPreload = 5;
hs.captionSlideSpeed = 0; // set to 0 to disable slide in effect
hs.padToMinWidth = false; // pad the popup width to make room for wide caption
hs.outlineWhileAnimating = 1; // 0 = never; 1 = always; 2 = HTML only 
hs.outlineStartOffset = 3; // ends at 10
hs.fullExpandTitle = 'Expandir a tamaño real';
hs.fullExpandPosition = 'bottom right';
hs.fullExpandOpacity = 1;
hs.showCredits = false; // you can set this to false if you want
hs.creditsText = 'Powered by <i>Highslide JS</i>';
hs.creditsHref = 'http=//vikjavev.no/highslide/';
hs.creditsTitle = 'Go to the Highslide JS homepage';
hs.enableKeyListener = true;


// HTML extension

hs.previousText = 'Anterior';
hs.nextText = 'Siguiente'; 
hs.moveText = 'Mover';
hs.closeText = 'Cerrar'; 
hs.closeTitle = ''; 
hs.resizeTitle = 'Redimensionar';
hs.allowWidthReduction = false;
hs.allowHeightReduction = true;
// always use this with flash, else the movie will be stopped on close=
hs.preserveContent = false; // Preserve changes made to the content and position of HTML popups.
hs.objectLoadTime = 'before'; // Load iframes 'before' or 'after' expansion.
hs.cacheAjax = true; // Cache ajax popups for instant display. Can be overridden for each popup.

// These settings can also be overridden inline for each image
hs.captionId = null;
hs.spaceForCaption = 30; // leaves space below images with captions
hs.slideshowGroup = null; // defines groups for next/previous links and keystrokes
hs.minWidth = 200;
hs.minHeight = 200;
hs.allowSizeReduction = false; // (CAMBIADO) allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight
hs.outlineType = 'rounded-white'; // set null to disable outlines
hs.wrapperClassName = 'highslide-wrapper'; // for enhanced css-control

