var fDesc=new Array(); fDesc[0] = "Trellis 2011 helps you evaluate your training events, from evaluation form design, to distribution - online, e-mail or paper - to feedback collection, analysis and reporting. Trellis 2011 runs on a networked or stand-alone Windows PC. Unlike spreadsheets and other generic survey software, Trellis 2011 has been designed from the ground up with the goal of making the training evaluation process easier and more efficient."; 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 = ''; } }