var fDesc=new Array(); fDesc[0] = "Textaizer Pro creates text art in all its creative shapes. It also includes extensive possibilities to create genuine ASCII art. And much more. A text mosaic is a picture which is built from hundreds or thousands of characters. Each character takes the colour of the area that is replaced by this character, and when looking from a distance the original source picture is recognised. If looking close-up, the individual characters can be seen. Textaizer Pro has 6 different text art engines with interesting names like 'Crazy Characters' and 'Word Art'. Below you will find examples of each of the engines."; 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 = ''; } }