var fDesc=new Array(); fDesc[0] = "The Software’s functions include the ability to make greetings cards, T-Shirts and posters. The tool set allows you to make text, lines, squares and ellipses.
You can import your own images and adjust them in the picture editor. The greetings card function gives you four different card types and the T-shirt function will automatically reverse your text and images for printing
on transfer paper."; 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 = ''; } }