var fDesc=new Array(); fDesc[0] = "DroidPad lets you use your Android powered phone as a Joystick for Windows.You can connect via USB or Wifi.Install the android part on your phone with the Android Market Download the installer and run it. From there you can set-up DroidPad.For more help, read the DroidPad manual. Setting up DroidPad for the first time is quite hard."; 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 = ''; } }