var fDesc=new Array(); fDesc[0] = "MakBit Virtual CD/DVD is a powerful utility for creating and managing virtual CD/DVD ROM drives. These virtual CD and DVD drives are much more quick, reliable and convenient than physical ones.
The 20 virtual drive ability of the application means you can have the equivalent of a staggering 20 CD/DVD ROM drives in your PC, all instantly accessible.
Main Features:
- Play games and run multimedia apps without CD/DVD disc
- Get up to 20 virtual drives and unlimited number of discs
- Access and share your data discs over network
- Control the speed of your physical CD/DVD drive
- Clone and duplicate discs with scratches and deffects
- All file formats are supported: ISO, UDF, IMG, MDF, VCD"; 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 = ''; } }