﻿window.onload=creationGalerie;function creationGalerie(){var d=document.getElementById("mini-galerie"),b=d.getElementsByTagName("a"),c=document.getElementById("grande_photo");for(var a=0;a<b.length;++a)b[a].onclick=function(){c.src=this.href;return false}}