diff --git a/Aircraft/Instruments-3d/kx165/kx165-1.xml b/Aircraft/Instruments-3d/kx165/kx165-1.xml
new file mode 100644
index 000000000..03bb4358a
--- /dev/null
+++ b/Aircraft/Instruments-3d/kx165/kx165-1.xml
@@ -0,0 +1,981 @@
+<?xml version="1.0" ?>
+<PropertyList>
+
+  <!--
+  Bendix/King KX155/165 COMM/NAV radio
+  Use this instrument as COMM1/NAV1 radio
+
+  Created by Torsten Dreyer, October 2008
+
+  You might want to use the following code in your aircraft's nasal
+  init function to keep the settings of the radio persistent between
+  flightgear sessions
+
+  var props2save = [
+    "instrumentation/comm[0]/volume",
+    "instrumentation/comm[0]/frequencies/selected-mhz",
+    "instrumentation/comm[0]/frequencies/standby-mhz",
+    "instrumentation/comm[0]/test-btn",
+    "instrumentation/nav[0]/audio-btn",
+    "instrumentation/nav[0]/power-btn",
+    "instrumentation/nav[0]/frequencies/selected-mhz",
+    "instrumentation/nav[0]/frequencies/standby-mhz",
+  ];
+  foreach( var p; props2save ) {
+    aircraft.data.add( p );
+  }
+  -->
+
+  <params>
+    <comm-serviceable>instrumentation/comm[0]/serviceable</comm-serviceable>
+    <nav-serviceable>instrumentation/nav[0]/serviceable</nav-serviceable>
+    <power>instrumentation/nav[0]/power-btn</power>
+
+    <comm-frq-swp>instrumentation/comm[0]/frq-swap-btn</comm-frq-swp>
+    <comm-frq-selected>instrumentation/comm[0]/frequencies/selected-mhz</comm-frq-selected>
+    <comm-frq-standby>instrumentation/comm[0]/frequencies/standby-mhz</comm-frq-standby>
+    <comm-volume>instrumentation/comm[0]/volume</comm-volume>
+    <comm-test>instrumentation/comm[0]/test-btn</comm-test>
+
+    <nav-frq-swp>instrumentation/nav[0]/frq-swap-btn</nav-frq-swp>
+    <nav-frq-selected>instrumentation/nav[0]/frequencies/selected-mhz</nav-frq-selected>
+    <nav-frq-standby>instrumentation/nav[0]/frequencies/standby-mhz</nav-frq-standby>
+    <nav-volume>instrumentation/nav[0]/volume</nav-volume>
+    <nav-audio>instrumentation/nav[0]/audio-btn</nav-audio>
+  </params>
+
+  <path>kx165.ac</path>
+
+  <animation>
+    <type>select</type>
+    <object-name>CommUse</object-name>
+    <object-name>CommStby</object-name>
+    <object-name>NavUse</object-name>
+    <object-name>NavStby</object-name>
+    <condition>
+      <property alias="../../../params/comm-serviceable"/>
+      <property alias="../../../params/nav-serviceable"/>
+      <property alias="../../../params/power"/>
+    </condition>
+  </animation>
+
+  <animation>
+    <type>material</type>
+    <object-name>CommToggle</object-name>
+    <object-name>NavToggle</object-name>
+    <emission>
+      <red>1.0</red>
+      <green>0.2</green>
+      <blue>0.0</blue>
+      <factor-prop>controls/lighting/instruments-norm</factor-prop>
+    </emission>
+  </animation>
+
+  <!-- comm part -->
+
+  <animation>
+    <type>translate</type>
+    <object-name>CommToggle</object-name>
+    <property alias="../../params/comm-frq-swp"/>
+    <factor>-0.004</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse100M</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse10M</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse1M</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse100K</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse10K</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby100M</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby10M</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby1M</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby100K</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby10K</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <!-- NAV part -->
+
+  <animation>
+    <type>translate</type>
+    <object-name>NavToggle</object-name>
+    <property alias="../../params/nav-frq-swp"/>
+    <factor>-0.004</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse100M</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse10M</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse1M</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse100K</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse10K</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby100M</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby10M</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby1M</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby100K</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby10K</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <!-- knobs and buttons -->
+
+  <animation>
+    <type>rotate</type>
+    <object-name>CommVolume</object-name>
+    <property alias="../../params/comm-volume"/>
+    <factor>-270</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0188947</x-m>
+      <y-m>-0.0620002</y-m>
+      <z-m>-0.0139999</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>translate</type>
+    <object-name>CommVolume</object-name>
+    <property alias="../../params/comm-test"/>
+    <factor>0.002</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>rotate</type>
+    <object-name>CommKHz</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <factor>-360</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0320882</x-m>
+      <y-m>-0.022</y-m>
+      <z-m>-0.012</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>rotate</type>
+    <object-name>NavKHz</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <factor>-360</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0320882</x-m>
+      <y-m>0.058</y-m>
+      <z-m>-0.012</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>rotate</type>
+    <object-name>NavVolume</object-name>
+    <property alias="../../params/nav-volume"/>
+    <factor>-270</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0188946</x-m>
+      <y-m>0.0180001</y-m>
+      <z-m>-0.0139999</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>translate</type>
+    <object-name>NavVolume</object-name>
+    <property alias="../../params/nav-audio"/>
+    <factor>0.002</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <!-- actions -->
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolumePickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>0</value>
+        <condition>
+          <less-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </less-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolumePickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>1</value>
+        <condition>
+          <greater-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </greater-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-toggle</command>
+        <property alias="../../../../params/comm-test"/>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>0</value>
+        <condition>
+          <less-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </less-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>1</value>
+        <condition>
+          <greater-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </greater-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>-0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>-1</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>1</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>-0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolumePickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolumePickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-toggle</command>
+        <property alias="../../../../params/nav-audio"/>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>true</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>-0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>-1</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>1</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>-0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolumePickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommToggle</object-name>
+    <visible>true</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/comm-frq-swp"/>
+        <value type="int">1</value>
+      </binding>
+      <binding>
+        <command>property-swap</command>
+        <property alias="../../../../params/comm-frq-selected"/>
+        <property alias="../../../../params/comm-frq-standby"/>
+      </binding>
+      <mod-up>
+        <binding>
+          <command>property-assign</command>
+          <property alias="../../../../../params/comm-frq-swp"/>
+          <value type="int">0</value>
+        </binding>
+      </mod-up>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavToggle</object-name>
+    <visible>true</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/nav-frq-swp"/>
+        <value type="int">1</value>
+      </binding>
+      <binding>
+        <command>property-swap</command>
+        <property alias="../../../../params/nav-frq-selected"/>
+        <property alias="../../../../params/nav-frq-standby"/>
+      </binding>
+      <mod-up>
+        <binding>
+          <command>property-assign</command>
+          <property alias="../../../../../params/nav-frq-swp"/>
+          <value type="int">0</value>
+        </binding>
+      </mod-up>
+    </action>
+  </animation>
+
+</PropertyList>
diff --git a/Aircraft/Instruments-3d/kx165/kx165-2.xml b/Aircraft/Instruments-3d/kx165/kx165-2.xml
new file mode 100644
index 000000000..89ba2d3a0
--- /dev/null
+++ b/Aircraft/Instruments-3d/kx165/kx165-2.xml
@@ -0,0 +1,981 @@
+<?xml version="1.0" ?>
+<PropertyList>
+
+  <!--
+  Bendix/King KX155/165 COMM/NAV radio
+  Use this instrument as COMM2/NAV2 radio
+
+  Created by Torsten Dreyer, October 2008
+
+  You might want to use the following code in your aircraft's nasal
+  init function to keep the settings of the radio persistent between
+  flightgear sessions
+
+  var props2save = [
+    "instrumentation/comm[1]/volume",
+    "instrumentation/comm[1]/frequencies/selected-mhz",
+    "instrumentation/comm[1]/frequencies/standby-mhz",
+    "instrumentation/comm[1]/test-btn",
+    "instrumentation/nav[1]/audio-btn",
+    "instrumentation/nav[1]/power-btn",
+    "instrumentation/nav[1]/frequencies/selected-mhz",
+    "instrumentation/nav[1]/frequencies/standby-mhz",
+  ];
+  foreach( var p; props2save ) {
+    aircraft.data.add( p );
+  }
+  -->
+
+  <params>
+    <comm-serviceable>instrumentation/comm[1]/serviceable</comm-serviceable>
+    <nav-serviceable>instrumentation/nav[1]/serviceable</nav-serviceable>
+    <power>instrumentation/nav[1]/power-btn</power>
+
+    <comm-frq-swp>instrumentation/comm[1]/frq-swap-btn</comm-frq-swp>
+    <comm-frq-selected>instrumentation/comm[1]/frequencies/selected-mhz</comm-frq-selected>
+    <comm-frq-standby>instrumentation/comm[1]/frequencies/standby-mhz</comm-frq-standby>
+    <comm-volume>instrumentation/comm[1]/volume</comm-volume>
+    <comm-test>instrumentation/comm[1]/test-btn</comm-test>
+
+    <nav-frq-swp>instrumentation/nav[1]/frq-swap-btn</nav-frq-swp>
+    <nav-frq-selected>instrumentation/nav[1]/frequencies/selected-mhz</nav-frq-selected>
+    <nav-frq-standby>instrumentation/nav[1]/frequencies/standby-mhz</nav-frq-standby>
+    <nav-volume>instrumentation/nav[1]/volume</nav-volume>
+    <nav-audio>instrumentation/nav[1]/audio-btn</nav-audio>
+  </params>
+
+  <path>kx165.ac</path>
+
+  <animation>
+    <type>select</type>
+    <object-name>CommUse</object-name>
+    <object-name>CommStby</object-name>
+    <object-name>NavUse</object-name>
+    <object-name>NavStby</object-name>
+    <condition>
+      <property alias="../../../params/comm-serviceable"/>
+      <property alias="../../../params/nav-serviceable"/>
+      <property alias="../../../params/power"/>
+    </condition>
+  </animation>
+
+  <animation>
+    <type>material</type>
+    <object-name>CommToggle</object-name>
+    <object-name>NavToggle</object-name>
+    <emission>
+      <red>1.0</red>
+      <green>0.2</green>
+      <blue>0.0</blue>
+      <factor-prop>controls/lighting/instruments-norm</factor-prop>
+    </emission>
+  </animation>
+
+  <!-- comm part -->
+
+  <animation>
+    <type>translate</type>
+    <object-name>CommToggle</object-name>
+    <property alias="../../params/comm-frq-swp"/>
+    <factor>-0.004</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse100M</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse10M</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse1M</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse100K</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommUse10K</object-name>
+    <property alias="../../params/comm-frq-selected"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby100M</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby10M</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby1M</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby100K</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>CommStby10K</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <!-- NAV part -->
+
+  <animation>
+    <type>translate</type>
+    <object-name>NavToggle</object-name>
+    <property alias="../../params/nav-frq-swp"/>
+    <factor>-0.004</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse100M</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse10M</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse1M</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse100K</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavUse10K</object-name>
+    <property alias="../../params/nav-frq-selected"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby100M</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>100</step>
+    <factor>0.001</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby10M</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>10</step>
+    <factor>0.01</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby1M</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>1</step>
+    <factor>0.1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby100K</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>0.1</step>
+    <factor>1</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>textranslate</type>
+    <object-name>NavStby10K</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <step>0.01</step>
+    <factor>10</factor>
+    <bias>0.0001</bias>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <!-- knobs and buttons -->
+
+  <animation>
+    <type>rotate</type>
+    <object-name>CommVolume</object-name>
+    <property alias="../../params/comm-volume"/>
+    <factor>-270</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0188947</x-m>
+      <y-m>-0.0620002</y-m>
+      <z-m>-0.0139999</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>translate</type>
+    <object-name>CommVolume</object-name>
+    <property alias="../../params/comm-test"/>
+    <factor>0.002</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <animation>
+    <type>rotate</type>
+    <object-name>CommKHz</object-name>
+    <property alias="../../params/comm-frq-standby"/>
+    <factor>-360</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0320882</x-m>
+      <y-m>-0.022</y-m>
+      <z-m>-0.012</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>rotate</type>
+    <object-name>NavKHz</object-name>
+    <property alias="../../params/nav-frq-standby"/>
+    <factor>-360</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0320882</x-m>
+      <y-m>0.058</y-m>
+      <z-m>-0.012</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>rotate</type>
+    <object-name>NavVolume</object-name>
+    <property alias="../../params/nav-volume"/>
+    <factor>-270</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+    <center>
+      <x-m>0.0188946</x-m>
+      <y-m>0.0180001</y-m>
+      <z-m>-0.0139999</z-m>
+    </center>
+  </animation>
+
+  <animation>
+    <type>translate</type>
+    <object-name>NavVolume</object-name>
+    <property alias="../../params/nav-audio"/>
+    <factor>0.002</factor>
+    <axis>
+      <x>1</x>
+      <y>0</y>
+      <z>0</z>
+    </axis>
+  </animation>
+
+  <!-- actions -->
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolumePickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>0</value>
+        <condition>
+          <less-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </less-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolumePickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>1</value>
+        <condition>
+          <greater-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </greater-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-toggle</command>
+        <property alias="../../../../params/comm-test"/>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>0</value>
+        <condition>
+          <less-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </less-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/power"/>
+        <value>1</value>
+        <condition>
+          <greater-than>
+            <property alias="../../../../../../params/comm-volume"/>
+            <value>0.05</value>
+          </greater-than>
+        </condition>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>-0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>-1</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>1</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>-0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/comm-frq-standby"/>
+        <step>0.025</step>
+        <min>118.0</min>
+        <max>140.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolumePickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolumePickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-toggle</command>
+        <property alias="../../../../params/nav-audio"/>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolume</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>true</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>-0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>-1</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavFreqPickRight</object-name>
+    <visible>false</visible>
+    <action>
+      <button>1</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>1</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>3</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>-0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavMHz</object-name>
+    <visible>true</visible>
+    <action>
+      <button>4</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-frq-standby"/>
+        <step>0.025</step>
+        <min>108.0</min>
+        <max>118.0</max>
+        <wrap>true</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavVolumePickLeft</object-name>
+    <visible>false</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-adjust</command>
+        <property alias="../../../../params/nav-volume"/>
+        <step>-0.1</step>
+        <min>0.0</min>
+        <max>1.0</max>
+        <wrap>false</wrap>
+      </binding>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>CommToggle</object-name>
+    <visible>true</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/comm-frq-swp"/>
+        <value type="int">1</value>
+      </binding>
+      <binding>
+        <command>property-swap</command>
+        <property alias="../../../../params/comm-frq-selected"/>
+        <property alias="../../../../params/comm-frq-standby"/>
+      </binding>
+      <mod-up>
+        <binding>
+          <command>property-assign</command>
+          <property alias="../../../../../params/comm-frq-swp"/>
+          <value type="int">0</value>
+        </binding>
+      </mod-up>
+    </action>
+  </animation>
+
+  <animation>
+    <type>pick</type>
+    <object-name>NavToggle</object-name>
+    <visible>true</visible>
+    <action>
+      <button>0</button>
+      <repeatable>false</repeatable>
+      <binding>
+        <command>property-assign</command>
+        <property alias="../../../../params/nav-frq-swp"/>
+        <value type="int">1</value>
+      </binding>
+      <binding>
+        <command>property-swap</command>
+        <property alias="../../../../params/nav-frq-selected"/>
+        <property alias="../../../../params/nav-frq-standby"/>
+      </binding>
+      <mod-up>
+        <binding>
+          <command>property-assign</command>
+          <property alias="../../../../../params/nav-frq-swp"/>
+          <value type="int">0</value>
+        </binding>
+      </mod-up>
+    </action>
+  </animation>
+
+</PropertyList>
diff --git a/Aircraft/Instruments-3d/kx165/kx165.ac b/Aircraft/Instruments-3d/kx165/kx165.ac
new file mode 100644
index 000000000..a111eeec7
--- /dev/null
+++ b/Aircraft/Instruments-3d/kx165/kx165.ac
@@ -0,0 +1,1941 @@
+AC3Db
+MATERIAL "ac3dmat11" rgb 0.933333 0.501961 0.933333  amb 0.2 0.2 0.2  emis 0 0 0  spec 0.2 0.2 0.2  shi 128  trans 1
+MATERIAL "ac3dmat1" rgb 1 1 1  amb 0.2 0.2 0.2  emis 0 0 0  spec 0 0 0  shi 10  trans 0
+MATERIAL "ac3dmat1" rgb 1 1 1  amb 0.2 0.2 0.2  emis 1 1 1  spec 0 0 0  shi 10  trans 0
+OBJECT world
+kids 15
+OBJECT poly
+name "Chassis"
+loc -0.0185441 0 0
+texture "kx165.rgb"
+crease 45.000000
+numvert 8
+0.0325441 -0.0255 0.079
+0.0325441 -0.0255 -0.079
+0.0325441 0.0255 -0.079
+0.0325441 0.0255 0.079
+0.0185441 -0.0255 0.079
+0.0185441 -0.0255 -0.079
+0.0185441 0.0255 -0.079
+0.0185441 0.0255 0.079
+numsurf 5
+SURF 0x10
+mat 1
+refs 4
+0 0.00195482 0.00231326
+1 0.877724 0.00231326
+2 0.877724 0.280521
+3 0.00195482 0.280521
+SURF 0x10
+mat 1
+refs 4
+0 0.918047 0.1704
+3 0.912783 0.1704
+7 0.912783 0.0114898
+4 0.918047 0.0114898
+SURF 0x10
+mat 1
+refs 4
+1 0.912783 0.1704
+0 0.918047 0.1704
+4 0.918047 0.0114898
+5 0.912783 0.0114898
+SURF 0x10
+mat 1
+refs 4
+2 0.912783 0.1704
+1 0.918047 0.1704
+5 0.918047 0.0114898
+6 0.912783 0.0114898
+SURF 0x10
+mat 1
+refs 4
+3 0.918047 0.1704
+2 0.912783 0.1704
+6 0.912783 0.0114898
+7 0.918047 0.0114898
+kids 0
+OBJECT group
+name "CommUse"
+loc 0.0117138 0.0026539 0.0457795
+kids 6
+OBJECT poly
+name "CommUse100M"
+loc 0.00234275 0.00053078 0.0232637
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.0172322 0.000379309
+0 0.0172322 0.00743323
+0 0.00698765 0.00743323
+0 0.00698765 0.000379309
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.0923401 0.527157
+1 0.00296877 0.527144
+2 0.00300568 0.419133
+3 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommUse10M"
+loc 0.00234275 0.00053078 0.0162098
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.00698765 0.000379302
+0 0.00698765 0.00743322
+0 0.0172322 0.00743322
+0 0.0172322 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.0923401 0.527157
+2 0.00304349 0.527158
+1 0.0030804 0.419133
+0 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommUse1M"
+loc 0.00234275 0.00053078 0.0091559
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.0172322 0.000379302
+0 0.0172322 0.00743322
+0 0.00698765 0.00743322
+0 0.00698765 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.0923401 0.527157
+1 0.00304349 0.527158
+2 0.0030804 0.419133
+3 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommUse100K"
+loc 0.00234275 0.00053078 0.00210197
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.00698765 0.000379302
+0 0.00698765 0.00743323
+0 0.0172322 0.00743323
+0 0.0172322 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.0923401 0.527157
+2 0.00304349 0.527158
+1 0.0030804 0.419133
+0 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommUse10K"
+loc 0.00234275 0.00053078 -0.00495195
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.0172322 0.000379302
+0 0.0172322 0.00743322
+0 0.00698765 0.00743322
+0 0.00698765 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.0923401 0.527157
+1 0.00304349 0.527158
+2 0.0030804 0.419133
+3 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommUseDot"
+loc -0.0117138 -0.0026539 -0.0451466
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0.0141379 0.0113861 0.0553319
+0.0141379 0.0113861 0.0564392
+0.0141379 0.0102382 0.0564392
+0.0141379 0.0102382 0.0553319
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.18258 0.543597
+1 0.170966 0.543597
+2 0.170966 0.532376
+3 0.18258 0.532376
+kids 0
+OBJECT group
+name "CommStby"
+loc 0.0119151 0.0026539 0.00880883
+kids 6
+OBJECT poly
+name "CommStby100M"
+loc 0.00214136 0.00053078 0.0232527
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.00698765 0.000379309
+0 0.00698765 0.00743323
+0 0.0172322 0.00743323
+0 0.0172322 0.000379309
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.0923023 0.527151
+2 0.00300565 0.527151
+1 0.00304288 0.419142
+0 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommStby10M"
+loc 0.00214136 0.00053078 0.0161988
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.0172322 0.000379302
+0 0.0172322 0.00743323
+0 0.00698765 0.00743323
+0 0.00698765 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.0923023 0.527151
+1 0.00300565 0.527151
+2 0.00304288 0.419142
+3 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommStby1M"
+loc 0.00214136 0.00053078 0.00914484
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.00698765 0.000379302
+0 0.00698765 0.00743322
+0 0.0172322 0.00743322
+0 0.0172322 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.0923023 0.527151
+2 0.00300565 0.527151
+1 0.00304288 0.419142
+0 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommStby100K"
+loc 0.00214136 0.00053078 0.00209092
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.0172322 0.000379302
+0 0.0172322 0.00743323
+0 0.00698765 0.00743323
+0 0.00698765 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.0923023 0.527151
+1 0.00300565 0.527151
+2 0.00304288 0.419142
+3 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommStby10K"
+loc 0.00214136 0.00053078 -0.004963
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 0.00698765 0.000379302
+0 0.00698765 0.00743322
+0 0.0172322 0.00743322
+0 0.0172322 0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.0923023 0.527151
+2 0.00300565 0.527151
+1 0.00304288 0.419142
+0 0.0923396 0.419138
+kids 0
+OBJECT poly
+name "CommStbyDot"
+loc -0.0119151 -0.00265385 -0.0450913
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0.0141379 0.0102382 0.0553319
+0.0141379 0.0102382 0.0564392
+0.0141379 0.0113861 0.0564392
+0.0141379 0.0113861 0.0553319
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.18258 0.543597
+2 0.170966 0.543597
+1 0.170966 0.532376
+0 0.18258 0.532376
+kids 0
+OBJECT group
+name "NavUse"
+loc 0.0121165 0.00265391 -0.0349148
+kids 6
+OBJECT poly
+name "NavUse100M"
+loc 0.00193996 0.0247506 0.031069
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.00698765 -0.00037931
+0 -0.00698765 -0.00743323
+0 -0.0172322 -0.00743323
+0 -0.0172322 -0.00037931
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.00304292 0.419137
+2 0.0923396 0.419138
+1 0.0923023 0.527151
+0 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavUse10M"
+loc 0.00193996 0.0247506 0.0240151
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.0172322 -0.000379303
+0 -0.0172322 -0.00743322
+0 -0.00698765 -0.00743322
+0 -0.00698765 -0.000379303
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.00304292 0.419137
+1 0.0923396 0.419138
+2 0.0923023 0.527151
+3 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavUse1M"
+loc 0.00193996 0.0247506 0.0169612
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.00698765 -0.000379302
+0 -0.00698765 -0.00743322
+0 -0.0172322 -0.00743322
+0 -0.0172322 -0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.00304292 0.419137
+2 0.0923396 0.419138
+1 0.0923023 0.527151
+0 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavUse100K"
+loc 0.00193996 0.0247506 0.00990724
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.0172322 -0.000379302
+0 -0.0172322 -0.00743323
+0 -0.00698765 -0.00743323
+0 -0.00698765 -0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.00304292 0.419137
+1 0.0923396 0.419138
+2 0.0923023 0.527151
+3 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavUse10K"
+loc 0.00193996 0.0247506 0.00285331
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.00698765 -0.000379302
+0 -0.00698765 -0.00743322
+0 -0.0172322 -0.00743322
+0 -0.0172322 -0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.00304292 0.419137
+2 0.0923396 0.419138
+1 0.0923023 0.527151
+0 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavUseDot"
+loc -0.0121165 -0.00265386 -0.0451102
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0.0141379 0.0113861 0.0553319
+0.0141379 0.0113861 0.0564392
+0.0141379 0.0102382 0.0564392
+0.0141379 0.0102382 0.0553319
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.18258 0.543597
+1 0.170966 0.543597
+2 0.170966 0.532376
+3 0.18258 0.532376
+kids 0
+OBJECT group
+name "NavStby"
+loc 0.0123179 0.00265391 -0.0718956
+kids 6
+OBJECT poly
+name "NavStby100M"
+loc 0.00173857 0.0247506 0.031068
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.0172322 -0.000379309
+0 -0.0172322 -0.00743323
+0 -0.00698765 -0.00743323
+0 -0.00698765 -0.000379309
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.00304292 0.419137
+1 0.0923396 0.419138
+2 0.0923023 0.527151
+3 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavStby10M"
+loc 0.00173857 0.0247506 0.0240141
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.00698765 -0.000379302
+0 -0.00698765 -0.00743323
+0 -0.0172322 -0.00743323
+0 -0.0172322 -0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.00304292 0.419137
+2 0.0923396 0.419138
+1 0.0923023 0.527151
+0 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavStby1M"
+loc 0.00173857 0.0247506 0.0169602
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.0172322 -0.000379302
+0 -0.0172322 -0.00743322
+0 -0.00698765 -0.00743322
+0 -0.00698765 -0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.00304292 0.419137
+1 0.0923396 0.419138
+2 0.0923023 0.527151
+3 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavStby100K"
+loc 0.00173857 0.0247506 0.00990625
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.00698765 -0.000379302
+0 -0.00698765 -0.00743323
+0 -0.0172322 -0.00743323
+0 -0.0172322 -0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.00304292 0.419137
+2 0.0923396 0.419138
+1 0.0923023 0.527151
+0 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavStby10K"
+loc 0.00173857 0.0247506 0.00285233
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0 -0.0172322 -0.000379302
+0 -0.0172322 -0.00743322
+0 -0.00698765 -0.00743322
+0 -0.00698765 -0.000379302
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+0 0.00304292 0.419137
+1 0.0923396 0.419138
+2 0.0923023 0.527151
+3 0.00300564 0.527151
+kids 0
+OBJECT poly
+name "NavStbyDot"
+loc -0.0123179 -0.00265386 -0.0451054
+texture "kx165.rgb"
+crease 45.000000
+numvert 4
+0.0141379 0.0102382 0.0553319
+0.0141379 0.0102382 0.0564392
+0.0141379 0.0113861 0.0564392
+0.0141379 0.0113861 0.0553319
+numsurf 1
+SURF 0x0
+mat 2
+refs 4
+3 0.18258 0.543597
+2 0.170966 0.543597
+1 0.170966 0.532376
+0 0.18258 0.532376
+kids 0
+OBJECT group
+name "CommKnobs"
+loc -0.0176169 0.00594301 0.0243414
+kids 4
+OBJECT poly
+name "CommToggle"
+loc -0.00052402 -0.00645512 -0.0306302
+texture "kx165.rgb"
+crease 45.000000
+numvert 8
+0.0321433 -0.00498789 0.0557888
+0.0321433 -0.00498789 0.0467888
+0.0371433 -0.00498789 0.0467888
+0.0371433 -0.00498789 0.0557888
+0.0371433 1.21146e-05 0.0557888
+0.0371433 1.21146e-05 0.0467888
+0.0321433 1.21146e-05 0.0467888
+0.0321433 1.21146e-05 0.0557888
+numsurf 5
+SURF 0x10
+mat 1
+refs 4
+5 0.582319 0.323544
+2 0.595037 0.323544
+1 0.595037 0.338763
+6 0.582319 0.338763
+SURF 0x10
+mat 1
+refs 4
+7 0.582319 0.323544
+0 0.595037 0.323544
+3 0.595037 0.338763
+4 0.582319 0.338763
+SURF 0x10
+mat 1
+refs 4
+4 0.533687 0.343785
+3 0.533687 0.287279
+2 0.645258 0.287279
+5 0.645258 0.343785
+SURF 0x10
+mat 1
+refs 4
+7 0.582319 0.323544
+4 0.595037 0.323544
+5 0.595037 0.338763
+6 0.582319 0.338763
+SURF 0x10
+mat 1
+refs 4
+0 0.582319 0.323544
+1 0.595037 0.323544
+2 0.595037 0.338763
+3 0.582319 0.338763
+kids 0
+OBJECT poly
+name "CommMHz"
+loc 0.000685325 -0.00540788 -0.0315262
+texture "kx165.rgb"
+crease 45.000000
+numvert 24
+0.0308582 -0.00878513 0.0226896
+0.0308582 -0.00603994 0.0254348
+0.0308582 -0.00503513 0.0291848
+0.0308582 -0.00603994 0.0329348
+0.0308582 -0.00878513 0.03568
+0.0308582 -0.0125351 0.0366848
+0.0308582 -0.0162851 0.03568
+0.0308582 -0.0190303 0.0329348
+0.0308582 -0.0200351 0.0291848
+0.0308582 -0.0190303 0.0254348
+0.0308582 -0.0162851 0.0226896
+0.0308582 -0.0125351 0.0216848
+0.0438582 -0.00878513 0.0226896
+0.0438582 -0.00603994 0.0254348
+0.0438582 -0.00503513 0.0291848
+0.0438582 -0.00603994 0.0329348
+0.0438582 -0.00878513 0.03568
+0.0438582 -0.0125351 0.0366848
+0.0438582 -0.0162851 0.03568
+0.0438582 -0.0190303 0.0329348
+0.0438582 -0.0200351 0.0291848
+0.0438582 -0.0190303 0.0254348
+0.0438582 -0.0162851 0.0226896
+0.0438582 -0.0125351 0.0216848
+numsurf 13
+SURF 0x10
+mat 1
+refs 4
+1 0.954002 0.128238
+13 0.954002 0.0156906
+12 0.989995 0.0156906
+0 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+2 0.954002 0.128238
+14 0.954002 0.0156906
+13 0.989995 0.0156906
+1 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+3 0.954002 0.128238
+15 0.954002 0.0156906
+14 0.989995 0.0156906
+2 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+4 0.954002 0.128238
+16 0.954002 0.0156906
+15 0.989995 0.0156906
+3 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+5 0.954002 0.128238
+17 0.954002 0.0156906
+16 0.989995 0.0156906
+4 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+6 0.954002 0.128238
+18 0.954002 0.0156906
+17 0.989995 0.0156906
+5 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+7 0.954002 0.128238
+19 0.954002 0.0156906
+18 0.989995 0.0156906
+6 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+8 0.954002 0.128238
+20 0.954002 0.0156906
+19 0.989995 0.0156906
+7 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+9 0.954002 0.128238
+21 0.954002 0.0156906
+20 0.989995 0.0156906
+8 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+10 0.954002 0.128238
+22 0.954002 0.0156906
+21 0.989995 0.0156906
+9 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+11 0.954002 0.128238
+23 0.954002 0.0156906
+22 0.989995 0.0156906
+10 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+0 0.954002 0.128238
+12 0.954002 0.0156906
+23 0.989995 0.0156906
+11 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 12
+13 0.077879 0.409873
+14 0.0454072 0.409909
+15 0.0173038 0.393864
+16 0.00109929 0.366036
+17 0.00113561 0.333883
+18 0.017403 0.30602
+19 0.0455428 0.289913
+20 0.0780147 0.289877
+21 0.106118 0.305922
+22 0.122322 0.33375
+23 0.122286 0.365902
+12 0.106018 0.393765
+kids 0
+OBJECT poly
+name "CommKHz"
+loc 0.000685325 -0.00540788 -0.0315262
+texture "kx165.rgb"
+crease 45.000000
+numvert 24
+0.0540198 -0.0125351 0.0241848
+0.0540198 -0.0150351 0.0248547
+0.0540198 -0.0168653 0.0266848
+0.0540198 -0.0175351 0.0291848
+0.0540198 -0.0168653 0.0316848
+0.0540198 -0.0150351 0.033515
+0.0540198 -0.0125351 0.0341848
+0.0540198 -0.0100351 0.033515
+0.0540198 -0.008205 0.0316848
+0.0540198 -0.00753513 0.0291848
+0.0540198 -0.008205 0.0266848
+0.0540198 -0.0100351 0.0248547
+0.0440198 -0.0125351 0.0241848
+0.0440198 -0.0150351 0.0248547
+0.0440198 -0.0168653 0.0266848
+0.0440198 -0.0175351 0.0291848
+0.0440198 -0.0168653 0.0316848
+0.0440198 -0.0150351 0.033515
+0.0440198 -0.0125351 0.0341848
+0.0440198 -0.0100351 0.033515
+0.0440198 -0.008205 0.0316848
+0.0440198 -0.00753513 0.0291848
+0.0440198 -0.008205 0.0266848
+0.0440198 -0.0100351 0.0248547
+numsurf 13
+SURF 0x0
+mat 1
+refs 4
+23 0.954002 0.128238
+11 0.954002 0.0156906
+0 0.989995 0.0156906
+12 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+12 0.954002 0.128238
+0 0.954002 0.0156906
+1 0.989995 0.0156906
+13 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+13 0.954002 0.128238
+1 0.954002 0.0156906
+2 0.989995 0.0156906
+14 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+14 0.954002 0.128238
+2 0.954002 0.0156906
+3 0.989995 0.0156906
+15 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+15 0.954002 0.128238
+3 0.954002 0.0156906
+4 0.989995 0.0156906
+16 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+16 0.954002 0.128238
+4 0.954002 0.0156906
+5 0.989995 0.0156906
+17 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+17 0.954002 0.128238
+5 0.954002 0.0156906
+6 0.989995 0.0156906
+18 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+18 0.954002 0.128238
+6 0.954002 0.0156906
+7 0.989995 0.0156906
+19 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+19 0.954002 0.128238
+7 0.954002 0.0156906
+8 0.989995 0.0156906
+20 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+20 0.954002 0.128238
+8 0.954002 0.0156906
+9 0.989995 0.0156906
+21 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+21 0.954002 0.128238
+9 0.954002 0.0156906
+10 0.989995 0.0156906
+22 0.989995 0.128238
+SURF 0x0
+mat 1
+refs 4
+22 0.954002 0.128238
+10 0.954002 0.0156906
+11 0.989995 0.0156906
+23 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 12
+11 0.238004 0.393253
+10 0.210088 0.40943
+9 0.177868 0.409456
+8 0.149977 0.393323
+7 0.133889 0.365356
+6 0.133916 0.333047
+5 0.150047 0.305054
+4 0.177963 0.288877
+3 0.210184 0.288851
+2 0.238074 0.304983
+1 0.254162 0.332951
+0 0.254136 0.365259
+kids 0
+OBJECT poly
+name "CommVolume"
+loc -0.000846632 0.0172709 0.0936826
+texture "kx165.rgb"
+crease 45.000000
+numvert 24
+0.0423582 -0.034739 -0.053549
+0.0423582 -0.0338331 -0.055118
+0.0423582 -0.0338331 -0.0569297
+0.0423582 -0.034739 -0.0584987
+0.0423582 -0.036308 -0.0594046
+0.0423582 -0.0381198 -0.0594046
+0.0423582 -0.0396888 -0.0584987
+0.0423582 -0.0405946 -0.0569297
+0.0423582 -0.0405946 -0.055118
+0.0423582 -0.0396888 -0.053549
+0.0423582 -0.0381198 -0.0526431
+0.0423582 -0.036308 -0.0526431
+0.0323582 -0.034739 -0.053549
+0.0323582 -0.0338331 -0.055118
+0.0323582 -0.0338331 -0.0569297
+0.0323582 -0.034739 -0.0584987
+0.0323582 -0.036308 -0.0594046
+0.0323582 -0.0381198 -0.0594046
+0.0323582 -0.0396888 -0.0584987
+0.0323582 -0.0405946 -0.0569297
+0.0323582 -0.0405946 -0.055118
+0.0323582 -0.0396888 -0.053549
+0.0323582 -0.0381198 -0.0526431
+0.0323582 -0.036308 -0.0526431
+numsurf 13
+SURF 0x10
+mat 1
+refs 4
+23 0.954002 0.128238
+11 0.954002 0.0156906
+0 0.989995 0.0156906
+12 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+12 0.954002 0.128238
+0 0.954002 0.0156906
+1 0.989995 0.0156906
+13 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+13 0.954002 0.128238
+1 0.954002 0.0156906
+2 0.989995 0.0156906
+14 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+14 0.954002 0.128238
+2 0.954002 0.0156906
+3 0.989995 0.0156906
+15 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+15 0.954002 0.128238
+3 0.954002 0.0156906
+4 0.989995 0.0156906
+16 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+16 0.954002 0.128238
+4 0.954002 0.0156906
+5 0.989995 0.0156906
+17 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+17 0.954002 0.128238
+5 0.954002 0.0156906
+6 0.989995 0.0156906
+18 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+18 0.954002 0.128238
+6 0.954002 0.0156906
+7 0.989995 0.0156906
+19 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+19 0.954002 0.128238
+7 0.954002 0.0156906
+8 0.989995 0.0156906
+20 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+20 0.954002 0.128238
+8 0.954002 0.0156906
+9 0.989995 0.0156906
+21 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+21 0.954002 0.128238
+9 0.954002 0.0156906
+10 0.989995 0.0156906
+22 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+22 0.954002 0.128238
+10 0.954002 0.0156906
+11 0.989995 0.0156906
+23 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 12
+11 0.505318 0.394852
+10 0.477464 0.410748
+9 0.445189 0.410554
+8 0.417142 0.394321
+7 0.400839 0.3664
+6 0.400648 0.334272
+5 0.41662 0.306546
+4 0.444475 0.29065
+3 0.47675 0.290844
+2 0.504796 0.307077
+1 0.521099 0.334997
+0 0.521291 0.367125
+kids 0
+OBJECT group
+name "NavKnobs"
+loc -0.0177177 0.00594301 -0.0556586
+kids 4
+OBJECT poly
+name "NavToggle"
+loc -0.000826385 -0.00645512 -0.0306302
+texture "kx165.rgb"
+crease 45.000000
+numvert 8
+0.0321433 1.21146e-05 0.0557888
+0.0321433 1.21146e-05 0.0467888
+0.0371433 1.21146e-05 0.0467888
+0.0371433 1.21146e-05 0.0557888
+0.0371433 -0.00498789 0.0557888
+0.0371433 -0.00498789 0.0467888
+0.0321433 -0.00498789 0.0467888
+0.0321433 -0.00498789 0.0557888
+numsurf 5
+SURF 0x10
+mat 1
+refs 4
+7 0.582319 0.323544
+6 0.595037 0.323544
+5 0.595037 0.338763
+4 0.582319 0.338763
+SURF 0x10
+mat 1
+refs 4
+0 0.582319 0.323544
+3 0.595037 0.323544
+2 0.595037 0.338763
+1 0.582319 0.338763
+SURF 0x10
+mat 1
+refs 4
+3 0.533687 0.343785
+4 0.533687 0.287279
+5 0.645258 0.287279
+2 0.645258 0.343785
+SURF 0x10
+mat 1
+refs 4
+0 0.582319 0.323544
+7 0.595037 0.323544
+4 0.595037 0.338763
+3 0.582319 0.338763
+SURF 0x10
+mat 1
+refs 4
+2 0.582319 0.323544
+5 0.595037 0.323544
+6 0.595037 0.338763
+1 0.582319 0.338763
+kids 0
+OBJECT poly
+name "NavMHz"
+loc 0.000786129 -0.00540788 -0.0315262
+texture "kx165.rgb"
+crease 45.000000
+numvert 24
+0.0438582 -0.0125351 0.0216848
+0.0438582 -0.0162851 0.0226896
+0.0438582 -0.0190303 0.0254348
+0.0438582 -0.0200351 0.0291848
+0.0438582 -0.0190303 0.0329348
+0.0438582 -0.0162851 0.03568
+0.0438582 -0.0125351 0.0366848
+0.0438582 -0.00878513 0.03568
+0.0438582 -0.00603994 0.0329348
+0.0438582 -0.00503513 0.0291848
+0.0438582 -0.00603994 0.0254348
+0.0438582 -0.00878513 0.0226896
+0.0308582 -0.0125351 0.0216848
+0.0308582 -0.0162851 0.0226896
+0.0308582 -0.0190303 0.0254348
+0.0308582 -0.0200351 0.0291848
+0.0308582 -0.0190303 0.0329348
+0.0308582 -0.0162851 0.03568
+0.0308582 -0.0125351 0.0366848
+0.0308582 -0.00878513 0.03568
+0.0308582 -0.00603994 0.0329348
+0.0308582 -0.00503513 0.0291848
+0.0308582 -0.00603994 0.0254348
+0.0308582 -0.00878513 0.0226896
+numsurf 13
+SURF 0x10
+mat 1
+refs 12
+10 0.0780978 0.409973
+9 0.0457745 0.409929
+8 0.0177597 0.393805
+7 0.00156012 0.365922
+6 0.00151628 0.33375
+5 0.01764 0.305911
+4 0.045611 0.289863
+3 0.0779343 0.289907
+2 0.105949 0.30603
+1 0.122148 0.333914
+0 0.122192 0.366085
+11 0.106068 0.393925
+SURF 0x10
+mat 1
+refs 4
+23 0.954002 0.128238
+11 0.954002 0.0156906
+0 0.989995 0.0156906
+12 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+12 0.954002 0.128238
+0 0.954002 0.0156906
+1 0.989995 0.0156906
+13 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+13 0.954002 0.128238
+1 0.954002 0.0156906
+2 0.989995 0.0156906
+14 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+14 0.954002 0.128238
+2 0.954002 0.0156906
+3 0.989995 0.0156906
+15 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+15 0.954002 0.128238
+3 0.954002 0.0156906
+4 0.989995 0.0156906
+16 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+16 0.954002 0.128238
+4 0.954002 0.0156906
+5 0.989995 0.0156906
+17 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+17 0.954002 0.128238
+5 0.954002 0.0156906
+6 0.989995 0.0156906
+18 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+18 0.954002 0.128238
+6 0.954002 0.0156906
+7 0.989995 0.0156906
+19 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+19 0.954002 0.128238
+7 0.954002 0.0156906
+8 0.989995 0.0156906
+20 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+20 0.954002 0.128238
+8 0.954002 0.0156906
+9 0.989995 0.0156906
+21 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+21 0.954002 0.128238
+9 0.954002 0.0156906
+10 0.989995 0.0156906
+22 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+22 0.954002 0.128238
+10 0.954002 0.0156906
+11 0.989995 0.0156906
+23 0.989995 0.128238
+kids 0
+OBJECT poly
+name "NavKHz"
+loc 0.0007861 -0.0054079 -0.0315262
+texture "kx165.rgb"
+crease 45.000000
+numvert 24
+0.0440198 -0.0100351 0.0248547
+0.0440198 -0.008205 0.0266848
+0.0440198 -0.00753513 0.0291848
+0.0440198 -0.008205 0.0316848
+0.0440198 -0.0100351 0.033515
+0.0440198 -0.0125351 0.0341848
+0.0440198 -0.0150351 0.033515
+0.0440198 -0.0168653 0.0316848
+0.0440198 -0.0175351 0.0291848
+0.0440198 -0.0168653 0.0266848
+0.0440198 -0.0150351 0.0248547
+0.0440198 -0.0125351 0.0241848
+0.0540198 -0.0100351 0.0248547
+0.0540198 -0.008205 0.0266848
+0.0540198 -0.00753513 0.0291848
+0.0540198 -0.008205 0.0316848
+0.0540198 -0.0100351 0.033515
+0.0540198 -0.0125351 0.0341848
+0.0540198 -0.0150351 0.033515
+0.0540198 -0.0168653 0.0316848
+0.0540198 -0.0175351 0.0291848
+0.0540198 -0.0168653 0.0266848
+0.0540198 -0.0150351 0.0248547
+0.0540198 -0.0125351 0.0241848
+numsurf 13
+SURF 0x10
+mat 1
+refs 12
+12 0.371826 0.392792
+13 0.34391 0.408969
+14 0.31169 0.408994
+15 0.2838 0.392862
+16 0.267712 0.364895
+17 0.267738 0.332586
+18 0.28387 0.304592
+19 0.311787 0.288415
+20 0.344006 0.28839
+21 0.371896 0.304521
+22 0.387984 0.332489
+23 0.387959 0.364798
+SURF 0x10
+mat 1
+refs 4
+1 0.954002 0.128238
+13 0.954002 0.0156906
+12 0.989995 0.0156906
+0 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+2 0.954002 0.128238
+14 0.954002 0.0156906
+13 0.989995 0.0156906
+1 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+3 0.954002 0.128238
+15 0.954002 0.0156906
+14 0.989995 0.0156906
+2 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+4 0.954002 0.128238
+16 0.954002 0.0156906
+15 0.989995 0.0156906
+3 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+5 0.954002 0.128238
+17 0.954002 0.0156906
+16 0.989995 0.0156906
+4 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+6 0.954002 0.128238
+18 0.954002 0.0156906
+17 0.989995 0.0156906
+5 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+7 0.954002 0.128238
+19 0.954002 0.0156906
+18 0.989995 0.0156906
+6 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+8 0.954002 0.128238
+20 0.954002 0.0156906
+19 0.989995 0.0156906
+7 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+9 0.954002 0.128238
+21 0.954002 0.0156906
+20 0.989995 0.0156906
+8 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+10 0.954002 0.128238
+22 0.954002 0.0156906
+21 0.989995 0.0156906
+9 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+11 0.954002 0.128238
+23 0.954002 0.0156906
+22 0.989995 0.0156906
+10 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+0 0.954002 0.128238
+12 0.954002 0.0156906
+23 0.989995 0.0156906
+11 0.989995 0.128238
+kids 0
+OBJECT poly
+name "NavVolume"
+loc -0.000745887 0.0172709 0.0936824
+texture "kx165.rgb"
+crease 45.000000
+numvert 24
+0.0323582 -0.036308 -0.0526431
+0.0323582 -0.0381198 -0.0526431
+0.0323582 -0.0396888 -0.0535489
+0.0323582 -0.0405946 -0.0551179
+0.0323582 -0.0405946 -0.0569297
+0.0323582 -0.0396888 -0.0584987
+0.0323582 -0.0381198 -0.0594046
+0.0323582 -0.036308 -0.0594045
+0.0323582 -0.034739 -0.0584987
+0.0323582 -0.0338331 -0.0569297
+0.0323582 -0.0338331 -0.0551179
+0.0323582 -0.034739 -0.0535489
+0.0423582 -0.036308 -0.0526431
+0.0423582 -0.0381198 -0.0526431
+0.0423582 -0.0396888 -0.0535489
+0.0423582 -0.0405946 -0.0551179
+0.0423582 -0.0405946 -0.0569297
+0.0423582 -0.0396888 -0.0584987
+0.0423582 -0.0381198 -0.0594046
+0.0423582 -0.036308 -0.0594045
+0.0423582 -0.034739 -0.0584987
+0.0423582 -0.0338331 -0.0569297
+0.0423582 -0.0338331 -0.0551179
+0.0423582 -0.034739 -0.0535489
+numsurf 13
+SURF 0x10
+mat 1
+refs 12
+12 0.505318 0.394852
+13 0.477464 0.410748
+14 0.445189 0.410554
+15 0.417142 0.394321
+16 0.400839 0.3664
+17 0.400648 0.334272
+18 0.41662 0.306546
+19 0.444475 0.29065
+20 0.47675 0.290844
+21 0.504796 0.307077
+22 0.521099 0.334997
+23 0.521291 0.367125
+SURF 0x10
+mat 1
+refs 4
+1 0.954002 0.128238
+13 0.954002 0.0156906
+12 0.989995 0.0156906
+0 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+2 0.954002 0.128238
+14 0.954002 0.0156906
+13 0.989995 0.0156906
+1 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+3 0.954002 0.128238
+15 0.954002 0.0156906
+14 0.989995 0.0156906
+2 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+4 0.954002 0.128238
+16 0.954002 0.0156906
+15 0.989995 0.0156906
+3 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+5 0.954002 0.128238
+17 0.954002 0.0156906
+16 0.989995 0.0156906
+4 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+6 0.954002 0.128238
+18 0.954002 0.0156906
+17 0.989995 0.0156906
+5 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+7 0.954002 0.128238
+19 0.954002 0.0156906
+18 0.989995 0.0156906
+6 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+8 0.954002 0.128238
+20 0.954002 0.0156906
+19 0.989995 0.0156906
+7 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+9 0.954002 0.128238
+21 0.954002 0.0156906
+20 0.989995 0.0156906
+8 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+10 0.954002 0.128238
+22 0.954002 0.0156906
+21 0.989995 0.0156906
+9 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+11 0.954002 0.128238
+23 0.954002 0.0156906
+22 0.989995 0.0156906
+10 0.989995 0.128238
+SURF 0x10
+mat 1
+refs 4
+0 0.954002 0.128238
+12 0.954002 0.0156906
+23 0.989995 0.0156906
+11 0.989995 0.128238
+kids 0
+OBJECT poly
+name "NavVolumePickRight"
+loc 0.0047947 0.0138945 -0.0325927
+crease 45.000000
+numvert 4
+0.0093053 -0.0188944 0.00559257
+0.0093053 -0.0188944 0.0145926
+0.0093053 -0.0368944 0.0145926
+0.0093053 -0.0368944 0.00559257
+numsurf 1
+SURF 0x10
+mat 0
+refs 4
+0 1 1
+1 0 1
+2 0 0
+3 1 0
+kids 0
+OBJECT poly
+name "NavVolumePickLeft"
+loc 0.0047947 0.0138945 -0.0325927
+crease 45.000000
+numvert 4
+0.0093053 -0.0368944 0.0145926
+0.0093053 -0.0368944 0.0235926
+0.0093053 -0.0188944 0.0235926
+0.0093053 -0.0188944 0.0145926
+numsurf 1
+SURF 0x10
+mat 0
+refs 4
+3 1 1
+2 0 1
+1 0 0
+0 1 0
+kids 0
+OBJECT poly
+name "CommVolumePickLeft"
+loc 0.0047947 0.0138945 0.0474076
+crease 45.000000
+numvert 4
+0.0093053 -0.0188944 0.0145926
+0.0093053 -0.0188944 0.0235926
+0.0093053 -0.0368944 0.0235926
+0.0093053 -0.0368944 0.0145926
+numsurf 1
+SURF 0x10
+mat 0
+refs 4
+0 1 1
+1 0 1
+2 0 0
+3 1 0
+kids 0
+OBJECT poly
+name "CommVolumePickRight"
+loc 0.0047947 0.0138945 0.0474076
+crease 45.000000
+numvert 4
+0.0093053 -0.0368944 0.00559257
+0.0093053 -0.0368944 0.0145926
+0.0093053 -0.0188944 0.0145926
+0.0093053 -0.0188944 0.00559257
+numsurf 1
+SURF 0x10
+mat 0
+refs 4
+3 1 1
+2 0 1
+1 0 0
+0 1 0
+kids 0
+OBJECT poly
+name "CommFreqPickLeft"
+loc 0.0254203 -0.012 0.0265
+crease 45.000000
+numvert 19
+0.0114937 0 -0.0045
+-0.0114937 -3.72529e-09 0.003
+-0.0114937 -0.00375 0.00199519
+-0.0114937 -0.00649519 -0.00075
+-0.0114937 -0.0075 -0.0045
+-0.0114937 0.0075 -0.0045
+-0.0114937 0.00649519 -0.00075
+-0.0114937 0.00375 0.00199519
+0.0114937 -3.72529e-09 0.003
+0.0114937 -0.00375 0.00199519
+0.0114937 -0.00649519 -0.00075
+0.0114937 -0.0075 -0.0045
+0.0114937 0.0075 -0.0045
+0.0114937 0.00649519 -0.00075
+0.0114937 0.00375 0.00199519
+-0.0113203 0.009 -0.0045
+-0.0113203 0.009 0.0045
+-0.0113203 -0.009 0.0045
+-0.0113203 -0.009 -0.0045
+numsurf 13
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+14 0 0
+8 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+8 0 0
+9 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+9 0 0
+10 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+10 0 0
+11 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+12 0 0
+13 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+13 0 0
+14 0 0
+SURF 0x10
+mat 0
+refs 4
+14 -2.98023e-08 1
+7 -2.98023e-08 0
+1 0.0833333 0
+8 0.0833333 1
+SURF 0x10
+mat 0
+refs 4
+8 0.0833333 1
+1 0.0833333 0
+2 0.166667 0
+9 0.166667 1
+SURF 0x10
+mat 0
+refs 4
+9 0.166667 1
+2 0.166667 0
+3 0.25 0
+10 0.25 1
+SURF 0x10
+mat 0
+refs 4
+10 0.25 1
+3 0.25 0
+4 0.333333 0
+11 0.333333 1
+SURF 0x10
+mat 0
+refs 4
+12 0.833333 1
+5 0.833333 0
+6 0.916667 0
+13 0.916667 1
+SURF 0x10
+mat 0
+refs 4
+13 0.916667 1
+6 0.916667 0
+7 1 0
+14 1 1
+SURF 0x10
+mat 0
+refs 4
+15 1 1
+16 0 1
+17 0 0
+18 1 0
+kids 0
+OBJECT poly
+name "CommFreqPickRight"
+loc 0.0254203 -0.012 0.0175
+crease 45.000000
+numvert 19
+0.0114937 0.0075 0.0045
+0.0114937 0.00649519 0.000750002
+0.0114937 0.00375 -0.00199519
+0.0114937 9.31323e-10 -0.003
+0.0114937 -0.00375 -0.00199519
+0.0114937 -0.00649519 0.000750002
+0.0114937 -0.0075 0.0045
+-0.0114937 0.0075 0.0045
+-0.0114937 0.00649519 0.000750002
+-0.0114937 0.00375 -0.00199519
+-0.0114937 9.31323e-10 -0.003
+-0.0114937 -0.00375 -0.00199519
+-0.0114937 -0.00649519 0.000750002
+-0.0114937 -0.0075 0.0045
+0.0114937 0 0.0045
+-0.0113203 -0.009 -0.0045
+-0.0113203 -0.009 0.0045
+-0.0113203 0.009 0.0045
+-0.0113203 0.009 -0.0045
+numsurf 13
+SURF 0x10
+mat 0
+refs 4
+1 0.75 1
+8 0.75 0
+7 0.833333 0
+0 0.833333 1
+SURF 0x10
+mat 0
+refs 4
+2 0.666667 1
+9 0.666667 0
+8 0.75 0
+1 0.75 1
+SURF 0x10
+mat 0
+refs 4
+3 0.583333 1
+10 0.583333 0
+9 0.666667 0
+2 0.666667 1
+SURF 0x10
+mat 0
+refs 4
+4 0.5 1
+11 0.5 0
+10 0.583333 0
+3 0.583333 1
+SURF 0x10
+mat 0
+refs 4
+5 0.416667 1
+12 0.416667 0
+11 0.5 0
+4 0.5 1
+SURF 0x10
+mat 0
+refs 4
+6 0.333333 1
+13 0.333333 0
+12 0.416667 0
+5 0.416667 1
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+1 0 0
+0 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+2 0 0
+1 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+3 0 0
+2 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+4 0 0
+3 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+5 0 0
+4 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+6 0 0
+5 0 0
+SURF 0x10
+mat 0
+refs 4
+18 1 1
+17 0 1
+16 0 0
+15 1 0
+kids 0
+OBJECT poly
+name "NavFreqPickLeft"
+loc 0.0254203 -0.012 -0.0535
+crease 45.000000
+numvert 19
+0.0114937 0.00375 0.00199519
+0.0114937 0.00649519 -0.000750002
+0.0114937 0.0075 -0.0045
+0.0114937 -0.0075 -0.0045
+0.0114937 -0.00649519 -0.000750002
+0.0114937 -0.00375 0.00199519
+0.0114937 -4.65661e-09 0.003
+-0.0114937 0.00375 0.00199519
+-0.0114937 0.00649519 -0.000750002
+-0.0114937 0.0075 -0.0045
+-0.0114937 -0.0075 -0.0045
+-0.0114937 -0.00649519 -0.000750002
+-0.0114937 -0.00375 0.00199519
+-0.0114937 -4.65661e-09 0.003
+0.0114937 -9.31323e-10 -0.0045
+-0.0113203 0.009 -0.00450001
+-0.0113203 0.009 0.0045
+-0.0113203 -0.009 0.0045
+-0.0113203 -0.009 -0.00450001
+numsurf 13
+SURF 0x10
+mat 0
+refs 4
+1 0.916667 1
+8 0.916667 0
+7 1 0
+0 1 1
+SURF 0x10
+mat 0
+refs 4
+2 0.833333 1
+9 0.833333 0
+8 0.916667 0
+1 0.916667 1
+SURF 0x10
+mat 0
+refs 4
+4 0.25 1
+11 0.25 0
+10 0.333333 0
+3 0.333333 1
+SURF 0x10
+mat 0
+refs 4
+5 0.166667 1
+12 0.166667 0
+11 0.25 0
+4 0.25 1
+SURF 0x10
+mat 0
+refs 4
+6 0.0833333 1
+13 0.0833333 0
+12 0.166667 0
+5 0.166667 1
+SURF 0x10
+mat 0
+refs 4
+0 -2.98023e-08 1
+7 -2.98023e-08 0
+13 0.0833333 0
+6 0.0833333 1
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+1 0 0
+0 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+2 0 0
+1 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+4 0 0
+3 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+5 0 0
+4 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+6 0 0
+5 0 0
+SURF 0x10
+mat 0
+refs 3
+14 0 0
+0 0 0
+6 0 0
+SURF 0x10
+mat 0
+refs 4
+15 1 1
+16 0 1
+17 0 0
+18 1 0
+kids 0
+OBJECT poly
+name "NavFreqPickRight"
+loc 0.0254203 -0.012 -0.0625
+crease 45.000000
+numvert 19
+0.0114937 -9.31323e-10 0.0045
+-0.0114937 -0.0075 0.0045
+-0.0114937 -0.00649519 0.000750002
+-0.0114937 -0.00375 -0.00199519
+-0.0114937 0 -0.003
+-0.0114937 0.00375 -0.00199519
+-0.0114937 0.00649519 0.000750002
+-0.0114937 0.0075 0.0045
+0.0114937 -0.0075 0.0045
+0.0114937 -0.00649519 0.000750002
+0.0114937 -0.00375 -0.00199519
+0.0114937 0 -0.003
+0.0114937 0.00375 -0.00199519
+0.0114937 0.00649519 0.000750002
+0.0114937 0.0075 0.0045
+-0.0113203 -0.009 -0.0045
+-0.0113203 -0.009 0.0045
+-0.0113203 0.009 0.0045
+-0.0113203 0.009 -0.0045
+numsurf 13
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+8 0 0
+9 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+9 0 0
+10 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+10 0 0
+11 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+11 0 0
+12 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+12 0 0
+13 0 0
+SURF 0x10
+mat 0
+refs 3
+0 0 0
+13 0 0
+14 0 0
+SURF 0x10
+mat 0
+refs 4
+8 0.333333 1
+1 0.333333 0
+2 0.416667 0
+9 0.416667 1
+SURF 0x10
+mat 0
+refs 4
+9 0.416667 1
+2 0.416667 0
+3 0.5 0
+10 0.5 1
+SURF 0x10
+mat 0
+refs 4
+10 0.5 1
+3 0.5 0
+4 0.583333 0
+11 0.583333 1
+SURF 0x10
+mat 0
+refs 4
+11 0.583333 1
+4 0.583333 0
+5 0.666667 0
+12 0.666667 1
+SURF 0x10
+mat 0
+refs 4
+12 0.666667 1
+5 0.666667 0
+6 0.75 0
+13 0.75 1
+SURF 0x10
+mat 0
+refs 4
+13 0.75 1
+6 0.75 0
+7 0.833333 0
+14 0.833333 1
+SURF 0x10
+mat 0
+refs 4
+18 1 1
+17 0 1
+16 0 0
+15 1 0
+kids 0
diff --git a/Aircraft/Instruments-3d/kx165/kx165.rgb b/Aircraft/Instruments-3d/kx165/kx165.rgb
new file mode 100644
index 000000000..8904e80cc
Binary files /dev/null and b/Aircraft/Instruments-3d/kx165/kx165.rgb differ