// List of parameters that we can't set inline
// CUSTOM PARAMETERS
hs.graphicsDir = '/highslide/graphics/'; //The path to the directory where your graphics are
hs.showCredits = false; //Whether to show a "Powered by..." label in the upper left corner
hs.lang = {
   loadingText :     'In caricamento...',
   loadingTitle :    'Clicca per annullare',
   focusTitle :      'Clicca per portare in avanti',
   fullExpandTitle : 'Espandi alla dimensione originale',
   fullExpandText :  'Dimensione massima',
   previousText :    'Precedente',
   previousTitle :   'Precedente (tasto sinistro)',
   nextText :        'Prossimo',
   nextTitle :       'Prossimo (tasto destro)',
   moveTitle :       'Sposta',
   moveText :        'Sposta',
   closeText :       'Chiudi',
   closeTitle :      'Chiudi (esc)',
   resizeTitle :     'Ridimensiona',
   playText :        'Avvia',
   playTitle :       'Avvia slideshow (barra spaziatrice)',
   pauseText :       'Pausa',
   pauseTitle :      'Pausa slideshow (barra spaziatrice)',
   restoreTitle:     '',
   number:           'Immagine %1 di %2'
};
// DEFAULT PARAMETERS
/*
hs.allowMultipleInstances // Allow more than one popup expander to be open at the same time (true)
hs.blockRightClick // Block right clicking and context menu on the full size image (false)
hs.captionText // A text to use in the caption (null)
hs.creditsHref // The hyperlink reference for the credits label
hs.dimmingDuration // The duration in milliseconds of the fading in and out of the background dimming effect (50)
hs.dimmingGeckoFix // Fix Gecko/Mac bug that causes problems with dimming and Flash (false)
hs.dragSensitivity // How many pixels to drag the full image before it starts moving (5)
hs.enableKeyListener // Listen for keystrokes like left and right arrow to control Highslide (true)
hs.expandCursor // The filename of the cursor that indicates zoom in on the thumbnails ('zoomin.cur')
hs.expandDuration // Defines in milliseconds how long the zoom in effect should take (250)
hs.flushImgSize // Flush IE's cashed image width and height after an image is physically resized (false)
hs.fullExpandOpacity // A float between 0 and 1 giving the opacity of the full expand label (1)
hs.fullExpandPosition // The position of the full expand label relative to the image (bottom right)
hs.lang // The object containing language strings for localisation
hs.loadingOpacity // The opacity of the loading label (0.75)
hs.marginBottom // The expanded image or HTML content never exceeds this bottom margin on the page (15)
hs.marginLeft // The expanded image or HTML content never exceeds this left margin on the page (10)
hs.marginRight // The expanded image or HTML content never exceeds this right margin on the page (15)
hs.marginTop // The expanded image or HTML content never exceeds this top margin on the page (10)
hs.numberOfImagesToPreload // Highslide by default preloads the first 5 images in your page (5)
hs.outlinesDir // The directory within the hs.graphicsDir where the outline pngs are found (outlines/)
hs.outlineStartOffset // When hs.outlineWhileAnimating is true, this defines the starting pixel offset (3)
hs.overrides // Defines which settings of the hs object that will be inherited by the single hs.Expander
hs.padToMinWidth // On narrow images, pad the width of the expander to the minWidth to make room for the caption (false)
hs.restoreCursor // The filename of the cursor that indicates zoom out on the expanded image ('zoomout.cur')
hs.restoreDuration // Equivalent to hs.expandDuration but applies to the closing of the expander (250)
hs.skin // A collection of HTML to be inserted automatically
hs.swfOptions // Advanced options when showing Flash content using hs.contentType = "swf"
hs.thumbnailId // Defines the id of a graphic to expand the image from (null)
hs.transitionDuration // Defines in milliseconds how long the transition effect should take (500)
hs.zIndexCounter // Adjust the z-index to other elements on your page (1001)
*/



