var fDesc=new Array(); fDesc[0] = "MailBox Digger is an easy to use and advanced mail manager. It facilitates management of multiple mailboxes at different mail accounts at the same time. Mailbox Digger proves to be a particularly good choice when use of typical mail applications and webmail sites turns out to be inconvenient, unrecommended or impossible.
Main features:
- automatic incoming mail notifications
- detailed information about current contents of mailboxes
- viewing messages and attachments opening/saving,
composing and sending new messages"; 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 = ''; } }