var fDesc=new Array(); fDesc[0] = "Air New Zealand Package FSX & P3D is a super package with 8 airplanes from Air New Zealand, each aircraft has a virtual cockpit (VC) with the exception of the Boeing 767-300 replaced with a 2D panel. Each Airbus is included with remastered HD textures in the virtual cockpit, Boeing 777 have a high performance 2D panel and VC including new gauges with FMC (read the documentation). All aircraft are included with high quality customized sounds."; 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 = ''; } }