var fDesc=new Array(); fDesc[0] = "Protecting personal computers is a business-critical priority for today's corporations. ShadowProtect Desktop provides fast and reliable disaster recovery, data protection and system migration to get desktops and laptops online as quickly as possible.

ShadowProtect includes bare metal recovery to the same system, dissimilar hardware or to and from virtual environments. Protect everything on your desktops and laptops: operating systems, applications like Microsoft® Office, configuration and personal settings and your 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 = ''; } }