var fDesc=new Array(); fDesc[0] = "SeqDownload - Automatically download images from the Web.
This utility allows you to automatically download an image file in every few seconds or minutes (according to your selection), and save it to your local drive. After collecting a fair amount of downloaded images in your local drive, you can easily create beautiful animation from the downloaded images or simply watch the historical images on your local download folder."; 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 = ''; } }