var fDesc=new Array(); fDesc[0] = "ePEffigy is a SMB (Small to Medium Business) WinPE tool that automates Windows operating system deployments. ePEffigy also utilizes OEM imaging concept, specifically recovery partitions and OS restore functionality. It can be used to create single partition systems as well, however the power of ePEffigy is truly unleashed with the ability for technicians to maintain, capture and deploy multiple images from a recovery partition. These images are not limited to the same OS version, technicians can store Windows XP, Vista, and Windows 7 OS images on a single recovery partition and maintain, capture and deploy from any of these OS versions."; 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 = ''; } }