") ;
FenDiaporama.document.close() ;
IndexCourant = I ;
EtatAuto = 'Stop' ;
StartStop(I) ;
}
function Html_EntreLignes() {
document.write("
");
Html_EntreImages() ;
document.write("
");
}
function Html_NewLine () {
return("
");
}
function Html_NewLines(n) {
for (i=1; i<=n; i++) {
Html_NewLine();
}
}
function Html_EntreImages() {
document.write("");
}
function Html_Image(I,W,H,Fonction) {
var ImageName = I ;
FichierImage = Images[I] ;
if (Fonction=="StartStop") { ImageName="ImageCourante" ; } ;
document.write("") ;
document.write("");
document.write("");
}