var fDesc=new Array(); fDesc[0] = "This add-on extends that CTP by introducing a version of the client library that can run inside the Microsoft Silverlight 1.1 environment. The Microsoft ASP.NET 3.5 Extensions Preview CTP shipped in Dec of 2007 and included a client library to facilitate access to ADO.NET Data Services from applications built using the .NET Framework."; 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 = ''; } }