/*
*  Highslide site settings
*  DO NOT EDIT. Generated on 2009-04-12 20:29:49 (GMT) by the Highslide Configuration Component 2.0.0
*/

hs.showCredits = false;
hs.graphicsDir = 'plugins/content/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.outlineStartOffset = 3;
hs.outlineWhileAnimating = 2;
hs.loadingOpacity = 0.75;
hs.dimmingOpacity = 0.8;
hs.captionText = 'Copyright © 2008-2009 - TremoloWEB DESIGN<br>Minden jog fenntartva.';
hs.padToMinWidth = false;
hs.padToMinWidth = false;
hs.expandCursor = 'zoomin.cur';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = 'http://highslide.com';
hs.easing = 'easeInQuad';
hs.easingClose = hs.easing;
hs.fullExpandOpacity = 1.0;
hs.marginTop = 10;
hs.marginBottom = 15;
hs.marginLeft = 10;
hs.marginRight = 15;
hs.minHeight = 200;
hs.minWidth = 200;
hs.numberOfImagesToPreload = 5;
hs.transitions = ['expand'];
hs.fullExpandPosition = 'bottom right';
hs.objectLoadTime = 'before';
hs.align = 'center';
hs.anchor = '';
hs.allowSizeReduction = true;
hs.fadeInOut = false;
hs.allowMultipleInstances = true;
hs.allowWidthReduction = false;
hs.allowHeightReduction = true;
hs.blockRightClick = false;
hs.enableKeyListener = true;
hs.dynamicallyUpdateAnchors = true;
hs.useBox = false;
hs.cacheAjax = true;
hs.preserveContent = true;
hs.dragByHeading = true;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.transitionDuration = 500;
hs.expandSteps = 10;
hs.zIndexCounter = 1001;
hs.onDimmerClick = function () { 
   return false;
};
hs.Expander.prototype.onBeforeGetCaption = function(sender)
{
	var ele = document.getElementById( sender.captionId );
	if (ele != null) {
		ele.innerHTML = hs.replaceLang( ele.innerHTML );
	}
	return true;
}
hs.Expander.prototype.onBeforeGetHeading = function(sender)
{
	var ele = document.getElementById( sender.headingId );
	if (ele != null) {
		ele.innerHTML = hs.replaceLang( ele.innerHTML );
	}
	return true;
}
hs.Expander.prototype.onBeforeGetContent = function(sender)
{
	var ele = document.getElementById( sender.contentId );
	if (ele != null) {
		ele.innerHTML = hs.replaceLang( ele.innerHTML );
	}
	return true;
}
hs.Expander.prototype.onBeforeExpand = function (sender) {
	if (this.custom != null
       &&this.custom['overlayId'] != null)
    {
		sender.createOverlay( this.custom );
	}
	return true;
}
