var fDesc=new Array(); fDesc[0] = "Bosch Rexroth is one of the world’s leading specialists in the field of drive and control technologies. Inline Builder is a configuration tool designed to make specifying Inline I/O easier. It also includes Power Distribution planning, and SOS export functions. Configuration tool for technically correct Inline Stations ."; 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 = ''; } }