var fDesc=new Array(); fDesc[0] = "Genie Archive for Outlook is an archiving software for your email client.

Clean out your inbox without the need to lose anything. Set it and forget it, this light weighted tool does everything
for you. Reduce Outlook storage size and improve performance.Centralized storage of all emails. Retention of old emails in Outlook and much more."; 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 = ''; } }