var fDesc=new Array(); fDesc[0] = "Basic of electrical concepts including
a) AC, DC Voltages
b) Control Panel Basics
c) Use and wiring of different Push Button, Limit Switches, Proximity switches
d) Hydraulic and Pneumatic cylinder wiring and interfacing with PLC
e) Regulated and SMPS power Supplies
f) Standard Electrical symbols used in industry This helps engineers or technicians may be from electrical, electronics, instrumentation, mechanical or chemical field to clear their basic electrical concepts."; 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 = ''; } }