    hs.graphicsDir = 'http://www.pacificcoastmexico.com/addons/javaimgscroll/highslide/graphics/';
    hs.outlineWhileAnimating = true;
    hs.outlineType = null;
    window.onload = function() {
        hs.preloadImages();
    }

var lat;
var long;
hs.Expander.prototype.onAfterGetCaption = function () {
   this.caption.innerHTML = this.caption.innerHTML.replace("{lat}", this.custom.lat);
   this.caption.innerHTML = this.caption.innerHTML.replace("{long}", this.custom.long);
}

