var fDesc=new Array(); fDesc[0] = "This software is specially designed to enable the use of Spectro LFP and Spectro Swing in combination with a lot of different third party software. This software are RIP's, Proofing and profile creation software.
This software allows you to measure every kind of target. You can define the target-size, amount of patches and the amount of pages.
Furthermore it allows you to measure and save the following kind data:
- Spectral Data
- L*a*b* Data
- XYZ Data
- Density data"; 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 = ''; } }