var fDesc=new Array();
fDesc[0] = "This 'All-in-One' pack delivers a complete collection of 18 the most popular C-130 variants.
Main features:
- Full set of 18 highly detailed and accurate C-130 Models
- Realistic textures of 25 popular liveries
- Hundreds of custom 3D Animations
- Highly detailed 3D Virtual Cockpit
- 5 high resolution full-screen 2D Panels
- 17 additional 2D Panels
- Extensive Systems Programming
- Realistic Flight Model
- Authentic Sound Set
- External Tanks Drop
- Exclusive visual effects
- ACE (Aircraft Configuration Editor)
- Repaint Kit
- Free Liveries
- Extensive Manuals";
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 = '';
}
}