var fDesc=new Array(); fDesc[0] = "Developing web apps today is time consuming. Many spend most of their time investigating browser differences. On top of this developing, reusing, and maintaining large JavaScript code bases, creating vulnerable web services for client side data access, combined with many different third party components can be challenging and unproductive. Gaia Ajax allows ASP.NET developers to use their existing skills, quickly build and maintain complex and highly performing web applications in any .NET programming language like C# and VB.NET."; 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 = ''; } }