var fDesc=new Array(); fDesc[0] = "One of the problems many computer users experience today is that the colors they see on their monitor screens are often inconsistent with the image colors reproduced by printers, scanners or digital cameras. Natural Color Pro is software to create Monitor Profiles for the Color Management System that solves this problem.

Scan an image, view it on a monitor to which a Monitor Profile generated by Natural Color Pro on the Color Management System has been applied and print it out to experience improved "color matching." Please note that accurate Profiles for the scanner and the printer must be used."; 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 = ''; } }