var fDesc=new Array(); fDesc[0] = "cymex® lets you size and evaluate complete drive trains (application motor gearhead) incredibly easily. Its highly precise calculations are enormously simplified by predefined standard applications such as belt, tape, spindle, rotary table and rack & pinion drives. By considering all important influencing factors and customer-specific parameters, it assures a reliable and efficient design and an optimal drive 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 = ''; } }