var fDesc=new Array(); fDesc[0] = "A small helicopter but a great simulation! One of the most popular General Aviation utility and training helicopters in the World is now available for FSX and FS2004. The S300CBi is modelled in extreme high-quality detail based on extensive research on the real-world aircraft. The aircraft is supplied with a set of unique tools to customise and enhance your rotary flying experience, and an excellent tutorial to help you get to grips with totary-wing flying."; 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 = ''; } }