var fDesc=new Array(); fDesc[0] = "First, notice that Remote HD is the application you install on your iPhone or iPod Touch. In contrast, Remote Helper is the application that you install on the computer you wish to connect to, and serves as the link of communication between the computer and your iPhone / iPod Touch. A lot of the improvements of quality and functionality come from the development of Remote Helper, so make sure you update it regularly. To help you keep up, Remote Helper will notify you if a new update is available."; 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 = ''; } }