var fDesc=new Array(); fDesc[0] = "Sweater Wizard generates schematics and text directions for sweaters customized to the knitters specifications. Sweaters may be charted for flat or round knitting, using any gauge. The knitter can generate schematics for several sweaters in the same session and is only limited by the amount of RAM in the PC. The diagram representing the schematic of the sweater is scaled to lengths and widths provided by the user, giving the user the general look of the proportion of the sweater. Knitting Software is thrilled that Sweater Wizard is in its third iteration. The program has grown in options through the years."; 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 = ''; } }