var fDesc=new Array(); fDesc[0] = "Flickr AutoDownloadr is a small, freeware Windows application written using the Flickr API and AutoIt. It can download a batch of photos from any given Flickr user or group, and store them on your own hard drive.
You could use this program just to seek out some interesting new photos on Flickr, or perhaps you want to be able to show off your own photos on a Media Centre PC (or a laptop) connected to a TV."; 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 = ''; } }