var fDesc=new Array(); fDesc[0] = "CHoose is the new Compact Hydraulics configuration tool. It gives you complete freedom by allowing the configuration of customized hydraulic integrated circuits (HIC), compact directional valves (CDV) and compact power modules (CPM).

CHoose contains a vast library of Compact Hydraulics components with full catalog information and configuration error check. During the configuration, you'll be helped by the software through the configuration steps, with a constant check on project parameters and component details."; 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 = ''; } }