var fDesc=new Array(); fDesc[0] = "SysTools Hotmail Backup allows you to backup Hotmail account emails to PST, MSG, EML and MBOX file format. The program creates a local backup copy of your Hotmail account and saves emails to the hard drive and backs up each and every email from the available email folders successfully. Before starting the backup process of your Hotmail account data you can apply filters on it to back up desired data only. You can take Outlook.com backup all or selected email folders to your desktop and in addition to that, you can also backup Hotmail emails specific range by providing a "To" & "From" date range."; 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 = ''; } }