var fDesc=new Array(); fDesc[0] = "Free Windows PE tools to create a bootable Windows PE on USB, and CD/DVD, Windows PE ISO etc. It will boot into system failed computers and maintain your Windows PC and Server.

AOMEI PE Builder is a free assistant to AOMEI Backupper or AOMEI Partition Assistant, and a freeware to create a bootable environment into CD/DVD, USB flash drive or ISO file based on Windows PE (Windows Pre-installation Environment or download Windows PE creating environment from network) without installing AIK/WAIK, which integrates a set of tools that enables you to boot up your computer for easy maintenance and fast recovery tasks when the native system is corrupted or cannot be used. And the bootable media you create is compatible with both BIOS and UEFI, so you don’t have to create two medias for those two boot modes separately."; 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 = ''; } }