var fDesc=new Array(); fDesc[0] = "Vickers Viscount for FSX is a completely new model of the Vickers Viscount, famous as the first turboprop airliner and a huge success all over the world. This package covers the Viscount 700, 700D, 800 and 810 with textures for BEA, Air France, TCA, KLM, Capital, United, Continental and several others. This is in the native model format for FSX."; 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 = ''; } }