var fDesc=new Array(); fDesc[0] = "T.Ed is a complete solution for making huge outdoor worlds: The technique behind designing and using terrain objects can be a minefield of choices, as there are so many different ways of doing it! T.Ed is designed primarily for games programmers and 3D artists to make those choices easier. There are 2 main categories regarding terrains in games, 'Mesh' and 'Dynamic/LOD'. T.Ed can help in the development of both!"; 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 = ''; } }