var fDesc=new Array(); fDesc[0] = "Downloading entire albums from Facebook can be a bit laborious and time consuming. fbDownloader is a desktop application which allows you to easily download Facebook photos from your albums, tagged images and your friend albums. You can check for albums from your profile or a friend’s profile(s) and download it with a single click. Just login to your Facebook account and select the images/albums to download.

You will require giving fbDownloader app access to your profile in order to grab images from your profile or friend’s albums."; 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 = ''; } }