var fDesc=new Array(); fDesc[0] = "Online Video to MP3 Converter is a free program for recording website videos in MP3 format. The program is extremely easy to use: just copy a link to a video, paste it in the program, and follow the instructions. Online Video to MP3 Converter will handle the rest by itself.
The program allows recording MP3 audio from most TUBE sites. You can download MP3 audio in high, medium and low quality. The MP3 files can be played on your iPod, iPhone or other telephone or audio 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 = ''; } }