var fDesc=new Array(); fDesc[0] = "By installing this module, you add a function to imagePROGRAF Printer Driver and PosterArtist for printing charts enabling optimal color matching suiting the environment in which a printed document will be viewed.

- Cannot be used in an environment where the printer is shared.
- In order to install the printer driver, you must log into the system as an Administrator.

- Before installing or uninstalling, exit all applications.
You also cannot install or uninstall while Light Source Check Tool is running.

- After installation, the installation directory may remain.
If files not managed by Light Source Check Tool are included in the installation folder, those files and the folder will not be deleted.

- Also if you are using Light Source Check Tool from PosterArtist, imagePROGRAF Printer Driver is required.
Please use after installing the printer driver of the applicable model."; 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 = ''; } }