var fDesc=new Array(); fDesc[0] = "The Baron 58 with Reality XP Version continues DreamFleet's practice of offering quality Reality XP Avionics as standard equipment. The aircraft model was designed by Mikko Maliniemi of Finland, one of the most talented 3D modelers in the flight simulation industry, and you can be certain that this Baron 58 is one of the most complex and detailed aircraft models ever produced."; 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 = ''; } }