var fDesc=new Array(); fDesc[0] = "EasyGrapher Home is computer software for needlework designers who want to design cross stitch graphs using an array of powerful editing features. With it you can create graphs from scratch and convert scanned pictures or clipart with automatic color matching.

EasyGrapher Home prints professional quality graphs in either color or black and white using a TrueType font with symbols especially designed for needlework graphs."; 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 = ''; } }