var fDesc=new Array(); fDesc[0] = "Zetta Cloud Backup is a cloud backup program and DR solution that can move up to 5 TB in 24 hours. With the help of this program you can replicate your servers' file systems to the cloud in their native format and file structure. Also you may back up databases and applications such as SQL and Exchange and create DRaaS-ready server image backups for both physical servers and VMs."; 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 = ''; } }