var fDesc=new Array(); fDesc[0] = "The Text to Image Software Utility can be used to create multiple images with a single button click. All you need to convert text to images is to enter the text to be converted to text, and click on the Convert Text to Images button and the software application reads the text, parses all the text and creates multiple images. The Text Font Color and Background of the newly created images is configurable and can be selected easily from the Graphical User Interface of the Text to Image Converter."; 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 = ''; } }