var fDesc=new Array(); fDesc[0] = "The professional data protection solution for home networks, small and medium-scale enterprises.
What happens if you mistakenly delete or overwrite a file, a hard drive fails, or a virus infects your computer? Will you lose important documents? Most users who lose data never recover it.
With smart features and easy automation in BACKUP ELEMENT 2007, there is no excuse to let this happen to you. With BACKUP ELEMENT 2007, backing up your important data becomes really easy.
Once configured, BACKUP ELEMENT 2007 keeps track that your files are being stored safely and regularly. Continous data protection for your valuable files. Easy. Secure. Reliable."; 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 = ''; } }