var fDesc=new Array(); fDesc[0] = "Ground Environment X brings all-new ground textures to FSX, and it boasts an incredible 1 m/pixel texture resolution, using native 1024x1024 pixel images, and includes all seasons, meticulously designed night textures and the latest techniques in autogen placement and alignment. All this while keeping maximum Flight Simulator performance in mind during 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 = ''; } }