var fDesc=new Array(); fDesc[0] = "AV CD Grabber is a program that helps you convert tracks on a music CD to standard computer audio files for hard disk backup or for mobile devices. The program supports a variety of file formats for output including WMA, WAV, MP3, AAC, MP4, MPC, OGG, RAW, SPX, TTA, WV, APE and FLAC. It offers you full control over output encoding, including constant and variable modes at selectable bitrates."; 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 = ''; } }