var fDesc=new Array(); fDesc[0] = "This program does one thing. It prints ready to cut name patterns. The program is donation-ware so you can download and use it free. If you feel generous simply click the donation button in the program and donate $5. This program contains no malware of any kind. It installs two files on your system, an executable file and a font. You can easily uninstall from the control panel if you wish to get rid of it."; 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 = ''; } }