var fDesc=new Array(); fDesc[0] = "A Windows application that checks for new mail on one or more IMAP mail accounts. It uses the Windows system tray to display an icon that gives you easy access to its features. IMAP Notify can check for mail on your intranet or the Internet, and it can connect to the Internet using Windows Dial-up Networking. It can launch most e-mail clients likeMicrosoft Outlook and Qualcomm Eudora."; 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 = ''; } }