/* AUTEUR: ANTEOS */
/* Mise à jour Septembre 2003 */
<!-- Begin
var number_of_images=5;
var speed=1;
var step=1;
var whichimage=1;
function slideit(){
if (!document.images)
return;
if (document.all)
slide.filters.blendTrans.apply();
document.images.slide.src=eval("image"+step+".src");
if (document.all)
slide.filters.blendTrans.play();
whichimage=step;
if (step<number_of_images)
step++;
else
step=1;
if (document.all)
setTimeout("slideit()",speed*1000+3000);
else
setTimeout("slideit()",speed*1000);
}
function slidelink(){
if (whichimage==1)
window.location="anteos100.htm";
else if (whichimage==2)
window.location="anteos100.htm";
else if (whichimage==3)
window.location="anteos100.htm";
else if (whichimage==4)
window.location="anteos100.htm";
else if (whichimage==5)
window.location="anteos100.htm";
}
//  Fin du script -->