var fDesc=new Array(); fDesc[0] = "This software (PUM parameter loader) is an auxiliary tool for setting parameters and tuning the module-type temperature controller. The setting conditions can be edited and saved with this software. By setting, editing, and saving parameters on your PC, the setting can be copied for multiple module-type temperature controllers. The PV, SV, and MV trend can also be displayed as an auxiliary tool for tuning the module-type temperature controllers."; 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 = ''; } }