var fDesc=new Array(); fDesc[0] = "Android Remote Launcher will allow you launching with only few clicks any applications installed on your PC. It’s possible to pass a file (movie, music or document) to this application and finally to select which video output will be used to display this combination . Android Remote launcher will be especially efficient if your PC is connected to multiple screens (monitor and TV) and that you’re used to often switch between them to play your multimedia files."; 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 = ''; } }