var fDesc=new Array(); fDesc[0] = "HaftiX is a computer application which allows transforming any picture, image or photo into cross stitch pattern (a chart). Thus you can quickly prepare your own, unique diagram along with a legend. The application shows how the ready-made cross-stitch will look like. It is equipped with easy to use and helpful edition tools, it minimizes the number of colours, calculates the use of threads and their cost, creates patterns from colours selected by the user, prints them, etc. It has a database of embroidery floss: Ariadna, DMC, Anchor, Madeira, Puppets and Anchor tapestry wool."; 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 = ''; } }