

    // set options selected in the Boxer Highslide JS tab	
    hs.graphicsDir = 'res/graphics/';
    hs.showCredits = false;
    hs.autoplay = false;
    hs.dimmingDuration = 200;
    hs.fadeInOut = false;
    hs.align = 'center';
    
     hs.blockRightClick = false;
    hs.numberOfImagesToPreload = "7";
    
    
        
            hs.easing = "easeOutBack";
            hs.easingClose = "easeInBack";
            
            hs.expandDuration = 250;
            hs.restoreDuration = 250;        
        
    
    // HTML extension for folder, PDF and other popups
    
	hs.width = 768;
    hs.height = 720;
    hs.objectHeight = 700;
    hs.objectWidth = 768;
	hs.minWidth = 200;
    hs.minHeight = 200;
    hs.objectLoadTime = 'after';
    hs.headingEval = 'this.a.name';
    hs.headingOverlay.position = 'top';
    hs.headingOverlay.width = '100%';
    hs.headingOverlay.hideOnMouseOut = false;
// translate text from the Boxer Translate tab
hs.lang = {
   cssDirection:     'ltr',
   loadingTextStyleColorWhite:     "Nacítám...",
   loadingTitle :    "Kliknutím ukoncit",
   focusTitle :      "Click to bring to front",
   fullExpandTitle : "Expand to actual size",
   fullExpandText :  "Expand to actual size",
   creditsTitle :    'Go to the Highslide JS Homepage',
   previousText :    "Previous (left arrow key)",
   previousTitle :   "Previous (left arrow key)",
   nextText :        "Next (right arrow key)",
   nextTitle :       "Next (right arrow key)",
   moveTitle :       "Click and drag to move",
   moveText :        "",
   closeText :       "",
   closeTitle :      "Zavrít",
   resizeTitle :     "Resize",
   playText :        "Play (spacebar)",
   playTitle :       "Play (spacebar)",
   pauseText :       "Pause (spacebar)",
   pauseTitle :      "Pause (spacebar)",
   number :          '%1/%2',
   restoreTitle :    "Levé tlacítko - kliknutím zavrít obrázek, podržením pretáhnout. Pravé tlacítko - kopírování."
};





