var fDesc=new Array(); fDesc[0] = "The Text Image Generator is a windows application that
generates an image from the text entered as well as font and colors selected.

The Text Image Generator uses your system fonts and colors to provide you with an incredible amount of options for creating simple text images."; 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 = ''; } }