1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
| <img src="image1.jpg" vspace="10" hspace="5" id="big" alt="" title="" style="border:1px solid black"></a>
<br>
<a id=photozoom_1 href="javascript:changeImgAnnonce('image1.jpg','1');">
<IMG alt="" title="" src="image1.jpg" style="border:1px solid black" width="100"></a>
<a href="javascript:changeImgAnnonce('image2.jpg','2');">
<IMG alt="" title="" src="image2.jpg" style="border:1px solid black" width="100"></a>
<a href="javascript:changeImgAnnonce('image3.jpg','3');">
<IMG alt="" title="" src="image3.jpg" style="border:1px solid black" width="100"></a>
<a href="javascript:changeImgAnnonce('image4.jpg','4');">
<IMG alt="" title="" src="image4.jpg" style="border:1px solid black" width="100"></a>
<a href="javascript:changeImgAnnonce('image5.jpg','5');">
<IMG alt="" title="" src="image5.jpg" style="border:1px solid black" width="100"></a>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
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];}}
}
MM_preloadImages('image1.jpg', 'image2.jpg', 'image3.jpg', 'image4.jpg', 'image5.jpg');
function changeImgAnnonce(srcimg,idimg){
var img = document.getElementById('big');
var legende_dest = document.getElementById('legende_ph_base');
var legende_source = document.getElementById('legende_ph_th_'+idimg);
img.src = srcimg;
if( legende_dest && legende_source){
legende_dest.innerHTML = legende_source.innerHTML;
}
}
// -->
</SCRIPT> |