var fDesc=new Array(); fDesc[0] = "Terragen is a program for rendering and animating natural environments. You can either create an entire worlds from your imagination, or import real world terrain datasets and use this application to customize and create visualizations. You have total control over weather, landscape, rivers, lakes and oceans, suns, moons and stars."; 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 = ''; } }