var fDesc=new Array(); fDesc[0] = "Remote desktop view and control is the most actively used feature in any remote control software. The update speed, therefore, is extremely important, even with slow network connections. Keeping this in mind, our engineers have spent most of their time and efforts to provide the fastest remote desktop access mode among the competition."; 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 = ''; } }