var fDesc=new Array(); fDesc[0] = "The principal feature of Prodev is that it combines the role of development appraisal and project cashflow within one program. Every time the appraisal is changed, the cashflow is updated, and vice versa. The appraisal report is set out in a classic format so as to be clear and understandable .

The cashflow reflects the exact timing of the appraisal transactions and calculates interest on a monthly or quarterly basis and sends the interest result back to the appraisal. A feature of our earlier programs was the ability to create appraisals very quickly then calculate residual values, sensitivities and so forth. This ease of use has been preserved despite the addition of a cashflow."; 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 = ''; } }