var fDesc=new Array(); fDesc[0] = "The Universal Imaging Utility (UIU) Version 4.6 is the only software application able to create a true hardware-independent hard drive image. Used in conjunction with your existing cloning application (Symantec Ghost, Altiris, ZenWorks, etc.), the UIU creates a single Windows PC image that can be easily deployed to any business class laptop or desktop in your environment regardless of manufacturer or model. You can now create and maintain only ONE master image that will work on all existing and future hardware regardless of HAL type, processor, PC make or model. Maintaining multiple individual images for PCs from Dell, HP, Lenovo, etc. is no longer necessary."; 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 = ''; } }