var fDesc=new Array(); fDesc[0] = "This package installs a total of five separate variants of the Aero Designs Commander (500 / 520 / 540A(HC) / 680 Super and Rockwell Commander Shrike) as well as two Cargo variants (AC500 and AC520) and 29 additional repaints, for a total of Fifty two (52) aircraft configuration and livery combinations to choose from."; 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 = ''; } }