function showCard()
{
	var lien = document.getElementById('carte2009');
	showLightbox(lien);
}

addLoadEvent(xshowCard);
