var fDesc=new Array(); fDesc[0] = "DECAdry Express T-Shirt Maker is an easy to use software that helps you create original transfers for T-shirts from scratch. Step1 : Create. (More than 200,000 transfer templates and images and a wide variety of topics). Step2 : Retouch ( Advanced photo retouching, Shapes and cutouts to apply to your photos and artistic text). Step3 : Print."; 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 = ''; } }