function Change(FullName,Size){ var str=document.getElementById(FullName); str.style.fontSize = Size + "px"; }