var fDesc=new Array(); fDesc[0] = "Chromulan is a software that cooperates with laboratory devices developed by company PiKRON using uLan network protocol.

It can be used in two modes:

Receive mode allows to acquire data from UV detector connected in HPLC system and work up the obtained chromatogram. This mode is the only one available in Windows 95/98 operating systems. In this case the device mode is set automatically to "Apex".

Interactive mode allows direct control of the all devices connected to the uLan network by the Chromulan program. This mode is available only in Window NT operating system. The device mode must be set to "uLan"."; 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 = ''; } }