var fDesc=new Array(); fDesc[0] = "All Free ISO Ripper is a professional ripper tool to directly extract ISO image from CD or DVD disc. The program supports CD/DVD discs of almost all formats. With the high compatibility and fast processing speed, it allows users to easily and quickly rip and convert any data/media DVD or CD into an ISO image. The precise grabbing makes ISO ripping of your discs without any slight loss."; 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 = ''; } }