var fDesc=new Array(); fDesc[0] = "Perla8800S is an embroidery design tool. It is a simple program that feels like an image editor. You can load any photo into this program and convert into embroidery patterns. This program also comes with more than 600 embroidery designs and objects that can be added to your project."; 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 = ''; } }