var fDesc=new Array(); fDesc[0] = "Simple free software for helping to design a pattern for rya rug or cross stitch from an image. Program allows cropping and resizing the image as well as reducing and replacing colors. Image conversion uses smart color reduction algorithm to use as few colors as possible. Final image can be printed or saved to file with grid or color map. Also own color palettes from DMC colors or from images are supported."; 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 = ''; } }