var fDesc=new Array(); fDesc[0] = "CTIU Configurator is a tool developed in order to help users configure the full range of Operator Stations (OS). Configurations vary with different Automation Equipment (AE). CTIU Configurator allows the user to edit, create and display on the CTIU special characters. Features:
- Selectable Flashing Text
- Scalable Bar Graphs
- Downloadable Drive Recipes
- Wide Supply range 8-32vdc
- Internal Self Test Mode
- Page Password Protection
- Function Key for Drive Control."; 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 = ''; } }