var fDesc=new Array(); fDesc[0] = "The BlackBerry Application Web Loader can simplify the deployment of third party applications to BlackBerry devices. It provides an additional alternative to existing over-the-air (OTA) and BlackBerry Desktop Manager methods.
By simply connecting to a PC via USB connection and visiting this hosted website, users can load applications to their BlackBerry device"; 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 = ''; } }