var opa=0

function go(){opa+=2

if(document.all && !window.opera){document.getElementById('fondu').style.filter = 'alpha(opacity=' + opa + ');' ;}

else{document.getElementById('fondu').style.opacity = opa/100;}

if(opa>=100){return false;}

setTimeout(go,10);}
