var fDesc=new Array(); fDesc[0] = "MyThumbnails is a utility for viewing and generating thumbnails (small images) from your image folders. Supports the following formats: BMP, GIF, JPEG, ICO, WMF, EMF, PNG, PCX, TIFF, PSD. Features: easy-to-use interface, fullscreen view, shows image file information, allows you to copy thumbnails to the clipboard and save them in BMP, GIF, JPEG, PNG, TIFF, PCX formats, to customize thumbnail sizes and to use anti-aliasing mode. It supports folder bookmarks, has a generator of HTML pages containing thumbnails, file filters and the folder browser, similar to Windows Explorer."; 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 = ''; } }