var fDesc=new Array(); fDesc[0] = "E-T-A PowerPlex – the intelligent Bus System for the Protection and Control of Electrical Installations in recreational and work boats and vehicles. The proven CAN-Technology and the Multiplexing technique allows for easy configuration. The power distribution system, with touch screen display, provides: built-in diagnostics, monitoring and redundant mechanisms and programmable overload protection."; 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 = ''; } }