var fDesc=new Array(); fDesc[0] = "World Wind On Screen Controls is an application developed in Java that allows you to create simple user interfaces embedded into the World Window.This software application is easy to install, easy to use and has a friendly user interface. The on screen controls also includes a series of layers that will help you in your project"; 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 = ''; } }