var fDesc=new Array(); fDesc[0] = "Terrain3D software is a graphic tool for the game "Sailors of the Sky” . It is used to create additional soaring sceneries / locations from simple road maps. It should be noted that all of the gliders and scenery supplied with the program have been created with these programs at their current state of development."; 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 = ''; } }