var fDesc=new Array(); fDesc[0] = "Search Interface with a "tree" approach to your selection of albums and photo collections. "Shoe Box" function. Full screen view has scale plus, minus and best fit with or without photo description text. Set any selected photo as wall paper. All resize of windows/forms improves the working area while everything else stays the same. Make any photo collection a slide-show screen saver. E-mail any selected photo. Rotate, copy, move, Save As., etc, etc. Sort by path, filename, type, size and date. View of any folder with or without sub folders. Handle almost all image 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 = ''; } }