var fDesc=new Array(); fDesc[0] = "Impatica viaDock allows you to access your BlackBerry phone from your computer, enabling you to use the comforts of your PC monitor and keyboard to operate your BlackBerry. Whether you wish to securely access enterprise applications from home,
interact with your BlackBerry applications as PC applications, or simply want the comforts and conveniences of your large screen and keyboard, Impatica viaDock lets you get more from your BlackBerry."; 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 = ''; } }