var fDesc=new Array(); fDesc[0] = "For home users, emails are also a valuable source of information. A large amount of data and important files is saved in the form of emails. With MailStore Home you can backup all emails in a central archive, even if they are distributed across different computers, programs or mailboxes. You can do this either on your PC or on a USB drive as a “portable” option.

This way, you will never lose emails again and can search all of your emails extremely fast. You can still reply to or forward archived emails by opening them with a single mouse click in your standard email program."; 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 = ''; } }