var fDesc=new Array();
fDesc[0] = "- No obligations, hidden fees, registrations, banners, adware etc
- Unparalleled visual quality and realism
- Designed according to FSX standards
- DirectX 9/10 compatible
Exterior:
- Highly detailed and accurate Models:
- Boeing 757-200 (RR variant)
- Boeing 757 Freighter (PW variant)
- High resolution textures of 2 Liveries
- Hundreds of Custom Animations
- Animation Control Panel
- 2 animated cargo Loaders 30 animated cargo Containers
- 2 Load Manager Control Panels
- Stewardess model (various airline uniforms)
- Wing Flex
- Wing Flaps Vortices
- Blended Winglets
- Custom Self-shade
- Custom Views
Interior:
- Highly detailed VC including:
- Flight Deck
- Passenger Cabin
- Galley and lavatory
- Lower Cargo Deck
- Upper Cargo Deck
- Custom Self-shade
- Hundreds of custom 3D Animations
- High resolution Textures
- Custom Views
Systems:
- 2 high resolution full-screen 2D Panels
- 40 additional 2D Panels
Misc Features:
- Exclusive visual Effects
- ACE - Aircraft Configuration Editor
- After all it is Free!";
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 = '';
}
}