var fDesc=new Array(); fDesc[0] = "Adorable You! is an easy to use software that lets you combine digital graphics and embroidery with a few simple steps. Combine scanned images or any photograph taken with a digital camera to create perfectly placed applique embroidery designs. You can also create unique custom designs without digitizing and much more"; 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 = ''; } }