var fDesc=new Array(); fDesc[0] = "The SH-3 Sea King is a twin-engined anti-submarine warfare (ASW) helicopter.

It served with the United States Navy and other forces, and continues to serve in many countries around the world.

The Sea King has been built under license in Italy and Japan, and in the United Kingdom.

Full FSX model with all FSX features (bump mapping, self-shadowing etc):

Authentic virtual cockpit with animations and mousable controls

Rear cabin area included in VC

Night lighting effects in VC

Special custom-made gauges for Hover Control, CDI and GVI (drift)"; 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 = ''; } }