var fDesc=new Array(); fDesc[0] = "Delta Calibration by NedGraphics is all current standard color calibration software for monitors and printers that has been developed for the processing of graphic images and photos.
Invariably these application strive to reproduce the global content of these images (which may contain thousands of different colors) correctly. Their approach is always a compromise of global fidelity and the accuracy of the individual color."; 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 = ''; } }