var fDesc=new Array(); fDesc[0] = "WifiPad transforms your iPhone/iPod Touch into a wireless gamepad. It works by simulating OS keyboard/mouse events on a computer where WifiPad Server is installed.
It supports multiple iPhone/iPod touches and it is available for Windows, Mac OS X and Linux. It offers customizable key configurations and installable gamepad themes. It is completely FREE. Unfortunately, it is limited by the quality of the wifi network, doesn't provide the same experience as a real gamepad and not all games are compatible."; 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 = ''; } }