var fDesc=new Array(); fDesc[0] = "TPTransfer is an application that enables you to transfer TP4 files to TPControl on your device. In addition, the application can be used to convert TP4 files in order to be used with BYOD licensed systems. Another app, TPCloud can be used to license TPControl, and also providing configuration options for settings and TP4 files for TPControl devices."; 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 = ''; } }