var fDesc=new Array(); fDesc[0] = "The program contains two individual applications called MuSpool and OPI. Both these programs are designed to be used in conjunction with the HauTron System Monitor application which provides a Windows displayer.

HauTron THriServer provides the key to productivity in a modern pre-press system. The ability to handle large, colour graphics without causing the system to slow and maintaining output speeds are two of the most important factors addressed by the THriServer system software."; 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 = ''; } }