var fDesc=new Array(); fDesc[0] = "Automata Pro is a workflow automation software for advanced color correction, image editing and color management. Its automatic color correction algorithm corrects color balance, exposure and contrast problems from original image in single step. White balance, exposure and contrast adjustments are processed as separate layers. Automata has support for standard ICC profile based color management."; 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 = ''; } }