var fDesc=new Array(); fDesc[0] = "If you have a lot of images, browsing through them can be a slow, tedious process. This is where a thumbnail viewer such as My Thumbnails comes in handy.

The Explorer-type interface to let you browse folders on your hard drive for images. Click on a folder and thumbnails are instantly created for all images present.

Once the thumbnails are created, the folder can be book marked to save time on future browsing of that folder. Most image formats are supported, including the standard JPG, GIF, PSD formats and the more obscure MIX, PCX, PNG 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 = ''; } }