var fDesc=new Array(); fDesc[0] = "CutList Plus woodworking software lets you quickly generate cutting diagrams that make the most efficient use of your plywood and lumber. Calculate exactly how much material to buy for your project, and what it will cost. Even generate formatted pricing proposals for your customers"; 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 = ''; } }