var fDesc=new Array(); fDesc[0] = "Enterprise Financial Model is a simple tool designed for execution of financial estimates, fitted with elements of a training program and allowing increasing the level of user knowledge in economics significantly. The software is accompanied with a great number of examples with comments and recommendations and allows producing desired result.
Fields of Application:
A. Preparation of feasibility studies for Investment Projects and Business Development Projects
B. Analysis of business ideas and management decisions to be made
C. Assessment of various business development scenarios
D. Gaining experience and skills in Economics and Analytics"; 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 = ''; } }