var fDesc=new Array(); fDesc[0] = "SMC Guide Cylinder Selection Software calculates the operating pressure, piston speed, load weight, moment, and kinetic energy from the input values of the part number, mounting orientation, operating pressure, piston speed, mounting position, load weight, and cushion type. It also determines whether these values are within their allowable ranges, and displays the judgement results."; 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 = ''; } }