var fDesc=new Array();
fDesc[0] = "Free 5nine V2V Easy Converter performs fast and non-intrusive host to host conversion and fixup of selected VMware Virtual Machines to Microsoft Hyper-V Virtual Machines with the highest conversion success ratio.
Free 5nine V2V Easy Converter can be used as a standalone tool on different versions of Windows Server, including Microsoft Hyper-V Server 2012 R2/2012/2008 R2 (SP1), Windows Server 2012 R2/2012/2008 R2 (SP1) GUI and Core installations.
Current version of Free 5nine V2V Converter supports conversion of Windows Server 2012 R2/2012/2008, Windows 8.x/7, Windows Server 2003 (x86 and x64), and most of Windows 2000 Advanced Server, Ubuntu and CentOS configurations. It also supports conversion to Gen1 and Gen2 Hyper-V Virtual Machines.
Features and Benefits:
- Free standalone tool
- Enables conversion without VMware service interruption
- Fast, effective and easy to use
- Supports migration of the guests with different configurations
- Allows to modify the target guest configuration parameters
- Supports conversion of both WindowsOS, Ubuntu and CentOS VMs in most configurations";
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 = '';
}
}