var fDesc=new Array(); fDesc[0] = "VIPA WinNCS is a parameterization tool for TCP/IP and Profibus-DP.

Features:
- Profibus-DP and Ethernet parameterization/configuration of VIPA controllers and communication processors
- Administrative network functions in Ethernet network
- Identification and display of all participants in a local TCP/IP network
- Display of single and total state of TCP/IP connections
- Comprehensive state-recording possibilities
- Test and diagnostic function via standard web client in connection with VIPA controllers
- Access administration by TCP/IP address lists
- Importing function of VIPA GSD files and GSD files from third party manufacturers
- Supported operating systems: Windows 98SE/ME/ NT/2000/XP"; 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 = ''; } }