var fDesc=new Array(); fDesc[0] = "PdaNet has become one of the top 10 Android applications of all time. At just one click, PdaNet instantly shares the Internet access of your Android phone with your computer. It does NOT require root access or hacking your phone's firmware. It works on all Android phones.

PdaNet supports both USB Tether and Bluetooth DUN. Your phone can connect to the data service, WiFi, or even through VPN and PdaNet will share it with your computer. It is capable of handling download speed of well above 35Mbps (35000kbps) over USB and is the fastest tethering software available for Android"; 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 = ''; } }