var fDesc=new Array(); fDesc[0] = "A webstart application that allows to you to browser, update and administer a mongo database. The program installs in seconds and is Java based because it was easy to build and compile. With a few click of a button you can connect to your server in no time and also you can manage the databases and informations stored."; 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 = ''; } }