// Highslide site settings
// DO NOT EDIT. Generated on 2008-12-18 14:04:29 (GMT) by the Highslide Configuration Component 1.0.3

hs.showCredits = true;
hs.graphicsDir = '/plugins/content/highslide/graphics/';
hs.outlineType = 'drop-shadow';
hs.outlineStartOffset = 3;
hs.outlineWhileAnimating = true;
hs.captionEval = 'this.thumb.alt';
hs.loadingText = 'Cargando...';
hs.loadingTitle = 'Clic para cancelar';
hs.loadingOpacity = 0.75;
hs.dimmingOpacity = 0.5;
hs.padToMinWidth = false;
hs.focusTitle = 'Clic para traer al frente.';
hs.closeText = 'Cerrar';
hs.closeTitle = 'Clic para cerrar';
hs.resizeTitle = 'Redimensionar';
hs.moveText = 'Mover';
hs.nextText = 'Sig.';
hs.previousText = 'Ant.';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = 'http://www.tertuliagames.com.ve';
hs.creditsText = '<i>TertuliaGames.com.ve</i>';
hs.creditsTitle = 'Una nueva cultura en el video juego.';
hs.easing = 'easeInSine';
hs.easingClose = hs.easing;
hs.fullExpandOpacity = 1.0;
hs.fullExpandTitle = 'Expandir';
hs.marginTop = 10;
hs.marginBottom = 10;
hs.marginLeft = 10;
hs.marginRight = 10;
hs.minHeight = 200;
hs.minWidth = 200;
hs.numberOfImagesToPreload = 5;
hs.transitions = ['expand'];
hs.objectLoadTime = 'before';
hs.fullExpandPosition = 'top right';
hs.align = 'center';
hs.anchor = '';
hs.allowSizeReduction = true;
hs.fadeInOut = true;
hs.allowMultipleInstances = true;
hs.allowWidthReduction = false;
hs.allowHeigthReduction = true;
hs.blockRightClick = true;
hs.enableKeyListener = true;
hs.cacheAjax = true;
hs.preserveContent = true;
hs.captionSlideSpeed = 1;
hs.spaceForCaption = 30;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.expandSteps = 20;
hs.zIndexCounter = 1001;
hs.restoreTitle = 'Clic para cerrar, clic y mantener para sujetr y mover. Use las flechas para desplazarse.';
hs.onDimmerClick = function () { 
   return false;
};
hs.Expander.prototype.onBeforeExpand = function(sender, e)
{
	if (document.getElementById('mygallery') == null)
	{
		var div = document.createElement('div');
		div['innerHTML'] = '<div class="controlbar5">  <a href="#" onclick="return hs.previous(this)" title="Ant." class="previous"></a>  <a href="#" onclick="return hs.next(this)" title="Sig." class="next"></a>  <a href="#" onclick="return false" title="Mover" class="highslide-move"></a>  <a href="#" onclick="return hs.close(this)" title="Cerrar" class="close"></a></div>';
		div['id'] = 'mygallery';
		div['className'] = 'highslide-overlay';
		sender.a.appendChild( div );
	}
	return true;
}
hs.Expander.prototype.onCreateOverlay = function(sender, e)
{
    if (e.overlay.innerHTML.indexOf( '{thumbalt}', 0 ) != -1) {
		e.overlay.innerHTML = e.overlay.innerHTML.replace('{thumbalt}', sender.thumb.alt);
	}
    if (e.overlay.innerHTML.indexOf( '{thumbtitle}', 0 ) != -1) {
		e.overlay.innerHTML = e.overlay.innerHTML.replace('{thumbtitle}', sender.thumb.title);
	}
    if (e.overlay.innerHTML.indexOf( '{popuptitle}', 0 ) != -1) {
		e.overlay.innerHTML = e.overlay.innerHTML.replace('{popuptitle}', sender.a.title);
	}
}
hs.registerOverlay(
{
    thumbnailId: null,
    slideshowGroup: 'group1',
    fade: 1,
    overlayId: 'mygallery',
    position: 'top right',
    hideOnMouseOut: true,
    opacity: 1,
    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;
}