var fDesc=new Array(); fDesc[0] = "COLOR projects professional offers possibilities to transform digital color photographs into nice works of art. COLOR projects professional’s clearly structured working interface displays the finely tuned presets on the left and the expert filters on the right. With the film emulation you can intensify portrait images and simulate a classic film look. COLOR projects professional is not only about image correction and editing – this is a whole new software that lets you step into the role of an art director and lets you decide how your images will appear."; 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 = ''; } }