// Highslide site settings
// DO NOT EDIT. Generated on 2010-04-08 14:51:50 (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.alt';
hs.loadingText = 'Carregamento…';
hs.loadingTitle = 'Clique em cancelar';
hs.loadingOpacity = 0.75;
hs.dimmingOpacity = 0;
hs.padToMinWidth = false;
hs.focusTitle = 'Click para voltar';
hs.closeText = 'Fechar';
hs.closeTitle = 'Click para fechar';
hs.resizeTitle = 'Tamanho';
hs.moveText = 'Mover';
hs.nextText = 'Avançar';
hs.previousText = 'Voltar';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = 'http://www.aiserver.com.br';
hs.creditsText = 'Agência Digital';
hs.creditsTitle = 'Agência Digital';
hs.easing = 'easeInQuad';
hs.easingClose = hs.easing;
hs.objectType = 'ajax';
hs.fullExpandOpacity = 1.0;
hs.fullExpandTitle = 'Click para ampliar';
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 = 'before';
hs.fullExpandPosition = 'bottom right';
hs.align = '';
hs.anchor = '';
hs.allowSizeReduction = true;
hs.fadeInOut = false;
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 = 30;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.expandSteps = 10;
hs.zIndexCounter = 1001;
hs.restoreTitle = 'Você pode Fechar a imagem, mover-se. Use chaves de seta para seguinte e precedente.';
hs.Expander.prototype.onMouseOver = function (sender) { 
   sender.focus();
};
hs.onDimmerClick = function () { 
   return false;
};
hs.registerOverlay(
{
    thumbnailId: null,
    fade: 1,
    overlayId: 'mycustom-overlay',
    position: 'top right',
    hideOnMouseOut: true,
    opacity: 0.8,
    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;
}
