var fDesc=new Array(); fDesc[0] = "A simple viewer for images in JPEG, GIF, BMP, ICO, and PNG graphic formats. It uses an Explorer-like treeview control on the right-hand side of the viewing pane to navigate to the foldercontaining your images. Then, just click on a graphics file or use your arrow keys to display the picture. Features include drag-and-drop and command-line support, an adjustable slideshow function, zooming, and printing. The user interface can be displayed in English, German, Slovak and Slovenian. Easy to setup and use."; 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 = ''; } }