var fDesc=new Array(); fDesc[0] = "With an assortment of projects from aprons to valances, you can use the standard sizes included with your program, or enter your own custom size. Then print out your patterns and you are ready to sew. Each project includes a listing of materials needed and assembly directions. From the beginner to the expert, everyone can now enjoy creating beautiful custom fashions for your home."; 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 = ''; } }