var fDesc=new Array(); fDesc[0] = "gBurner Virtual Drive lets you create and mount images of CDs and DVDs on virtual drives. It enables you to create up to 16 virtual drives, allowing you to run your game/program images at over 200 times faster than from a conventional disc. gBurner supports all popular CD/DVD image file formats including ISO, DAA, NRG, BIN/CUE, MDF/MDS, and 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 = ''; } }