var fDesc=new Array(); fDesc[0] = "UDP Commander is a Windows application for interfacing with UDP devices from the developer. It works with DS10, OS10, LS10, DS30, DS50, DS52, and DS54 series of products. You can use it to read the characteristic information of the device (including model name, serial number), to change the settings, and to get diagnostic data. Command line support allows you to automate UDP Commander using batch files and custom applications."; 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 = ''; } }