/* SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT http://www.editeurjavascript.com */ link = "http://avenir-ensemble.voila.net/index.html"; if (document.all) { X = document.body.clientWidth; Y = document.body.clientHeight-50; } else { X = window.innerWidth; Y = window.innerHeight-50; } document.write('\n'); a = 1; b=0; textotab = new Array; textotab[0] = 'Bienvenue sur le site'; textotab[1] = 'Avenir - Ensemble'; textotab[2] = '*'; function AnimTexto() { if(a < 45) { texto = ""+textotab[b]+"" if (document.layers) { document.texto1.document.texto2.document.write(texto) document.texto1.document.texto2.document.close() } else if (document.getElementById) document.getElementById("texto3").innerHTML=texto; else if (document.all) texto3.innerHTML=texto; a++; tempoEJS = setTimeout("AnimTexto()", 1) } else { if(b < (textotab.length)-1) { a = 1; b++; tempoEJS = setTimeout("AnimTexto()", 100); } else tempoEJS = setTimeout("document.location.href=link", 700); } } document.write('Passer l\'intro'); window.onload = AnimTexto;
"+textotab[b]+"