var fDesc=new Array(); fDesc[0] = "LightMachine is a plugin for performing all kinds of light adjustments in photos. It combines shadow/highlight, virtual lighting and color-based correction tools for performing sophisticated corrections without the need for time-consuming selections and layer stacks. It lets you selectively correct photos taken under bad light conditions or with inadequate camera settings and achieve results that rival photos taken under the best circumstances. Additionally LightMachine can achieve special effects like glows, sunsets, high key and selective b/w effects, replace one color with another and simulate polarizing filters. LightMachine works in dozens of graphics applications including Photoshop, Paint Shop Pro, IrfanView, Photoshop Elements, PhotoImpact, Photo-Paint and Fireworks under Windows as well as MacOS X. It also runs natively in Photoshop CS3 and CS4 on Intel-Macs. LightMachine can be applied to 8bit and 16bit RGB images."; 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 = ''; } }