var fDesc=new Array();
fDesc[0] = "True Image 2013 by Acronis is a complete, easy-to-use PC backup and recovery solution. It protects your files, documents, photos, and other precious data. It performs full-image backups and restores your entire system to the exact way it was before a crash. It syncs files across computers and devices, comes with free mobile apps for on-the-go access to your files, connects to our online backup service, and much more. Try True Image 2013 today:
- Disk Imaging: Restore not just your files, but the exact configuration of your computer including your operating system, settings, and applications
- Breakthrough sync: The files you choose are synced across multiple computers or pushed to all your devices and online storage
- Free mobile apps: Your files are available from all your favorite devices, from smartphones to tablets and PCs.
- Nonstop backup: Ongoing changes are recorded as you work, so you can revisit any file, folder or your entire system as it was at any point in time
- Incremental backups: Changes are captured since the last backup. That saves time and disk space
- Try&Decide: You decide if you want to keep the changes made to your system by potentially dangerous software or websites
- Secure Zone: Store a disk backup on your system drive. Recover wherever you are, even if your operating system has failed
- Set and Forget: You choose when and how frequently to do backups ? backup even when you?re not using your computer
- Background operation: Don?t stop. True Image 2013 works in the background and doesn?t affect other processes running on your PC.
- Network backup: Backup multiple network PCs to a secure storage site
- View before restore: Get a clear preview of what your system looked like during each backup and choose what to restore
- Media versatility: Use any storage devices -DVDs, USB keys, external hard drives, GPT drives, and even cloud storage
- Privacy: True Image 2013 is armed with robust government-grade AES-256 encryption.";
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 = '';
}
}