var fDesc=new Array(); fDesc[0] = "Picture Window is a full-featured 32-bit electronic darkroom program. It can be used to import photographs into the computer, enhance them using a comprehensive set of image editing tools, and then create high quality prints, multimedia slide shows, photo screen savers, and more. Its features include perspective correction, color balancing, precise brightness, contrast, and saturation adjustment, retouching (cloning, painting, speck removal, smudge, etc.), filtering, compositing, resizing, tinting B&W images, creating photo calendars, converting color images to B&W, sharpening and unsharp masking, blurring, advanced mask creation tools, printing (including poster-size output), TWAIN support, text overlays, page layout, file browser, special effects, monitor calibration, support for standard CC and Wratten filter designations, and support for all standard image file 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 = ''; } }