var fDesc=new Array(); fDesc[0] = "EasyPlanEx is a software application that provides a comprehensive solution for evaluating and optimizing any type of financial problems. EasyPlanEx widens the project scope because it does not only evaluate the proposed case, but it is able to evaluate all its alternatives automatically (even thousands of combinations), the result being that it shows the 20 best alternatives for the project. EasyPlanEx has the capability to measure the risk of decisions by means of the Monte Carlo method, allowing the user to take actions to reduce risk."; 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 = ''; } }