var fDesc=new Array(); fDesc[0] = "Do you want to download your favorite pictures from the web faster? Try our award-winning Windows software-FotoMonster! This new technology will help you quickly search and get your favorites pictures.
FotoMonster is an easy-to-use Internet application that allows you to download pictures from the web. It can access your favorite web sites with a maximum of 8 threads simultaneously. It saves you both time and energy!
Your will benefit in many ways from using FotoMonster:
* Minimum use of your hard disk space
* Fastest pictures download
* Preview the thumbnails before downloading the big size pictures"; 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 = ''; } }