var fDesc=new Array(); fDesc[0] = "SIPROM GA is a program that allows communication between a PC or a laptop and compatible analyzers. A maximum of twelve devices (electronics module) of the following type can be connected:

- OXYMAT 6 / 61 / 64
- ULTRAMAT 6 / 23
- CALOMAT 6 / 62
- FIDAMAT 6

The coupling between the PC/laptop and the analyzers is made by an interface converter from RS 485 to RS 232, USB or Ethernet adapter."; 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 = ''; } }