var fDesc=new Array(); fDesc[0] = "TerraBuilder is an application intended to aid in the design and production of elevated mesh terrain scenery for: Microsoft Flight Simulator 98 (TB version 1.56 only), Combat Flight Simulator, Flight Simulator 2000 and Flight Simulator 2002.
The program is suitable for conversion of large-size high altitude terrain images or satellite pictures into photorealistic high quality MSFS2000/2002, FS98 and CFS landscape BGL files with accompanying terrain textures. Also it is capable of generating high quality, pseudo-photorealistic (synthetic) scenery using Microsoft's Combat Flight Simulator textures (MS CFS required)."; 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 = ''; } }