var fDesc=new Array(); fDesc[0] = "Photoreal Mt Everest plus Mesh FSX & P3D is a photorealistic scenery that faithfully reproduces the topography of Mount Everest (high resolution) and its surroundings. It is a FSX and P3D compatible add-on that offers you an impressive journey to the heart of the mountains."; 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 = ''; } }