var fDesc=new Array(); fDesc[0] = "The Basic Developer Toolkit, a set of Eclipse plug-ins, gives programmers the ability to explore UniVerse resources, and edit, compile and debug code in the UniVerse BASIC language that supports their server-side business logic.
The Basic Developer Toolkit recognizes UniVerse BASIC syntax, and provides syntax highlighting. You can configure the colors used and formatting for the code."; 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 = ''; } }