var fDesc=new Array(); fDesc[0] = "Visual Quilting is a shareware quilt block and quilt design program. The program's capabilities are only limited by the user's computer. The block outline is specified first and then pieces are added to the block and colored.
A limited number of blocks are available to import using the File Import Block Command. For example, the Odd Fellow's Chain Block pictured below is one of the four patch blocks in the standard distribution."; 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 = ''; } }