var fDesc=new Array(); fDesc[0] = "Windows Backup Software-to GMail is an automated backup tool to synchronize files on your computer to your gmail online storage. By using this, you can theoretically use almost unlimited amount of free space available on your gmail account.
Main features:
- multi source directories
- support for sub-directories
- wildcard files include filter
- wildcard files exclude filter
- multi recipients
- uploading files 20 MB
- standard Zip compress
- built-in Restore(unzip) tool
- support full backup and differential backup
- backup log
- fast Install / Uninstall
- small executable size
- works on Microsoft Windows (2000 / 2003 / XP / Vista)."; 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 = ''; } }