// JavaScript Document
// remove the registerOverlay call to disable the close button
hs.registerOverlay({
	overlayId: 'closebutton',
	position: 'top right',
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


hs.graphicsDir = 'http://www.thepaperexchange.org/includes/js/highslide/graphics/';
hs.captionEval = 'this.thumb.alt';
hs.showCredits = false;
hs.preserveContent = false;
hs.cacheAjax = false;
//hs.maxWidth = 400;
hs.Expander.prototype.getCacheBinding = function() { return null; }

