var fDesc=new Array(); fDesc[0] = "An advanced high-performance backup and recovery solution, Atempo Time Navigator has evolved into a powerful and easy to use tool for tiered data protection that can fit the data protection needs of both large enterprises and small to medium size businesses. Whether you manage a few servers, a workgroup or a multi-location enterprise network, Atempo Time Navigator helps you seamlessly manage data throughout its lifecycle. With the latest technologies built into its backup architecture, Atempo Time Navigator makes"; 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 = ''; } }