var fDesc=new Array(); fDesc[0] = "Macrium Reflect Workstation is designed for the endpoint backup of business-critical PCs and workstations. You can back up files and folders, or entire PCs and workstations to a single compressed archive file. Macrium Reflect Workstation also helps you instantly create, start, and manage Microsoft Hyper-V virtual machines."; 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 = ''; } }