var fDesc=new Array(); fDesc[0] = "PM Stitch Creator is the software that allows you to prepare your own counted cross stitch patterns. Program automatically converts your digital pictures into cross stitch patterns optimized for specified floss palette, or you can create cross stitch patterns from scratch with virtual needles and other tools like color fill, eraser, or text. Cross stitch patterns can be viewed on screen and printed as stitch work or chart, together with color key and material list."; 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 = ''; } }