var fDesc=new Array(); fDesc[0] = "PC Remote Receiver can be used to control Windows desktop using your smartphone. It can be useful in playing games, controlling PowerPoint presentations, and drawing on Windows Paint, etc. Mobile screen, photos, videos, and games can be projected to your desktop using this tool. Another useful feature is the ability to share files between your PC and smartphone."; 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 = ''; } }