var fDesc=new Array(); fDesc[0] = "The Portable Device Manager (PDM) is an all-in-one portable handset management tool for the FreeNET System. The PDM software application, with a web browser-based environment and USB programming cradle, provides a simple administration process for portable handset subscription and configuration. Portable handset replacement and service is easily facilitated by the central storage of configuration information. The PDM can optionally operate on an Ascom embedded network appliance providing advanced over-air management capabilities."; 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 = ''; } }