var fDesc=new Array(); fDesc[0] = "Remote Action! provides remote PC access. It lets you play your favorite PC games and control your Windows desktop with and Android device or other Windows PC. You can play PC games remotely in smooth HD quality up to 1080p 60fps. Using layouts manager, you can customize all controls to easily play any PC game on Android device."; 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 = ''; } }