/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/earth1612/highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
//hs.captionEval = 'this.a.title';
hs.preserveContent = false;
hs.forceAjaxReload = true;

//hs.Expander.prototype.onAfterGetContent = function(sender){
//	setTimeout("toogle.map();", 2000);
//}