var fDesc=new Array(); fDesc[0] = "ULLI ST. PETERSBURG X is an add-on that adds Saint Petersburg airport to your Microsoft Flight Simulator game.

Main features:
- Photorealistic textures on the airport buildings.
- Custom textured taxiways, runways and apron.
- Realistic ground markings.
- Highly realistic night time effects with custom 3D runway and taxilights.
- Hand-placed autogen.
- Custom surroundings including airport-city.
- Animated vehicles on the aprons."; 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 = ''; } }