var fDesc=new Array(); fDesc[0] = "If you support a large enterprise, an educational institution, or a government agency, you know that deploying new software and configurations to multiple systems is a complicated, time-consuming task. Acronis Snap Deploy is a complete, user-friendly solution that lets you provision all your workstations and servers like you are provisioning just one!

Fast and easy. Powered by the Acronis AnyData Engine, this product is ideal for rapid bare-metal deployments to a large number of PCs or servers, as well as effortless on-going redeployment to the same hardware. Award-winning disk-imaging technology helps you create an exact image of any standard configuration you choose— - including the operating system, configuration, files, and all applications - and simultaneously deploy image to multiple machines in one easy step."; 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 = ''; } }