var fDesc=new Array(); fDesc[0] = "GBM also caters for the data protection needs of business enterprises, by offering mission critical features such as backing up using the add-on utility, File Access Manager (FAM), for businesses operating around the hour that cannot afford to shutdown its running applications during backup, highly secure encryption, for sensitive documents that must not fall into the wrong hands and scheduling unattended backup jobs for regularly safeguarding constantly changing 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 = ''; } }