var fDesc=new Array(); fDesc[0] = "World Wind Java Web Browser Balloons displays HTML, JavaScript, and Flash content to the user in the form of a screen-aligned balloon. This software has two browser balloon types: one which displays a balloon attached to a position on the Globe--GlobeBrowserBalloon, and one which displays s a balloon at a point on the screen--ScreenBrowserBalloon"; 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 = ''; } }