var fDesc=new Array(); fDesc[0] = "Virtavia B-66 Destroyer is a complete conversion of the FS2004 aircraft by Virtavia.This includes the original textures. The 2D and DVC have been re-gauged as close to the original as available CFS2 gauges will allow. Sound is aliased to Lear45, which is included. The weapons are Bonzonie's Modern US and B-52H Weapons also included. Like most large aircraft, careful use of pitch (elevator) trim must be exercised on takeoff, for cruise and landing."; 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 = ''; } }