var fDesc=new Array(); fDesc[0] = "MX Photo Downloader is a unique application with which you can search and download photos from the Internet. It uses Google Image Search to search for the images.

Features:

- Search & Download photos from the Internet
- Filter images based on size.
- Thumbnail Display
- Supports caching to prevent downloading the same files again
- Built in - Interactive/Non-Interactive update."; 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 = ''; } }