var x =0; function b(){x++;document.all.a.style.fontSize=x+'px';if(x<250){setTimeout("b()", 3);}}
