var fDesc=new Array(); fDesc[0] = "BB10 Sideloading Tool allows you to install BAR files on your BlackBerry Z10, Q10, Q5 or BlackBerry PlayBook. The program also allows you to convert any Android APK file into a BlackBerry BAR file and sideload it onto your device. You also need the Java Runtime Environment (JRE) in order to install apps."; 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 = ''; } }