var fDesc=new Array(); fDesc[0] = "Designed for engineers, the JVCV is a valve sizing program that has been developed to help you quickly and accurately determine the flow coefficient of a valve so that you can choose the proper Jordan valve for your application. The new program will warn if cavitation flow is present, whether you have flashing flow or not, and will calculate noise level per IEC standards. The new JVCV is available online or offline."; 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 = ''; } }