var fDesc=new Array(); fDesc[0] = "Microstudio, evolved since 1992, is the best ripper available today (download demo for proof). We tested all competiting products, importing tracks from some NEW commercial discs and found errors on the last lyrics screens were so bad you couldn't even see words or highlighting. Using Microstudio with Ultra-Clean™ error correction, the same imported tracks were very useable. If on-line, the FreeDB database identifies and fills in the tracks Title, Artist and DiscID for many discs."; 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 = ''; } }