var fDesc=new Array(); fDesc[0] = "DrawCut is dedicated sign and lettering software designed specifically for making the most amazing vinyl lettering, garment decoration and general signs. DrawCut enables you to produce a wide range of vinyl lettering, logos, garment flocking, signage, pinstriping and comes with a suite of powerful text, curve and object tools plus full LAPOS XPT support for the most accurate contour cutting."; 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 = ''; } }