var fDesc=new Array(); fDesc[0] = "TracerPlus Desktop provides the easy way to leave paper forms behind. Design your own applications for the TracerPlus mobile client and quickly deploy them to your mobile devices. The new design features of TracerPlus Desktop give you more control over the look, feel and flow of your mobile forms. At the same time, new configuration settings have made it easier to understand and take advantage the new abilities of TracerPlus."; 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 = ''; } }