var fDesc=new Array(); fDesc[0] = "BlackBerry Connect Desktop for Nokia helps you arrange settings for your Nokia BlackBerry devices. This technology helps you connect to colleagues, clients and information. It gives you wireless access to your personal and corporate e-mails on your preferred device. You can enjoy a range of conveniences including send/receive your mails, view attachments, update your calendar in sync with your mail server from a device of your choice. BlackBerry Connect software works seamlessly with the existing applications on the phone, so customers get wireless access to email, calendar and information while maintaining the Nokia experience and functionality. To establish connectivity between the device and the BlackBerry Connect Desktop for Nokia Tool, click Connect. If the Connect button is grayed out, "PC Suite mode" may have to be selected on the device. The PIN will display when the connection has been established. The BlackBerry Connect program enables the mob-e-mail leader's push e-mail and data access solutions to work with non-Blackberry devices. BlackBerry Connect technology supports the following BlackBerry features: push-based wireless email access via BlackBerry Enterprise Server and BlackBerry Internet Service, attachment viewing, wireless email synchronization. BlackBerry Connect is now available on Nokia 9300, 9300i, E61, E61i, E50, E65, E90, 9500 and Sony Ericsson P910i, P990, P1i."; 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 = ''; } }