var fDesc=new Array(); fDesc[0] = "VHD Utility offers a better solution. It can expand VHD in one operation and has a convenient and intuitive GUI (context menu on a VHD file).
The program comes with a context menu on a VHD file, making it simple and easy-to-handle for the user. The applications primarily expands the dynamic and fixed VHDs, playing their VHD information like the VHD storage capacity, allocated size, VHD type and provides a great helpful solution to all the virtual drive issues."; 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 = ''; } }