var fDesc=new Array(); fDesc[0] = "unga is a support grid system for Open Simulator servers. It allows to configure an Open Simulator grid easily and it is deployable on any standard LAMP server.
unga is both a server system and a backend for configuring that servers. Also, its modular architecture allows to create (or plug) specialized modules programmed in standard PHP.
unga has been developed over the high performance Code Igniter Framework, and uses intensively the jquery javascript libraries for the backend."; 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 = ''; } }