var fDesc=new Array(); fDesc[0] = "ImgDrive is a virtual DVD program that lets you load images of CD/DVD/BD discs. You can also mount APE, FLAC, and WAV files as audio CDs. This application supports up to 7 virtual drives at the same time. Multi session disc images for CCD, MDS, and NRG formats are also supported, along with common formats like ISO."; 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 = ''; } }