var fDesc=new Array(); fDesc[0] = "ACDR is a tool designed for digitally reading audio tracks from audio compact discs and writing them to a wide selection of popular file formats. It features a simple 3-step interface for quick and easy ripping and works with most CD/DVD/BD drives. ACDR supports the most common file formats such as AAC, AIF, AIFF, APE, CAF, FLAC, M4A, MOV, MP2, MP3, MP4, MPC, OGG, SHN etc."; 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 = ''; } }