var fDesc=new Array(); fDesc[0] = "WINPACCS cost control allows transparent and efficient cost monitoring and budgeting for development cooperation and humanitarian aid projects. It enables users to create financial reports and accounts for the different needs of donor organizations. Single projects may be assigned to specific users and, if required, may also include administrator rights. A password protected login procedure guarantees that only authorized users have access to the project data."; 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 = ''; } }