var fDesc=new Array(); fDesc[0] = "This database, available on CD, includes loss coefficient tables for more than 200 round, rectangular, and flat oval duct fittings. Featuring pictorial outlines of each fitting, this CD is useful to design engineers dealing with a variety of duct fittings. For any given fitting, the user may enter the flow rate and fitting information and obtain loss coefficient data and associated pressure loss. The CD includes table data for supply, exhaust, and common (supply/return) duct functions, and is fully printable. Fittings may be saved into a project file, which is easily navigated through using a pop-up navigation window and is small enough to be stored and transferred. Also, an "Explorer" view gives the user an integrated graphic view of all fittings and headings."; 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 = ''; } }