var fDesc=new Array(); fDesc[0] = "KYOCERA Net Viewer is a management tool for KYOCERA’s network devices. The app performs counter readings, status feedback, remote device configuration, accounting and alerts of network devices, all from one central administration point. It can perform simultaneous configurations of single and multiple devices with default and custom views and much more."; 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 = ''; } }