var fDesc=new Array(); fDesc[0] = "TerraBuilder is a Win95/98/NT 32-bit application intended to aid in the design and production of elevated mesh terrain scenery.
TerraBuilder 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. It is also 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 = ''; } }