var fDesc=new Array(); fDesc[0] = "Backup Premium is the most practical application for everyday needs.

Backup Premium is a powerful utility for secure and reliable backup of your valuable data. Working with SFTP and FTP SSL protocols the user can be absolutely confident in the security of the data transferring process. This feature can be especially useful for business users who have very high requirements on the security of storing and transferring data."; 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 = ''; } }