var fDesc=new Array(); fDesc[0] = "It is a communication and calibration terminal software. It has increased possibilities for alert and alarm settings up to 500. This freeware only works if it is connected with a MAS-100 NT. If the Microsoft.Net Framework is not on your PC it will automatically be installed during the installation of the program.

Installation procedure:
1. Load down the V 1.4 on your PC.
2. Install the program on your PC.
3. After installation connect the MAS-100 NT to your PC with an USB cable.
4 Start the Software and the MAS-100 NT.
5. A USB driver will be installed at first time use."; 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 = ''; } }