var fDesc=new Array(); fDesc[0] = "This program helps the user in saving Windows Mail or Windows Live Mail data. Win Mail Backup automatically can do a full verification of the backup file to ensure that the backup is valid. Win Mail Backup provides wizards to allow you to merge email data from the backup with the existing email data."; 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 = ''; } }