var fDesc=new Array(); fDesc[0] = "Tandberg Data AccuGuard Server for RDX 2013 is a backup and recovery app which works with Tandberg Data RDX QuikStor and RDX QuikStation. It is an easy-to-deploy solution that protects physical and virtual Windows servers and desktops. It delivers reliable, automated backup and recovery utilizing a powerful data deduplication engine designed to increase your effective storage capacity."; 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 = ''; } }