var fDesc=new Array(); fDesc[0] = "The RL-sizing software from Origa Division Europe provides the sizing for pneumatic linear drives in a matter of seconds. The user simply inputs his technical operating conditions, e.g. installation position, travel distance or weight for the motion task. RL-sizing independently calculates statistical and dynamic motion conditions according to the input information. In a matter of seconds, the suitable linear drives are ready for selection."; 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 = ''; } }