var fDesc=new Array(); fDesc[0] = "This program parses and puts the emails in Eudora mbx files in an Access database file. With this program you won´t have to worry how to backup your mailboxes or sort them. Eudora Automation is also ideal if you are having a hard time trying to find out an email in your mail box. Like other products from XYZSoftware Eudora Automation Tool is fast, reliable and user friendly."; 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 = ''; } }