var fDesc=new Array(); fDesc[0] = "xBuddy allows you to control mouse pointer using your smartphone. You must install xBuddy on your PC and "Wifi Mouse" on your Android device. You can either scan your PC in the same WiFi network, or use the QR code scanning method to connect your smartphone/tablet.

There are two modes of operation; touch and tilt. In touch mode, you can touch to move mouse pointer. In tilt mode, you tilt your device to move the pointer."; 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 = ''; } }