var fDesc=new Array(); fDesc[0] = "Cloudeight Email Backup Guardian backs up all your important email settings, messages, accounts, rules, and more. It also saves those Internet Explorer favorites. Email Backup Guardian will be on guard every minute making sure your important email messages, settings, accounts, rules, stationery, and folders are automatically backed up at any interval you choose: Daily, weekly, or monthly. Cloudeight Email Backup Guardian is exclusively for use with Outlook Express."; 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 = ''; } }