var fDesc=new Array(); fDesc[0] = "ValSpeQ is a full function, Windows based multi-configurator for Valve & Level sizing, selection and specification tool. It is structured so that user cannot select invalid combination of components. The output reliability is assured through sizing calculations and noise prediction methods that are entirely consistent with the latest ISA/IEC standards."; 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 = ''; } }