﻿var hs;
hs.align = 'center';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.objectLoadTime = 'after';
hs.transitions = ["expand", "crossfade"];
    hs.addSlideshow({
        interval: 5000,
        repeat: false,
        useControls: true,
        fixedControls: 'fit',
        repeat: true,
        overlayOptions: {
            opacity: .75,
            position: 'bottom center',
            hideOnMouseOut: false
        }
    });

// 1dde4dcb12c73caf0909b430a38bf205

hs.graphicsDir = '/library/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.captionEval = 'this.thumb.title';
hs.showCredits = false;

//hs.Expander.prototype.onAfterExpand = function(sender) {
//if (sender.id = 'GmapPanel') {
//    document.getElementById(GmapIframe).width = '700px';
//    document.getElementById(GmapIframe).height = '500px';
//    }
//}
//hs.Expander.prototype.onBeforeClose = function(sender) {
//    if (sender.id = 'GmapPanel') {
//        document.getElementById(GmapIframe).width = '0px';
//        document.getElementById(GmapIframe).height = '0px';
//    }
//}