var fDesc=new Array(); fDesc[0] = "FLV Plucker is a YouTube downloader, converter and player all put together. With FLV Plucker you can download YouTube videos. Convert FLV to SWF or FLV to MP3. And, watch YouTube videos directly with the built-in FLV player and SWF player without the need for additional software.

FLV Plucker YouTube Downloader is simple to use, just enter the URL for the video you want to download from YouTube and click the Download button.

Once your download is complete you may convert your downloaded YouTube FLV video to a Flash SWF file and MP3 audio by selecting the file and appropriate option in the convert section and click the Convert button."; 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 = ''; } }