// Highslide site settings
// DO NOT EDIT. Generated on 2008-10-03 13:34:21 (GMT) by the Highslide Configuration Component 1.0.2

hs.showCredits = e;
hs.graphicsDir = '/plugins/content/highslide/graphics/';
hs.outlineType = '';
hs.outlineWhileAnimating = e;
hs.captionEval = '';
hs.loadingText = '';
hs.padToMinWidth = e;
hs.easingClose = hs.easing;
hs.objectLoadTime = '';
hs.fullExpandPosition = '';
hs.align = '';
hs.anchor = '';
hs.allowSizeReduction = e;
hs.fadeInOut = e;
hs.allowMultipleInstances = e;
hs.allowWidthReduction = e;
hs.allowHeigthReduction = e;
hs.blockRightClick = e;
hs.enableKeyListener = e;
hs.cacheAjax = e;
hs.preserveContent = e;
hs.Expander.prototype.onAfterExpand = function (sender, e) {
	if (this.custom != null
       &&this.custom['overlayId'] != null)
    {
		sender.createOverlay( this.custom );
	}
}
hs.Expander.prototype.onInit = function (sender, e)
{
	if (this.custom != null
	   &&this.custom['swffile'] != null
	   &&this.swfObject == null
	   )
	{
		this.swfObject = new SWFObject( this.custom['swffile']
		                              , this.custom['swfobjectId']
		                              , this.custom['swfwidth']
		                              , this.custom['swfheight']
		                              , this.custom['swfversion']
		                              , this.custom['swfbgcolor']
									  );
		this.swfObject.addParam('wmode', 'transparent' );
	}
	return true;
}