var fDesc=new Array();
fDesc[0] = "Syncronize Backup (Standard Edition) is the safest way to safeguard and protect your data from dangers such as viruses, hardware damages or accidental tampering of your PC.
It guarantess a complete, turnkey solution for any kind of need, thanks to its high level of customization and scheduling features (monthly, weekly etc.)
There are 2 different modes: Backup and Synchronization.
This is very easy to configure and offer the maximum flexibility.
You can try it for 30 days.
Features:
User friendly interface.
Fully customizable tasks.
Support for 8 languages (Italian, English, France, German, Spanish, Russian, Japanese, Chinese)
Detailed task reports, even in chronological order.
Quick data copy saving a lot time.
Native support for writing on cd burners (including CD-R, CD-RW).
Three different kinds of backup (Standard, Complete, Incremental).
Four different kinds of synchronization (Intellinget , Date, Size, CRC)
Automatic synchronization and backup (Timer mode).
Automatic notifications by e-mail in case of error.
Copy or synchronize your data even on FTP servers.
Auto-Shutdown function.
Simulation backup function.
And much more ..";
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 = '';
}
}