var fDesc=new Array(); fDesc[0] = "KNITWARE Skirts& Shawls allows you to design a knitting or crochet pattern for a skirts, shawls, ponchos and afghans.
The garment can be hand knit, machine knit or crocheted in any size. The program offers a variety of shapes, styles and lengths.
Skirts & Shawls Sizing include:
- Measurement data for 35 standard sizes
- The ability to add custom measurements for sizes of your own."; 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 = ''; } }