var fDesc=new Array(); fDesc[0] = "WSOS 5 (Windows Switchgear Operating System 5) is a software package that allows the remote control and monitoring of pole mounted auto reclosers and load break switches/ sectionalisers :

- N-Series
- U-Series
- W-Series
- RL-Series

With this software, engineers perform tasks such as analysing the history of events from each device to develop strategies for maintenance in the future, obtaining the information for system optimisation and changing protection settings and checking the current status of devices in the field from their remote P.C.

Main features:
- Easy access to all switchgear functions
- Protection & Communication settings
- Trip/Close Operation
- Data Measurement & Analysis
- Manage the whole network remotely via communications links or use a PC locally via USB, serial or ethernet
- Remote management of all Schneider Electric reclosers &sectionalisers
- Local connection via USB, serial or ethernet"; 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 = ''; } }