var thissize=10


var textcolor= new Array()
textcolor[0]="EEEEEE"
textcolor[1]="DDDDDD"
textcolor[2]="CCCCCC"
textcolor[3]="AAAAAA"
textcolor[4]="888888"
textcolor[5]="666666"
textcolor[6]="555555"
textcolor[7]="444444"
textcolor[8]="333333"
textcolor[9]="222222"
textcolor[10]="111111"
textcolor[11]="000000"

var editotitre = new Array()
var editotexte = new Array()

document.write("<script language='JavaScript' src='edito/editovar.js'></script>");

var i_blurstrength=30
var i_variableedito=0
var i_textcolor=0

function editodef() {		
if(document.all) {
if (i_blurstrength >=-2) {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1} 
texteedito.innerHTML="<span id='blurpit1' style='visibility:visible;width:520px;top:0px;left:5px;filter:blur(add=0,strength="+i_blurstrength+",direction=90);'><b>"+editotitre[i_variableedito]+"</b> "+editotexte[i_variableedito]+"</span>";
document.close()
i_blurstrength=i_blurstrength-2
i_textcolor++
var timer=setTimeout("editodef()",10)
}
else {
if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
texteedito.innerHTML="<span id='blurit1' style='visibility:visible;width:520px; top:0px;left:5px;filter:blendTrans(duration=4.2);'><b>"+editotitre[i_variableedito]+"</b> "+editotexte[i_variableedito]+"</span>";

i_variableedito++
if (i_variableedito>=editotitre.length){i_variableedito=0}
i_blurstrength=30
i_textcolor=0
setTimeout("editodef()",4000)
}
}	 
}
document.write("<div  id='texteedito'></div>");

editodef(); 

