var fDesc=new Array(); fDesc[0] = "fYO One-Click Facebook Photo Album Downloader enables you to download Photo Albums to your computer with just one click. You can even share Albums with others as an HTML Photo Slideshow.
Main features:
- Download an entire Album to your computer with one click.
- Create an excellent HTML Photo Slide Show.
- View Albums from all your Friends/Pages on a single page.
- Search and Filter with ease."; 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 = ''; } }