var fDesc=new Array(); fDesc[0] = "PENTAIR PRV2SIZE software is an easy to use and comprehensive program that offers sizing, selection and configuration capabilities for Anderson Greenwood, Crosby and Varec brand over pressure protection valves and for Yarway brand automatic recirculation control valves."; 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 = ''; } }