/*  Copyright Heinz Schau  |  www.grupodta.com
 * --------------------------------------------
 *  modified highslide configuration
 *  overwrite defaults
 *  HINT: for all expander!
 *  some options can overwrite in expander call directly    
 */


    hs.graphicsDir = 'dtahighslide/graphics/';

    hs.outlineType = 'rounded-white';
//    hs.outlineType = 'drop-shadow';
//    hs.outlineWhileAnimating = false;


    hs.outlineWhileAnimating = true;
    hs.showCredits = false;

    hs.allowMultipleInstances = false;

    hs.enableKeyListener = false;
    hs.allowHeightReduction = true;
    hs.preserveContent = false; //!!WICHTIG!! Preserve changes made to the content and position of HTML popups.

    hs.align = 'center';  
//  hs.align = 'auto';  


//hs.fullExpandOpacity = 0.5;
//hs.dimmingOpacity = 0.75;
//hs.allowWidthReduction = true;
//hs.objectLoadTime = 'before'; // Load iframes 'before' or 'after' expansion.
//hs.cacheAjax = true; // Cache ajax popups for instant display. Can be overridden for each popup.
    
