var fDesc=new Array(); fDesc[0] = "Free AVI to MP3 is a totally free program that converts AVI, DivX and XviD files to MP3 or WAV format. Additionally, the program allows you to extract original audio tracks from supported files without loss of sound quality.

The program also lets you add tags (artist, album, title, year, etc.) to the generated MP3 or AAC files."; 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 = ''; } }