var fDesc=new Array(); fDesc[0] = "WinToHDD allows you to install or reinstall Windows (Vista and later) onto a second hard drive without using a bootable device. It can also be used to clone existing Windows installation to other disk. If needed, bootable Windows installers can also be created on USB drives. WinToHDD accepts ISO, WIM, ESD, SWM, VHD, and VHDX files as input.

WinToHDD is available also in Professional and Enterprise variants, with different features."; 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 = ''; } }