var fDesc=new Array(); fDesc[0] = "The DeHavilland DHC-2 Beaver was designed as a bush aircraft and it is part of the Premier Collection. Now you can take the DHC-2 Beaver up a test flight! This is an interesting fly simulation, the plane is easy to manage, all you have to do after installation, is to read the instructions. For example, if you want to see the 2D cockpit, press the 'S' key, or press the 'S' key again to see the 3D cockpit and twice more to see the helicopter from the spot plane view."; 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 = ''; } }