var fDesc=new Array(); fDesc[0] = "Clip Extractor icon at the right side of your browser’s toolbar.
YouTube Clip Extractor is a powerful and handy application that allows you to save videos from YouTube to your PC, iPod or any mobile just in a few seconds. With this incredible program you will be able to convert YouTube videos to AVI, MOV, MP4, MP3, 3GP and enjoy them on your iPod, iPhone, PDA, PSP or any mobile phone wherever and whenever you want. Moreover, it features a straightforward and user-friendly interface which does not require any technical knowledge to be operated and makes this task a breeze. You just have to go to YouTube site, pick up the video and click the YouTube."; 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 = ''; } }