var fDesc=new Array(); fDesc[0] = "Nevo Video to Audio Converter 2008 is an extremely easy-to-use tool to extract audio from AVI, WMV, ASF, MPG and MPEG files to MP3, WAV, WMA and OGG format. You can extract audio from your video files to MP3s so you can listen them with your mp3 player. No quality is lost! Support fast batch conversion. Video to Audio Converter is with user-friendly-interface and extracting your audio files is just a button click away."; 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 = ''; } }