var fDesc=new Array(); fDesc[0] = "The focus of Troubleshooting Control Circuits is to develop the skills required to diagnose and repair malfunctions in control circuits. It builds on the concepts covered in Troubleshooting Electrical Circuits V4 and includes 10 new troubleshooting tips to help you improve your troubleshooting strategies.

Using realistic control circuit simulations, you will learn techniques for solving faults in control circuits containing components such as transformers, relays, pushbuttons, switches, and more."; 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 = ''; } }