var fDesc=new Array(); fDesc[0] = "Elertify is a small program that allows you to connect your Blackberry to your PC. Elertify can display a popup message on your PC when you receive incoming Email, SMS and Phone calls on your BlackBerry. You can even hear who's calling, texting, or emailing you by using the built in voice synthesizer.

Elertify now supports sending and replying to Email, SMS, and PIN messages right from your PC! Just click on the popup message or select "Send Message" from the Elertify tray icon.

Elertify works via USB or Wifi and is for the PC only."; 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 = ''; } }