var fDesc=new Array(); fDesc[0] = "A really small utility which lets you change the text of your start button without the need of other third party applications or hacks.

Start Button Changer is a simple program that allows you to change the text on your start button to the text you desire. It is a really helpful program no matter if you want to use it to prank your friends, type in your name, or even fix your start button from a virus."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }