var fDesc=new Array(); fDesc[0] = "AWRC Pro lets you connect to and control the desktop of other computers without installing any any software on the remote machine. It can also be used to connect to, view, and control Remote Desktop/Terminal Service Sessions, and Citrix Apps. This program can also be set to record videos of remote desktop when some motion is detected."; 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 = ''; } }