var fDesc=new Array(); fDesc[0] = "Windows Mail Backup Express is a powerful backup software which can backup all your messages and settings from Windows Mail. This backup software is very easy to use, a wizard will guides you step by step. You can compress your messages and settings with high compression ratio. You also can encrypt your output archive with password. Output filename generator has already built-in, use output archive filename generator, you don't need to enter the output archive filename on each time before you start backup process. You also can backup IE settings, favorites and My Document folder."; 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 = ''; } }