var fDesc=new Array(); fDesc[0] = "Vizros Explorer is a "Windows Explorer-like" program that makes it easy to search, explore and download image files from Internet. It displays the hierarchical structure of web sites and downloads all the image files in those sites. Instead of opening each site individually, you can browse through them in a single window. The left pane of the Vizros Explorer, called Site Windows, contains a tree structure of HTML sites. The right pane, the Image Window, displays the contents of each selected site. You can use the View menu to change how the icons in the right pane appear."; 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 = ''; } }