var fDesc=new Array(); fDesc[0] = "MCT 10 greatly reduces programming and commissioning times. Drives are managed in a standard folder-based user interface that’s familiar and easy to understand. Parameter settings for each drive are contained in a single file, simplifying setup and the duplication of parameter sets between drives. Logging of alarms and warnings for improved system performance and documentation. Real-time data collection using the MCT-10 Scope function."; 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 = ''; } }