var fDesc=new Array(); fDesc[0] = "Foundation Factory Standard Edition and its two Designer editions: Carol Doak's Edition of Foundation Factory and Designer Edition: Jean Ann Eitel & Debby Kratovil editors of Quilts Magazine are the latest Quilt-Pro Systems software releases. Each is a Block Library Program only (no drawing tools) that is designed to printout foundation pieced blocks. We also carry Foundation Piecing Printer and copier sheets."; 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 = ''; } }