var fDesc=new Array(); fDesc[0] = "The X-Rite® ToolCrib application provides several tools which help users interact with and evaluate several X-Rite instruments. This application's primary intent is for troubleshooting a misbehaving instrument, not for large-scale data retrieval.

System Requirements Windows: A Pentium class processor running Windows 98 SE, Windows NT4 SP5, Windows 2000, Windows XP Home or Windows XP Pro. 64 MB of Ram 50 MB of free disk space Available USB or Serial port (dependant on instrument type)"; 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 = ''; } }