var fDesc=new Array(); fDesc[0] = "The world's best PHA software just got better. The 2009 version of HazardReview LEADER is the most flexible and efficient PHA software ever produced. It integrates HAZOP, What-if, Checklist, FMEA, LOPA, and other tools into a comprehensive program with superior navigation, linking, action item management, and data mining features not available in word processor- or spreadsheet-based solutions. Now complete with foreign languages templates and new type-ahead features."; 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 = ''; } }