imgPath = new Array;
if (document.images)
{
i0 = new Image;
i0.src = '/data/elite-optique/slideshow/Elite marron.jpg';
imgPath[0] = i0.src;
i1 = new Image;
i1.src = '/data/elite-optique/slideshow/elite-optique_vitrine.jpg';
imgPath[1] = i1.src;
}
a = 0;
function StartAnim()
{
if (document.images)
{
document.write('<img src="/data/elite-optique/slideshow/Elite marron.jpg" border="1" name="defil"></a>');
defilimg()
}
else
 document.write('<img src="/data/elite-optique/slideshow/Elite marron.jpg" border="1">')
}

function defilimg()
{
if (a == 2 ) a = 0;

if (document.images)
{
document.defil.src = imgPath[a];
setTimeout("defilimg()",2000);
a++;
}
}