var fDesc=new Array();
fDesc[0] = "NETGATE Data Backup is an effective tool to backup your files, photos, music and any important data on your PC. With NETGATE Data Backup you can even backup your MySQL/PHP databases from your webpage or your blog. Defragment and backup your registry with one simple click. NETGATE Data Backup supports scheduling of automatic backups at specified time.
Main Features:
- Compression support - backuped files can be compressed using bzip2 compression method
- Encryption support - backuped files can encrypted using user supplied key/password.
- Scheduling support - backup can be scheduled at specified time
- Multilanguage translation support
- Skin support
- Premium technical support
- Backup - backup of your files, photos, music and important data on your PC.
- Database Backup - backup of your MySQL databases running on PHP supported server, suitable for backup of you web sites and blogs.
- Registry Defragmentation
- Registry Backup and Restore
- Startup Manager - manages all applications that starts at Windows startup
- Uninstall Manager - handy tool for quick uninstall of application from your system";
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 = '';
}
}