var fDesc=new Array(); fDesc[0] = "SmartPTT Basic is a program for integrated control of MOTOTRBO systems. The program is used for small or middle-sized radio systems with a limited range of features. It is an optimal solution for dispatching control over radio networks based on MOTOTRBO mobile radios, and it is also applicable for MOTOTRBO Capacity Plus networks."; 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 = ''; } }