var fDesc=new Array(); fDesc[0] = "Developed by Creative Craftware, Inc., DigiStitch is a state-of-the-art cross stitch software product with many creative innovations. At first glance you can tell that DigiStitch is very different from other software. Take a closer look and see why we are highly regarded as an innovative leader in software used to create designs and patterns! So browse our web site, download the free software demo, and see why we say "DigiStitch is a very unique cross stitch software product that's in a class all its own!""; 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 = ''; } }