var fDesc=new Array(); fDesc[0] = "The PC Evaluation software (PCA3000) is used for archiving and evaluating data (including device audit trail data, if available). In the software, an electronic signature can be attached to the archived data. PCA3000 can be used for data from different instruments.

Minimum configuration:
- Intel Pentium1 III or higher,
- Microsoft Windows2 2000 or XP,
- 256Mbyte main memory,
- CD drive,
- mouse,
- one free serial interface or network connection or CompactFlash memory
cards (depending on the type of data transmission to the recorder) and
- 120Mbyte free space on hard disk."; 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 = ''; } }