var fDesc=new Array(); fDesc[0] = "Project Cost Controler is your low effective software to controle budget cost of your projects. It helps you to monitor with input and output amounts over a project. Everything is saved instantly into database. You don't need anymore to write down on sticky papers how and what you spent on your valuable projects.

Best solution for Medium and Small Businesses.

Data can be exported in Microsoft Excel to keep records in your filings or for other purposes."; 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 = ''; } }