var fDesc=new Array(); fDesc[0] = "The objective of the project "Rapla" is to provide an easy-to-use resource-management system.

The primary target of the program were universities. Rapla allows coordination beetween the lectures and the administration. It offers multiple ways to view the available resources and schedule the events.

Rapla started as a simple room booking software, but in the last five years it evolved into a fully configurable framework for event and resource-management."; 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 = ''; } }