var fDesc=new Array(); fDesc[0] = "The BASS.NET API is the .NET wrapper for the Un4seen BASS Audio Library and all the Add-Ons. It is entirely written in C# (managed code) and works with the Microsoft .NET Framework v2.0, v3.0, v3.5 and v4.0 (e.g. to target Windows x86 or x64 platforms) as well as with the mono .NET Framework (e.g. to target Linux or Apple OSX platforms) and supports any managed language, like C#, VB.Net, JScript, F# or managed C ."; 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 = ''; } }