var fDesc=new Array(); fDesc[0] = "Webaroo is a downloader application that works with a lot of services. The easiest way of downloading YouTube videos I knew about was installing a Firefox extension that would download the content into .flv files on my computer. I also knew that there existed applications that could download Flickr photos by username, tag, group, etc. But I didn't know a single application could do all of that. Webaroo allows you to do all that from a single GUI. The interface could be better to make the integration of services a little easier to understand, but using it a little will help to figure it out. Webaroo can also subscribe to RSS feeds and new sites, so it doubles as a news reader. The videos are easily downloaded. However, I found that using a separate application for downloading Flickr photos is way easier than struggling to find the options with Webaroo. The application also integrates with Internet Explorer and Firefox via Add-ons to make it easier for you to download any videos. You can also save your web browsing history and download websites to browse them later."; 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 = ''; } }