var fDesc=new Array(); fDesc[0] = "This is the most friendly and the fastest program for localizing .NET applications that was created using Visual Studio. With Babylon.NET you can localize all types of Visual Studio projects like Windows.Forms, ASP.NET, WPF, Silverlight and Windows Phone written in C# or VB.NET. The program supports the reviewing process of the localization by keeping track of the quality status for every single resource string in every locale and more."; 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 = ''; } }