var fDesc=new Array(); fDesc[0] = "iFree Video to Audio Converter is a powerful and easyt-to-use audio extractor which can extract audio from video, convert MPEG to MP3, convert MPEG to M4A and AVI to MP3 with high conversion speed to give you the best quality. You can extract audio from your video files to MP3s so you can listen them with your mp3 player."; 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 = ''; } }