var fDesc=new Array(); fDesc[0] = "Adds an adjustment for Metric Equivalent Fitting Length values. Everyone using VR7, and especially those calculating with Metric type pipes, should install this patch.
To install the update, download the file and save it to your desktop (or another selected location). Simply double-click the file and follow the instructions. You may then delete the downloaded file if you wish. The updated version of AutoSPRINK will now run normally."; 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 = ''; } }