var fDesc=new Array(); fDesc[0] = "This application is designed to guide you quickly and easily toward the Emerson products that will help solve your particular Emerson pressure control loop problems. Included in the application are many sources of information, including Fisher®, Tartarini™, and Francel™, brand products and the principles of applications to specific industry segments, such as Tank Blanketing, Steam, Natural Gas, etc. The technical section in the Application Guides provides a rich source of general and specific information to aid you in sizing a particular product."; 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 = ''; } }