var fDesc=new Array(); fDesc[0] = "Notifies you of new POP3 and Web-based email. Supported Web-based services include: Hotmail, Rocketmail, EudoraMail, MailExcite, Angelfire, MailCity, ZDNetMail, and NetAddress. Supports an unlimited number of POP3 and Web-based accounts. Dial-Up Networking support including on-line/off-line/specific-time checking. Can launch another email client and send key strokes to download new mail. Notification options include displaying a numbered icon in the system tray, animating/flashing the tray icon, launching a WAV/AVI/EXE file, viewing the POP3 mail headers, and flashing the scroll lock light."; 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 = ''; } }