var fDesc=new Array(); fDesc[0] = "Project Risk Analysis is an engineering and risk analysis application. The program enables the capital risks on projects to be evaluated, and calculates the financial contingency required to cover those risks in a rational and defendable manner. Too often the project contingency is guesstimated as a "gut feel" amount, without much consideration for the real risks involved."; 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 = ''; } }