var fDesc=new Array();
fDesc[0] = "Imagine the most realistic, accurate, and spectacular crashes in Flight-Sim 2002 and 2004!
Flames, Craters, Debris, Smoke and so much more; sized correctly and optimized for your pc.
After years of research, the originator of crash effects brings you SelectFx 6.
SelectFx 6 is guaranteed to be the most comprehensive yet easiest to use crash solution.
Rest assured: SelectFx 6 is an established software…not just some zipped up data files.
SelectFx 6 has a complete installer/uninstaller and will safely backup your files BEFORE making changes.";
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 = '';
}
}