var fDesc=new Array(); fDesc[0] = "Backup my mail is a simple GUI for the console program HoboCopy. The program copies all PST files from default profile Microsoft Outlook mail client to backup folder. Also the tool provides a schedule tab to automatically copy PST files. Other features are provided like loading the program at Window start-up, shutdown Windows after backup and 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 = ''; } }