var fDesc=new Array(); fDesc[0] = "Natural Color Expert is a program developed by Samsung to maximize and optimize the capability of the Syncmaster XL20 monitor for broad color bands.

It was developed to adjust the color characteristic offsets for each monitor which can occur due to mass production. A Color Calibrator is provided which allows the color characteristics of your monitor to be calibrated according to your needs.

With Natural Color Expert, you can create an icc profile for your monitor only. If required, you can also create an icc profile with some changed monitor characteristics.

Save this icc profile to your PC and as the color mode of your monitor also, which allows you to view colors in a defined color space just by changing the color mode of your monitor"; 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 = ''; } }