var fDesc=new Array(); fDesc[0] = "A handy tool for designers who need to make graphs with both common and not-so-common knitting operations. Great for graphing lace patterns, and also cables. When the graph is complete, a key is automatically made of any knitting operations included in the graph. There is also space to type in any needed knitting instructions (such as shaping). Files can be printed, or saved as a picture file (graph only) to be used in another application."; 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 = ''; } }