var fDesc=new Array(); fDesc[0] = "A# is a port of Ada to the Microsoft .NET Platform. A# was originally developed at the Department of Computer Science at the United States Air Force Academy.

A# has been fully integrated into AdaGIDE, a leading open-source IDE for Ada under Windows. A .NET port of the multi-platform open-source GUI Design tool RAPID has been completed. A# can now also be run from within Visual Studio 2005."; 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 = ''; } }