var fDesc=new Array(); fDesc[0] = "Photomizer 1 created the basis for the new Photomizer series. A basis, which in its original version still delights numerous amateur- and (semi-) professional photographers. And which provides the new Photomizer 2 with the required superiority to implement all the revised and new functions in the usual, efficient way.

Repair, optimize & edit
With Photomizer 2 you repair your digital photo treasures without laborious training time and you optimize fully automatically and reliably exactly those image parts, which disturb a photo's overall impression. Completely without learning curve but with the right feeling for suitable screws and settings!
Photomizer 2 like its predecessor is the perfect completion for the digital camera, for example to correct false apertures or to compensate unfavorable weather- and lighting conditions. It's a child's play to readjust tonality and increase definition and as if by magic you get high-definition, color-intensive images. Photomizer 2 converts clearly ruined photos into attractive and natural pictures, without giving the impression of an artificial post-editing."; 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 = ''; } }