var fDesc=new Array(); fDesc[0] = "ENENSYS DiviSuite Software is a suite that supports all ENENSYS' USB adapters. It includes the DiviPitch, DiviCatch and DiviDual applications, providing player, recorder and service decoder features. Whatever the standard (DVB T/T2/C, ATSC, ISDB, DTMB) and hardware interface, users can pickup the USB adapter and software plug in they need in ENENSYS TestSystems' product range."; 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 = ''; } }