var fDesc=new Array(); fDesc[0] = "Optipix, a suite of Photoshop compatible plug-ins for Macintosh OS 9.x, Macintosh OS X 10.1+, and Windows 9x/NT/2K/XP, includes tools for correcting common problems in digital images. The Optipix package works on both 8 and 16 bit images and includes tools for automatically improving contrast, image averaging, blending bracketed exposures, enhancing edge detail, sub-pixel nudging, and color-safe sharpening. In addition to the software, the Optipix CD contains the Digital Fine Print Workflow, written by renowned photographer George DeWolfe. This document is a lavishly illustrated guide for the professional and hobbyist photographer, explaining tips and techniques for managing a fully 16-bit workflow from the shot to the final print. The Digital Fine Print Workflow is also available separately from George DeWolfe's website."; 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 = ''; } }