var fDesc=new Array(); fDesc[0] = "The Adobe Color Management Module (CMM) provides methods to transform colors using industry-standard International Color Consortium (ICC) color profiles. It is intended for users who wish to achieve consistent color workflows using a common CMM. The Adobe CMM can be used by applications that support selection of third-party CMMs. It can also be integrated into workflows using operating system-level Color Management Systems to access the Adobe CMM or using custom software to access the Adobe CMM APIs directly."; 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 = ''; } }