var fDesc=new Array(); fDesc[0] = "FarStone Total Backup Recovery Advanced WorkStation is an automated backup tool which assures that critical business information is well protected and can be easily recovered through comprehensive backup and recovery features, such as file and folder backup. The centralized management allows network administrators to scale the program to many computers to monitor and configure all operations both locally and remotely for efficient and enhanced control."; 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 = ''; } }