// Highslide site settings
// DO NOT EDIT. Generated on 2011-11-01 16:49:18 (GMT) by the Highslide Configuration Component 1.0.3

hs.showCredits = false;
hs.graphicsDir = '/plugins/content/highslide/graphics/';
hs.outlineType = '';
hs.outlineStartOffset = 3;
hs.outlineWhileAnimating = false;
hs.captionEval = 'this.thumb.title';
hs.loadingText = 'Carregando...';
hs.loadingTitle = 'Click em cancelar';
hs.loadingOpacity = 0.75;
hs.dimmingOpacity = 0;
hs.captionText = 'Hestia';
hs.padToMinWidth = false;
hs.focusTitle = 'Click tpara voltar';
hs.contentId = 'highslide-html-9';
hs.closeText = 'Fechar';
hs.closeTitle = 'Click para Fechar';
hs.resizeTitle = 'Tamanho';
hs.moveText = 'Mover';
hs.nextText = 'Proximo';
hs.previousText = 'Anterior';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = 'http://www.aiserver.com.br';
hs.creditsText = 'by <i>AI</i>';
hs.creditsTitle = 'Acesse';
hs.easing = 'easeInQuad';
hs.easingClose = hs.easing;
hs.objectType = 'ajax';
hs.fullExpandOpacity = 1.0;
hs.height = 600;
hs.width = 550;
hs.fullExpandTitle = 'Tamanho real';
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.objectLoadTime = 'after';
hs.fullExpandPosition = 'top right';
hs.align = 'center';
hs.anchor = '';
hs.allowSizeReduction = true;
hs.fadeInOut = true;
hs.allowMultipleInstances = true;
hs.allowWidthReduction = true;
hs.allowHeigthReduction = true;
hs.blockRightClick = true;
hs.enableKeyListener = true;
hs.cacheAjax = true;
hs.preserveContent = false;
hs.captionSlideSpeed = 1;
hs.spaceForCaption = 20;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.expandSteps = 10;
hs.zIndexCounter = 1001;
hs.restoreTitle = 'Click para fechar a imagem, Click e arraste para mover-se. Use setas para seguinte.';
hs.onDimmerClick = function () { 
   return false;
};
hs.registerOverlay(
{
    thumbnailId: null,
    fade: 1,
    overlayId: 'mycustom-overlay',
    position: 'top right',
    hideOnMouseOut: true,
    opacity: 0.6,
    useOnHtml: false
});
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;
}
