var fDesc=new Array(); fDesc[0] = "Connector/Net runs on any platform that supports the .NET framework. The .NET framework is primarily supported on recent versions
of Microsoft Windows, and is supported on Linux through the Open Source Mono framework

When MySQL Connector/Net is installed on Microsoft Windows, Visual Studio integration components are also installed and initialized.
This enables the developer to work seamlessly with MySQL Connector/Net in the familiar Visual Studio environment, as
described in the following sections of the manual."; 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 = ''; } }