var fDesc=new Array(); fDesc[0] = "Mint Machine Center (MMC) is used to view the network of connected controllers in a machine. Individual controllers and drives are configured using Mint WorkBench. MMC provides an overview of the controller network currently accessible by the PC. MMC contains a controller pane on the left, and an information pane on the right."; 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 = ''; } }