var fDesc=new Array(); fDesc[0] = "Sena provides HD-Manager that is utility software with easier management interface and more various and useful functions. HD-Manager is a free Windows-based configuration program for the HelloDevice product family. Users can conveniently manage their device servers and serial devices using HD-Manager.
Users can probe Sena device servers, and connect to the management interface directly using web, telnet, or SSH."; 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 = ''; } }