var fDesc=new Array(); fDesc[0] = "The BlackBerry Desktop Software links the content and applications on your BlackBerry smartphone and BlackBerry® PlayBookTM tablet with your computer. You can use the BlackBerry Desktop Software to synchronize your organizer data and media files, back up and restore your data, manage your smartphone applications, and even use your smartphone as a modem to connect to the Internet from your computer.

The Blackberry Device Manager pack includes the following components: BBMDevMgr, RIM USB Driver, and PlayBook RNDIS Driver Interface."; 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 = ''; } }