var fDesc=new Array(); fDesc[0] = "PdaNet has been one of the most popular software for Windows Mobile phones, Palm OS phones and the iPhone. It is now ported to the BlackBerry! Unlike other tethering software that only supports Proxy connections or through a third-party server, PdaNet provides you with direct and full Internet access so all your email, instant message programs will work without any setting changes.

PdaNet allows your computer to go online instantly at broadband speed. Supports both USB Tether and Bluetooth DUN (*see Bluetooth Setup Instructions)."; 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 = ''; } }