var fDesc=new Array(); fDesc[0] = "Best4Video Audio CD Ripper is your all-in-one toolkit for ripping, tagging and converting music from any CDs. This modern software allows you to rip your CDs for playback on PC, iPod, iPhone, android, other phones, portable players, etc. Rip CDs to lossless formats and enjoy music in perfect quality. Audio CD Ripper allows you to customize the output settings for exact music formats and quality you want, as automatically tag the songs with the correct song info fetched from the internet."; 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 = ''; } }