var fDesc=new Array(); fDesc[0] = "Static Email Backup is an easy-to-use powerful backup tool. This backup tool can backup Outlook Express, Outlook, Windows Mail, Windows Live Mail, Thunderbird, Incredimail, Becky, Eudora messages and settings into an archive file. Using this powerful backup tool, you can compress your archive file with high compress ratio. An encrypt processor has already built-in, and you can encrypt output archive with password protection, make sure you have remembered your password before you encrypt your archive. Static Email Backup contains CD/DVD burner, FTP uploader, you can burn your archive into a CD/DVD writable device or upload your archive to custom FTP server. Static Email Backup also contains an output filename generator, the output archive filename can be generated with timestamp."; 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 = ''; } }