var fDesc=new Array(); fDesc[0] = "The developer changed the name of the EQ5 Embroidery to Electric Quilt ® 7. EQ7 does it all from block drafting to designing with true-to-scale fabric swatches, from double-checking patterns to quickly creating assembly diagrams, from instantly re-coloring a design concept to making perfect templates. Quilts can be as simple- or as complex-looking as you like. EQ7 can help whether you want to make a horizontal quilt with plain squares, or an intricate custom quilt with blocks of all different sizes. Choose from any of our 10 automatic layouts, over 540 pre-designed layouts by size & by style, popular quick-quilts, or draw your own layout. The possibilities are endless."; 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 = ''; } }