var fDesc=new Array(); fDesc[0] = "UK2000 Jersey Xtreme FSX is an add-on that provides an airport scenery. It comes with fully detailed buildings, realistic ground markings, high resolution ground images, UK runway markings, night effects, 3D approach lights, dozens of airport vehicles, animated traffic, fencing, Airliner and GA static aircraft."; 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 = ''; } }