var fDesc=new Array(); fDesc[0] = "Gallio is an automation platform for .NET with a common object model, runtime services, and test runners. It comes with extra namespaces for .NET to extend its abilities. Gallio.Ambience namespace provides a lightweight object database based on db4o for storing test data across test runs. The Gallio.Common namespace contains common data types and utilities. There are also extra namespaces, which can be referred from the API documentation."; 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 = ''; } }