var fDesc=new Array(); fDesc[0] = "CIRCOR Select is a sizing and selection tool for products from the manufacturer. In addition to basic product sizing and selection, it also provides selection for the actuator, accessories, materials, and factory notes. This program intelligently restricts or expands the attribute values of products based upon the process service conditions. It also determines if any adverse conditions exists, warning the user and recommending possible solutions."; 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 = ''; } }