var fDesc=new Array(); fDesc[0] = "HarnWare is the Tyco Electronics PC computer aided wiring harness design system for the defence, rail, aerospace, naval and motor sport industries. Some key features of the wiring harness design function in these industries are outlined in the next section and then subsequent sections provide an overview of HarnWare and HarnVis - a 3D harness design visualisation system."; 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 = ''; } }