aus();
function st1(a,id){
i=a;i+=8;
//document.getElementById(id).style.letterSpacing=i/9;
document.getElementById(id).style.fontSize=i/4;
document.getElementById(id).style.filter='alpha(opacity='+i+')';
if (i<90){setTimeout('st1('+i+','+id+')',1)}return(i)}

function st2(a,id){
i=a;i-=3;
//document.getElementById(id).style.letterSpacing=i/13
document.getElementById(id).style.fontSize=i/3.6
document.getElementById(id).style.filter='alpha(opacity='+i+')';

if (i>50){setTimeout('st2('+i+','+id+')',1)}}
function aus(){
for (z=1;z<=5;z++){
document.getElementById(z).style.filter='alpha(opacity=70)';
document.getElementById(z).style.letterSpacing=2}
}