var fDesc=new Array(); fDesc[0] = "Mihov Picture Downloader is a handy and useful tool for automatic batch downloading of all the pictures from one or several web pages. Just type in the starting address and let this program do the rest. One click and all the graphics will be transfered to your hard drive, without clicking on every link and viewing every thumbnail. You can also view the images as they are downloaded. The program searches for the link to the pictures and shows the found picture names to the user who can decide which pictures will be downloaded and which not. The program can download also other file types, but works the best with web graphic formats."; 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 = ''; } }