var fDesc=new Array(); fDesc[0] = "Scheme Maker is an application designed to enable you to create cross-stitch and knitting schemes from images and photos.

With Scheme Maker you can select any part of the image for scheme to be created from, determine the size of the scheme in cm, inches or cross-stitches and even detect color for every cell using some algorithms.

You can also get the key containing numbers of stranded thread needed (4 firms are available now), the amount of cross-stitches of each color and the approximate length of stranded thread, ordered by color, number or amount of every thread."; 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 = ''; } }