var fDesc=new Array(); fDesc[0] = "Total Backup Recovery Advanced Server is FarStone’s new generation in backup and recovery, protecting your business from the high costs of computer failure and operational losses. Total Backup Recovery Advanced Server centralises backup and recovery management, which provides businesses with a cost-effective infrastructure for greater business functionality and resilience. Leverage your business continuity through a simple, yet powerful tools to meet your recovery time objects, eliminate operational downtime, and improve productivity."; 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 = ''; } }