var fDesc=new Array(); fDesc[0] = "WildFire CD Ripper can extract songs from audio CDs. It has support for WAV PCM, OGG Vorbis, MP3, and WMA file formats. This application can preserve the ID3V2 tags of songs while ripping. It can extract files even if they have variable bitrates or multiple 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 = ''; } }