var fDesc=new Array(); fDesc[0] = "Prode Valves can assist in design, rating and selection of control, safety, relief valves, in addition to procedures for rigorous design and rating Prode Valves offers the benefit to automatically identify the most suitable product and fills in all detailing specifications.

Prode Valves includes customizable archives with manufacturer's models, product's specifications and commercial codes."; 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 = ''; } }