var fDesc=new Array(); fDesc[0] = "Qemu Manager is an easy to use management tool for the fantastic QEMU emulator. It has a wealth of features for creating, managing and running multiple virtual machines.

Qemu Manager now allows you to run virtual machines within the program itself, giving you quick access to all your running virtual machines.


Main Features:

- Simple, Easy to use GUI for the QEMU emulator.
- Create Virtual Machines with the easy to use wizards.
- Perform all QEMU tasks with a friendly easy to use interface.
- Available for the Windows Platform."; 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 = ''; } }