var fDesc=new Array(); fDesc[0] = "NCS Navigator is the unique application from NCS, displaying the full range of 1,950 NCS Original Colours in 3D, as the NCS Colour Space was intended to be viewed.

It's free to use and has a range of features to really open up the way you use NCS Colour in your work. Create custom colourways, use NCS Similarities to make quick colour combinations or simply translate between NCS Colours and digital applications for print or design (CMYK, RGB, Lab for Print)."; 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 = ''; } }