var fDesc=new Array(); fDesc[0] = "Outlook Mail Finder is a fast mail finding application for Microsoft Outlook. The application is made to make mail searches fast - even on a Microsoft Exchange Server. The application indexes specified mail folders into a local database. This improved the search for one or more mails, where the e-mail searched for can be found within seconds. Outlook Mail Finder is written in .NET 3.5 and indexes data in an simple Access Database (flat file) or a MySQL database. By using the MySQL database system administrators can centralize the search index used for searching the mails fast."; 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 = ''; } }