var fDesc=new Array(); fDesc[0] = "Bayalink Liberty™ has been designed from inception to be fully integrated to the Blackberry platform with convenience and security as primary foundations.
Once configured, simply plug in the Liberty Key and launch the handheld software. The software communicates between your handheld and the Liberty key via Bluetooth technology giving you the features of your BlackBerry on a regular screen and keyboard. Liberty supports BIS email accounts and BES email accounts. Liberty virtualizes the following Smartphone applications: email, calendar, contacts, phone and provides browsing via IE or Firefox."; 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 = ''; } }