o provato con questa modifica:

function staff(dato, x){
var ElStaff=document.getElementById(dato);
if(x==0){
ElStaff.style.display="block";
}
x++;
ElStaff.style.filter="alpha(opacity="+x+")";
if(x<100){
setTimeout("staff("+dato+", "+x+")", 10000);
}
}

...

ma niente
come devo fareeeeeeeeeeee