var fDesc=new Array(); fDesc[0] = "Control your Windows desktop from any Android device over a wireless network. The free version of Android Desktop Remote lets you control your Windows desktop keyboard and mouse from your Android device over your home wireless network. Turn your Windows desktop into a remote-controlled, touch-enabled interface."; 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 = ''; } }