var nmb=0
var numero = 1;
function projo() {
      document.ecran.src = path+diapo[numero];
	  if (diapo[numero].indexOf("../")==0)window.defaultStatus="............   Fin de la séquence";
	  else window.defaultStatus="path=="+path+diapo[numero];
      numero++
      if (numero == nmb)
		{numero = 1;
                time=time1		}
	setTimeout("projo()", time);
}
function panier() {
      this.length = panier.arguments.length
      for (nmb = 0; nmb < this.length; nmb++) this[nmb+1] = panier.arguments[nmb]
	nmb++
}
