var fDesc=new Array(); fDesc[0] = "It's a airplane add-on for Flight Simulator 2004 depicting the ATR 72-500 in the colors of VARIG (Viação Aérea Rio-Grandense) Olympic Summer Games 2016. VARIG is a Brazilian airline. The 3D model was created by ISDT and 2D panel by Hanno Frings, and it includes complete 2D panel with photo-real side views, custom sounds and specific gauges, but there's no virtual cockpit (VC)."; 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 = ''; } }