var fDesc=new Array(); fDesc[0] = "Night Environment is a series of add-ons for FSX that revolutionizes the way Germany looks at night. Using a series of databases it will add lights to roads and other areas. Hundreds of thousands of lights clearly show how highways connect cities and how smaller roads meander into neighborhoods. Visual navigation at night becomes a real option and even easier than during daytime just as it often is in real aviation."; 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 = ''; } }