var fDesc=new Array();
fDesc[0] = "With STOIK Stitch Creator, you can make your own counted cross-stitch patterns in just a few clicks. Pick a photo or draw a picture. Choose a floss palette. STOIK Stitch Creator will do the rest. Create, edit, view and print your stitch work with ease.
Using Stoik Stitch Creator, you can convert photos into a stitch pattern. It will take just couple of minutes! Download our cross stitch pattern creator and get a cross stitch pattern and a color chart. It converts pictures or scanned images to cross-stitch schemes.";
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 = '';
}
}