// JavaScript Document
  window.addEvent('domready', function(){
      SLBW = new SexyLightBox({color:'white', find:'sexywhite'});
  });
<!--
function MM_setTextOfLayer(objId,x,newText) { //v9.0
  with (document) if (getElementById && ((obj=getElementById(objId))!=null))
    with (obj) innerHTML = unescape(newText);
}
//-->
function showErnesto(){
	document.getElementById("ernesto").style.backgroundPosition = "top left";
	}
function hideErnesto(){
	document.getElementById("ernesto").style.backgroundPosition = "top right";
	}
function showErnestoPortrait(){
	document.getElementById("face").style.backgroundImage = "url(images/200217_Ernesto.png)";	
}

function showSon(){
	document.getElementById("son").style.backgroundPosition = "top left";
	}
function hideSon(){
	document.getElementById("son").style.backgroundPosition = "top right";
	}
function showSonPortrait(){
	document.getElementById("face").style.backgroundImage = "url(images/200217_Son.png)";
}

function showThomas(){
	document.getElementById("thomas").style.backgroundPosition = "top left";
	}
function hideThomas(){
	document.getElementById("thomas").style.backgroundPosition = "top right";
	}
function showThomasPortrait(){
	document.getElementById("face").style.backgroundImage = "url(images/200217_Thomas.png)";
}

function showPaul(){
	document.getElementById("paul").style.backgroundPosition = "top left";
	}
function hidePaul(){
	document.getElementById("paul").style.backgroundPosition = "top right";
	}
function showPaulPortrait(){
	document.getElementById("face").style.backgroundImage = "url(images/200217_Paul.png)";
}

function showJeanp(){
	document.getElementById("jeanp").style.backgroundPosition = "top left";
	}
function hideJeanp(){
	document.getElementById("jeanp").style.backgroundPosition = "top right";
	}
function showJeanpPortrait(){
	document.getElementById("face").style.backgroundImage = "url(images/200217_Jean-Philippe.png)";

}
	
function showJan(){
	document.getElementById("jan").style.backgroundPosition = "top left";
	}
function hideJan(){
	document.getElementById("jan").style.backgroundPosition = "top right";
	}	
function showJanPortrait(){
	document.getElementById("face").style.backgroundImage = "url(images/200217_Jan.png)";
}

function showGuillermo(){
	document.getElementById("guillermo").style.backgroundPosition = "top left";
	}
function hideGuillermo(){
	document.getElementById("guillermo").style.backgroundPosition = "top right";
	}	
function showGuillermoPortrait(){
	document.getElementById("face").style.backgroundImage = "url(images/200217_Guillermo.png)";
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
<!--
function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_effectAppearFade(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}

//-->
