var fDesc=new Array(); fDesc[0] = "The StarTeam Software Developer's Kit (SDK) allows any programmer to develop custom software applications based on StarTeam's collaborative architecture. On Windows platforms the StarTeam SDK runtime automatically installs the required Java runtime to a reserved location for use with StarTeam. The SDK provides a robust set of Application Programming Interfaces (APIs) that can be used with a wide variety of popular programming languages, including Java, C/C , Visual Basic, and so on."; 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 = ''; } }