var fDesc=new Array(); fDesc[0] = "SoftColor Server Automata is a program designed for an advanced color correction, image editing and color management workflow automation. It loads automatically new and changed image files from the input folder and after processing, it saves images to the output folder. White balance, exposure and contrast adjustments are processed as separate layers."; 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 = ''; } }