var fDesc=new Array(); fDesc[0] = "Need to do some simple code changes on your software programs? Tired of using other programs which are bloated up with too many features? Use Free Text Pad.
Its Fast and Free!
Our software can help you open many different types of files. These include, but are not limited to the following, .html , .php , .asp , .css and many more.
You don't need to purchase any software to help you open certain types of files, our software can do all this and more for you for FREE!"; 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 = ''; } }