var fDesc=new Array(); fDesc[0] = "Flora-2 is a sophisticated object-based knowledge representation and reasoning system. Applications of Flora-2 include intelligent agents, Semantic Web, ontology management, integration of information, and others. Flora-2 was designed with extensibility and flexibility in mind, and it provides strong support for modular software development through its unique feature of dynamic modules."; 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 = ''; } }