<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!DOCTYPE decoder-config SYSTEM "../DTD/decoder-config.dtd">

<!-- Copyright (C) JMRI 2005 All rights reserved -->
<!-- $Id: ESU_LokSoundXLV3_5.xml,v 1.5 2009/08/30 07:47:17 jacobsen Exp $ -->
<!--                                                                        -->
<!-- JMRI is free software; you can redistribute it and/or modify it under  -->
<!-- the terms of version 2 of the GNU General Public License as published  -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy     -->
<!-- of this license.                                                       -->
<!--                                                                        -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT    -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or  -->
<!-- FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License  -->
<!-- for more details.                                                      -->

<decoder-config>
		<version author="Michael Mosher mjmx@comcast.net"
			version="1" lastUpdated="20061120"/>
        <!-- made from the ESU_LokSoundV3_5.file -->
        <!-- Split file due to LS V3.5 now using Aux5 & Aux6 mapping to diesel notch up and down  -->
		<version author="Michael Mosher mjmx@comcast.net"
			version="2" lastUpdated="20090102"/>
		<!-- ver2 correct CV2,3,4,5,6 max values plus add function lables -->
 		<version author="Michael Mosher mjmx@comcast.net"
			version="3" lastUpdated="20090717"/>
		<!-- ver3 fix acc/dec on motor tab bug & incorporate latest changes from LS V3.5 file -->
       
<decoder>
	<family name="ESU LokSound V3.5 Silent BEMF/Sound decoders"
	   mfg="Electronic Solutions Ulm GmbH"
	   lowVersionID="59" highVersionID="59">
		
		<model model="LokSoundXL Version 3.5"
    	        numOuts="8" numFns="12" maxMotorCurrent="3.0A" extFnsNmraF13="yes">
		    <output name="1" label="Front lights" maxcurrent="600mA"/>
     	    <output name="2" label="Rear lights" maxcurrent="600mA"/>
     	    <output name="3" label="AUX 1" maxcurrent="600mA"/>
     	    <output name="4" label="AUX 2" maxcurrent="600mA"/>
     	    <output name="5" label="AUX 3" maxcurrent="600mA"/>
     	    <output name="6" label="AUX 4" maxcurrent="600mA"/>
     	    <output name="7" label="AUX 5" maxcurrent="600mA"/>
     	    <output name="8" label="AUX 6" maxcurrent="600mA"/>	
     	    <size length="51" width="40" height="14" units="mm" />
	  	</model>
	    <functionlabels>
	      <functionlabel num="0" lockable="true">Light</functionlabel>
          <functionlabel num="1" lockable="true">Bell</functionlabel>
          <functionlabel num="2" lockable="false">Horn</functionlabel>
          <functionlabel num="3" lockable="false">Coupler</functionlabel>
          <functionlabel num="4" lockable="true">Blower</functionlabel>
          <functionlabel num="5" lockable="false">Rev Up</functionlabel>
          <functionlabel num="6" lockable="false">Rev Dn</functionlabel>
          <functionlabel num="7" lockable="true">Mars</functionlabel>
          <functionlabel num="8" lockable="true">Mute</functionlabel>
          <functionlabel num="9" lockable="true">Squeal</functionlabel>
          <functionlabel num="10" lockable="false">CPC</functionlabel>
          <functionlabel num="11" lockable="true">Shunt</functionlabel>
          <functionlabel num="12" lockable="false">Set Brk</functionlabel>
          <functionlabel num="13" lockable="false">Rel Brk</functionlabel>
          <functionlabel num="14" lockable="false">Slack</functionlabel>
          <functionlabel num="15" lockable="false">Smash</functionlabel>
        </functionlabels>
	</family>

	<programming direct="yes" paged="yes" register="yes" ops="yes"></programming>

	<variables>
		<variable label="Primary Address" CV="1" comment="Short address"
						item="Short Address" default="03">
			<shortAddressVal/></variable>
		
		<variable label="Vstart" CV="2" default="3">
			<decVal max="75"/>
		</variable>
		
		<variable label="Acceleration" CV="3" default="8"
			item="Accel" >
			<decVal max="64"/>
		</variable>
		
		<variable label="Deceleration" CV="4" default="6"
			item="Decel">
			<decVal max="64"/>
		</variable>
		
		<variable label="Vhigh" CV="5" default="64">
			<decVal max="64"/>
		</variable>
		
		<variable label="Vmid" CV="6" default="22">
			<decVal max="64"/>
		</variable>
		
		<!-- CV7 and CV must be left as readonly = no otherwise will not display -->
		<variable label="Decoder Version " CV="7" readOnly="no" 
			item="Decoder Version">
			<decVal/>
		</variable>
		
		<variable label="Manufacturer ID" CV="8" readOnly="no" 
			item="Manufacturer">
			<decVal/>
		</variable>

		<variable label="Analog Mode Function Status - F1" CV="13" mask="XXXXXXXV">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F2" CV="13" mask="XXXXXXVX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F3" CV="13" mask="XXXXXVXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F4" CV="13" mask="XXXXVXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F5" CV="13" mask="XXXVXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F6" CV="13" mask="XXVXXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F7" CV="13" mask="XVXXXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F8" CV="13" mask="VXXXXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>

		<variable label="Analog Mode Function Status - FL(f)" CV="14" mask="XXXXXXXV" default="1">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
				
		<variable label="Analog Mode Function Status - FL(r)" CV="14" mask="XXXXXXVX" default="1">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F9(f)" CV="14" mask="XXXXXVXX"
		item="Analog F9(f)">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F10(f)" CV="14" item="Analog F10(f)" mask="XXXXVXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F11" CV="14" item="Analog F11" mask="XXXVXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F12" CV="14" item="Analog F12" mask="XXVXXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F9(r)" CV="14" item="Analog F9(r)"
		mask="XVXXXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>
		<variable label="Analog Mode Function Status - F10(r)" CV="14" item="Analog F10(r)" mask="VXXXXXXX">
			<enumVal>
				<enumChoice choice="off"/>
				<enumChoice choice="on"/>
				</enumVal></variable>

	
		<variable label="Extended Address" CV="17"
				item="Long Address">
				<longAddressVal/></variable>
			
		<variable label="Consist Address" CV="19" mask="XVVVVVVV" item="Consist Address">
			<decVal/></variable>
		
		<variable label="Consist Direction" CV="19" mask="VXXXXXXX">
			<enumVal>
				<enumChoice choice="Normal"></enumChoice>
				<enumChoice choice="Reversed"></enumChoice>
				</enumVal></variable>

		<variable label="Consist Address Active For F1" CV="21" mask="XXXXXXXV">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F2" CV="21" mask="XXXXXXVX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F3" CV="21" mask="XXXXXVXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F4" CV="21" mask="XXXXVXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F5" CV="21" mask="XXXVXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F6" CV="21" mask="XXVXXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F7" CV="21" mask="XVXXXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F8" CV="21" mask="VXXXXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For FL in Forward" CV="22" mask="XXXXXXXV">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For FL in Reverse" CV="22" mask="XXXXXXVX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F9 in Forward" CV="22" mask="XXXXXVXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F10 in Forward" CV="22" mask="XXXXVXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F11 in Forward" CV="22" mask="XXXVXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F12 in Reverse" CV="22" mask="XXVXXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F9 in Reverse" CV="22" mask="XVXXXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>
		<variable label="Consist Address Active For F10 in Reverse" CV="22" mask="VXXXXXXX">
			<enumVal>
				<enumChoice choice="Locomotive Address Only"/>
				<enumChoice choice="Respond to Consist Address"/>
				</enumVal></variable>

		<variable label="Normal direction of motion" CV="29"	mask="XXXXXXXV"
		    item="Locomotive Direction">
			<enumVal>
				<enumChoice choice="Forward"/>
				<enumChoice choice="Reverse"/>
			</enumVal>
		</variable>
		<variable label="Speed Steps" CV="29" mask="XXXXXXVX"
				item="Speed Step Mode" default="1">
			<enumVal>
				<enumChoice choice="14"/>
				<enumChoice choice="28/128 (recommended)"/>
			</enumVal>
		</variable>
		<variable label="Analog conversion mode" CV="29"
				mask="XXXXXVXX" default="1"
				item="Analog (DC) Operation">
			<enumVal>
				<enumChoice choice="Off"/>
				<enumChoice choice="On"/>
			</enumVal>
		</variable>
		<variable label="Use Speed Table" CV="29" mask="XXXVXXXX"
				item="Speed Table Definition">
			<enumVal>
				<enumChoice choice="Use Vstart, Vmid, Vhigh (CV29, bit 4)"/>
				<enumChoice choice="Use Table (CV's 67-94)"/>
			</enumVal>
		</variable>
		
		<variable label="Addressing Mode" CV="29" mask="XXVXXXXX"
				item="Address Format">
			<enumVal>
				<enumChoice choice="2 digit addressing"/>
				<enumChoice choice="4 digit addressing"/>
			</enumVal>
		</variable>

		<variable label="BEMF Active" CV="49" mask="XXXXXXXV" default="1">
			<enumVal>
				<enumChoice choice="OFF"/>
				<enumChoice choice="ON"/>
			</enumVal>
		</variable>


		<variable label="Total PWM Period" CV="49" mask="XXXXXXVX" default="1">
			<enumVal>
				<enumChoice choice="15kHz"/>
				<enumChoice choice="30 kHz"/>
			</enumVal>
		</variable>
		

		<variable label="Marklin delta Mode" CV="49" mask="XXXXXVXX" default="0">
			<enumVal>
				<enumChoice choice="OFF"/>
				<enumChoice choice="ON"/>
			</enumVal>
		</variable>
		
		<variable label="Marklin second address" CV="49" mask="XXXXVXXX" default="0">
			<enumVal>
				<enumChoice choice="OFF"/>
				<enumChoice choice="ON"/>
			</enumVal>
		</variable>
		
		<variable label="Automatic Speed Step Detection" CV="49" mask="XXXVXXXX" default="1">
			<enumVal>
				<enumChoice choice="OFF"/>
				<enumChoice choice="ON"/>
			</enumVal>
		</variable>

		<variable label="LGB function button mode" CV="49" mask="XXVXXXXX" default="0">
			<enumVal>
				<enumChoice choice="OFF"/>
				<enumChoice choice="ON"/>
			</enumVal>
		</variable>

		<variable label="Zimo manual function" CV="49" mask="XVXXXXXX" default="0">
			<enumVal>
				<enumChoice choice="OFF"/>
				<enumChoice choice="ON"/>
			</enumVal>
		</variable>

		<variable label="Function Key Toggle Mode" CV="49" mask="VXXXXXXX" default="0">
			<enumVal>
				<enumChoice choice="Sound triggered by off-on only"/>
				<enumChoice choice="Sound triggered by off-on and on-off"/>
			</enumVal>
		</variable>

		<variable label="Analogue Mode" CV="50" mask="XXXXXXVV"
				item="Analoguemode">
			<enumVal>
				<enumChoice choice="AC and  DC Mode off"/>
				<enumChoice choice="AC Mode on"/>
				<enumChoice choice="DC Mode on"/>
			</enumVal>
		</variable>
		
		<variable label="Brake Mode" CV="51" mask="XXXXXVVV"
				item="Brakemode">
			<enumVal>
				<enumChoice choice="All Modes off"/>
				<enumChoice choice="Marklin Brake Mode on"/>
				<enumChoice choice="Zimo Brake Mode on"/>
				<enumChoice choice="Lenz Brake Mode on"/>
			</enumVal>
		</variable>

		<variable label="Helper Mode" CV="52" mask="XXXXVVVV"
				item="Consist Adjustments Active">
			<enumVal>
				<enumChoice choice="All Modes off" value="0" />
				<enumChoice choice="Head of Consist" value="1" />
				<enumChoice choice="Mid of Consist" value="2" />
				<enumChoice choice="End of Consist" value="4" />
				<enumChoice choice="Standalone" value="8" />
			</enumVal>
		</variable>

		<variable label="Control Reference (BEMF volts at maximum speed){0-80}" CV="53" default="50"
			item="Controlref">
			<decVal max="80"/>
		</variable>
		
		<variable label="Load Control Parameter 'K' {0-80}" CV="54" default="32"
			item="ParaK">
			<decVal max="80"/>
		</variable>
		
		<variable label="Load Control Parameter 'I' {0-80}" CV="55" default="24"
			item="ParaI">
			<decVal max="80"/>
		</variable>
		<variable label="Operating Range of Load Controll'" CV="56" default="64"
			item="Range">
			<decVal max="64"/>
		</variable>
		
	<variable label="Time between 2 chuffs @ speed step 1 (Range 0 - 127)" CV="57" default="0"
			item="Sound Group 1 Control">
			<decVal max="127"/>
		</variable>
	
	<variable label="Rate of decrease in time between 2 chuffs (Range 0 -127)" CV="58" default="0"
			item="Sound Group 1 Option 1">
			<decVal max="127"/>
		</variable>
	
	<variable label="Slow speed sound factor (Range 0- 64)" CV="59" default="32"
			item="Sound Group 1 Option 2">
			<decVal max="64"/>
		</variable>
	<variable label="High speed sound factor (Range 0 - 64)" CV="60" default="55"
			item="Sound Group 1 Option 3">
			<decVal max="64"/>
		</variable>
	
	<variable label="Random Sound - Shortest Interval (Range 0 - 64" CV="61" default="30"
		 item="Sound Group 2 Option 1"	 comment="Range 0-64">
			<decVal/>
		</variable>

	<variable label="Random Sound - Longest Interva (Range 0 - 64)" CV="62" default="50"
		 item="Sound Group 2 Option 2"	comment="Range 0-64">
			<decVal/>
		</variable>

		<variable label="Sound Volume" CV="63" default="64"
		item="Sound Setting 1" 
			comment="Range 0-64">
			<decVal max="64" />
		</variable>

		<variable label="Braking Sound threshold (Range 0 - 64)" CV="64" default="7" 
		item="Sound Group 2 Option 3"
			comment="Range 0-64">
			<decVal/>
		</variable>

		<variable label="Forward Trim" CV="66" default="0"
			comment="Range 0-255">
			<decVal/>
		</variable>
	
		<variable label="Speed Table" CV="67">
			<speedTableVal/>
		</variable>
	
	<variable label="Reverse Trim" CV="95" default="0"
			comment="Range 0-255">
			<decVal/>
		</variable>

		<variable label="User Id #1" CV="105" default="0">
			<decVal/>
		</variable>
		<variable label="User Id #2" CV="106" default="0">
			<decVal/>
		</variable>
	
	<variable label="Blinking Rate (4-64)" CV="112" default="33"
	     	comment="Controls Blink Interval">
			<decVal/>
		</variable>		
	
	<variable label="Forward light F0F effect generated" CV="113"  mask="VVVVXXXX"   minOut="1"
					item="Function F0F effect generated">
			<enumVal>
				<enumChoice choice="Continuous (dimmer)" />
				<enumChoice choice="Blinking Phase1" /> 
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light" />
				<enumChoice choice="Double strobe light" />
				<enumChoice choice="Fire Box" />
				<enumChoice choice="Smoke Generator" />
				<enumChoice choice="Head light Bright/Dim" />
				<enumChoice choice="Mars Light" />
				<enumChoice choice="Gyra Light" />
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
					
		<variable label="FL(f) " CV="113" default="15"  mask="XXXXVVVV" minOut="1"
			item="F0(f) Bright"> <decVal/> </variable>
		
		<variable label="Reverse light F0R effect generated" CV="114" mask="VVVVXXXX" minOut="2"
					item="Function F0R effect generated">
			<enumVal>
				<enumChoice choice="Continuous (dimmer)"/>
				<enumChoice choice="Blinking Phase1"/>
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light"/>
				<enumChoice choice="Double strobe light"/>
				<enumChoice choice="Fire Box"/>
				<enumChoice choice="Smoke Generator"/>
				<enumChoice choice="Head light Bright/Dim"/>
				<enumChoice choice="Mars Light"/>
				<enumChoice choice="Gyra Light"/>				
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
		
		<variable label=" FL(r) " CV="114" default="15"  mask="XXXXVVVV" minOut="2"
			item="F0(r) Bright"> <decVal/> </variable>
			
		<variable label="Function 1 effect generated" CV="115" mask="VVVVXXXX" minOut="3">
			<enumVal>
			<enumChoice choice="Continuous (dimmer)"/>
				<enumChoice choice="Blinking Phase1"/>
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light"/>
				<enumChoice choice="Double strobe light"/>
				<enumChoice choice="Fire Box"/>
				<enumChoice choice="Smoke Generator"/>
				<enumChoice choice="Head light Bright/Dim"/>
				<enumChoice choice="Mars Light"/>
				<enumChoice choice="Gyra Light"/>
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
		
		<variable label="Aux F1 " CV="115" default="15"  mask="XXXXVVVV" minOut="3"
			item="F1 Bright"> <decVal/> </variable>
			
		<variable label="Function 2 effect generated" CV="116" mask="VVVVXXXX" minOut="4">
			<enumVal>
				<enumChoice choice="Continuous (dimmer)"/>
				<enumChoice choice="Blinking Phase1"/>
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light"/>
				<enumChoice choice="Double strobe light"/>
				<enumChoice choice="Fire Box"/>
				<enumChoice choice="Smoke Generator"/>
				<enumChoice choice="Head light Bright/Dim"/>
				<enumChoice choice="Mars Light"/>
				<enumChoice choice="Gyra Light"/>
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
		
				<variable label="Aux F2 " CV="116" default="15"  mask="XXXXVVVV" minOut="4"
			item="F2 Bright"> <decVal/> </variable>
		
		<variable label="Function 3 effect generated" CV="117" mask="VVVVXXXX" minOut="5">
			<enumVal>
				<enumChoice choice="Continuous (dimmer)"/>
				<enumChoice choice="Blinking Phase1"/>
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light"/>
				<enumChoice choice="Double strobe light"/>
				<enumChoice choice="Fire Box"/>
				<enumChoice choice="Smoke Generator"/>
				<enumChoice choice="Head light Bright/Dim"/>
				<enumChoice choice="Mars Light"/>
				<enumChoice choice="Gyra Light"/>
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
		
			<variable label="Aux F3 " CV="117" default="15"  mask="XXXXVVVV" minOut="5"
			item="F3 Bright"> <decVal/> </variable>
		
		<variable label="Function 4 effect generated" CV="118" mask="VVVVXXXX" minOut="6">
			<enumVal>
				<enumChoice choice="Continuous (dimmer)"/>
				<enumChoice choice="Blinking Phase1"/>
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light"/>
				<enumChoice choice="Double strobe light"/>
				<enumChoice choice="Fire Box"/>
				<enumChoice choice="Smoke Generator"/>
				<enumChoice choice="Head light Bright/Dim"/>
				<enumChoice choice="Mars Light"/>
				<enumChoice choice="Gyra Light" value="160"/>
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
		
			<variable label="Aux F4 " CV="118" default="15"  mask="XXXXVVVV" minOut="6"
			item="F4 Bright"> <decVal/> </variable>
		
		<variable label="Function 5 effect generated" CV="119" mask="VVVVXXXX" minOut="7">
			<enumVal>
				<enumChoice choice="Continuous (dimmer)"/>
				<enumChoice choice="Blinking Phase1"/>
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light"/>
				<enumChoice choice="Double strobe light"/>
				<enumChoice choice="Fire Box"/>
				<enumChoice choice="Smoke Generator"/>
				<enumChoice choice="Head light Bright/Dim"/>
				<enumChoice choice="Mars Light"/>
				<enumChoice choice="Gyra Light"/>
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
	
			<variable label="Aux F5 " CV="119" default="15"  mask="XXXXVVVV" minOut="7"
			item="F5 Bright"> <decVal/> </variable>
		
		<variable label="Function 6 effect generated" CV="120" mask="VVVVXXXX" minOut="8">
			<enumVal>
				<enumChoice choice="Continuous (dimmer)"/>
				<enumChoice choice="Blinking Phase1"/>
				<enumChoice choice="Blinking Phase 2"/>
				<enumChoice choice="Strobe light"/>
				<enumChoice choice="Double strobe light"/>
				<enumChoice choice="Fire Box"/>
				<enumChoice choice="Smoke Generator"/>
				<enumChoice choice="Head light Bright/Dim"/>
				<enumChoice choice="Mars Light"/>
				<enumChoice choice="Gyra Light"/>
				<enumChoice choice="Rule 17 for Headlight" />
				<enumChoice choice="Rule 17 for Rear Light" />
				<enumChoice choice="Pulse" />
				<enumChoice choice="Ditch Phase 1" />
				<enumChoice choice="Ditch Phase 2" />
				</enumVal>
			</variable>
			
				<variable label="Aux F6 " CV="120" default="15"  mask="XXXXVVVV" minOut="8"
			item="F6 Bright"> <decVal/> </variable>
		
		<variable label="Horn Volume" CV="121" default="64"
		item="Sound Setting 2" 
			comment="Range 0-64">
			<decVal max="64" />
		</variable>

		<variable label="Bell Volume" CV="122" default="64"
		item="Sound Setting 3" 
			comment="Range 0-64">
			<decVal max="64" />
		</variable>

		<variable label="Auxiliary Sound Volume" CV="123" default="64"
		item="Sound Setting 4" 
			comment="Range 0-64">
			<decVal max="64" />
		</variable>

		<variable label="Store Direction" CV="124" mask="XXXXXXXV"
				comment="Marklin only">
			<enumVal>
				<enumChoice choice="No" />
				<enumChoice choice="Yes" />
			</enumVal>
		</variable>

		<variable label="Store Function State" CV="124" mask="XXXXXXVX" >
			<enumVal>
				<enumChoice choice="No" />
				<enumChoice choice="Yes" />
			</enumVal>
		</variable>

		<variable label="Store Current Speed Setting" CV="124" mask="XXXXXVXX" >
			<enumVal>
				<enumChoice choice="No" />
				<enumChoice choice="Yes" />
			</enumVal>
		</variable>

		<variable label="Start Again with Acceleration Ramp" CV="124" mask="XXXXVXXX" >
			<enumVal>
				<enumChoice choice="No" />
				<enumChoice choice="Yes" />
			</enumVal>
		</variable>

		<variable label="Deactivate Load Dependent Sound" CV="124" mask="XXXVXXXX" >
			<enumVal>
				<enumChoice choice="No" />
				<enumChoice choice="Yes" />
			</enumVal>
		</variable>

		<variable label="Start Volts in DC mode" CV="125" mask="XVVVVVVV" default="110" 
			item="DCstart" ><decVal/>
			</variable>
		
			
		<variable label="Maximum Speed in DC mode" CV="126" mask="XVVVVVVV" default="127"
			item="DCmax" > <decVal/>
			</variable>
			
		<variable label="Start Volts in AC mode" CV="127" mask="XVVVVVVV" default="50"
			item="ACstart" > <decVal/>
			</variable>
			
		<variable label="Maximum Speed in AC mode" CV="128" mask="XVVVVVVV" default="127"
			item="ACmax" > <decVal/>
			</variable>
		
		<variable label="Stop Fwd" CV="131" mask="XXXVVVVV"
			item="Soundkey1" >
			<decVal max="16"/>
		</variable>

		<variable label="Stop Rev" CV="134" mask="XXXVVVVV"
			item="Soundkey2" >
			<decVal max="16"/>
		</variable>
		
		<variable label="Run Fwd" CV="137" mask="XXXVVVVV"
			item="Soundkey3" >
			<decVal max="16"/>
		</variable>

		<variable label="Run Rev" CV="140" mask="XXXVVVVV"
			item="Soundkey4" >
			<decVal max="16"/>
		</variable>
		
	<variable label="F0 Fwd" CV="143" mask="XXXVVVVV"
			item="Soundkey5" >
			<decVal max="16"/>
		</variable>

		<variable label="F0 Rev" CV="146" mask="XXXVVVVV"
			item="Soundkey6" >
			<decVal max="16"/>
		</variable>
		
	<variable label="F1 Fwd" CV="149" mask="XXXVVVVV"
			item="Soundkey7" >
			<decVal max="16"/>
		</variable>

		<variable label="F1 Rev" CV="152" mask="XXXVVVVV"
			item="Soundkey8" >
			<decVal max="16"/>
		</variable>
	<variable label="F2 Fwd" CV="155" mask="XXXVVVVV"
			item="Soundkey9" >
			<decVal max="16"/>
		</variable>

		<variable label="F2 Rev" CV="158" mask="XXXVVVVV"
			item="Soundkey10" >
			<decVal max="16"/>
		</variable>
	<variable label="F3 Fwd" CV="161" mask="XXXVVVVV"
			item="Soundkey11" >
			<decVal max="16"/>
		</variable>

		<variable label="F3 Rev" CV="164" mask="XXXVVVVV"
			item="Soundkey12" >
			<decVal max="16"/>
		</variable>
	<variable label="F4 Fwd" CV="167" mask="XXXVVVVV"
			item="Soundkey13" >
			<decVal max="16"/>
		</variable>

		<variable label="F4 Rev" CV="170" mask="XXXVVVVV"
			item="Soundkey14" >
			<decVal max="16"/>
		</variable>
	<variable label="F5 Fwd" CV="173" mask="XXXVVVVV"
			item="Soundkey15" >
			<decVal max="16"/>
		</variable>

		<variable label="F5 Rev" CV="176" mask="XXXVVVVV"
			item="Soundkey16" >
			<decVal max="16"/>
		</variable>
	<variable label="F6 Fwd" CV="179" mask="XXXVVVVV"
			item="Soundkey17" >
			<decVal max="16"/>
		</variable>

		<variable label="F6 Rev" CV="182" mask="XXXVVVVV"
			item="Soundkey18" >
			<decVal max="16"/>
		</variable>
	<variable label="F7 Fwd" CV="185" mask="XXXVVVVV"
			item="Soundkey19" >
			<decVal max="16"/>
		</variable>

		<variable label="F7 Rev" CV="188" mask="XXXVVVVV"
			item="Soundkey20" >
			<decVal max="16"/>
		</variable>
	<variable label="F8 Fwd" CV="191" mask="XXXVVVVV"
			item="Soundkey21" >
			<decVal max="16"/>
		</variable>

		<variable label="F8 Rev" CV="194" mask="XXXVVVVV"
			item="Soundkey22" >
			<decVal max="16"/>
		</variable>
	<variable label="F9 Fwd" CV="197" mask="XXXVVVVV"
			item="Soundkey23" >
			<decVal max="16"/>
		</variable>

		<variable label="F9 Rev" CV="200" mask="XXXVVVVV"
			item="Soundkey24" >
			<decVal max="16"/>
		</variable>
	<variable label="F10 Fwd" CV="203" mask="XXXVVVVV"
			item="Soundkey25" >
			<decVal max="16"/>
		</variable>

		<variable label="F10 Rev" CV="206" mask="XXXVVVVV"
			item="Soundkey26" >
			<decVal max="16"/>
		</variable>
	
	<variable label="F11 Fwd" CV="209" mask="XXXVVVVV"
			item="Soundkey27" >
			<decVal max="16"/>
		</variable>

		<variable label="F11 Rev" CV="212" mask="XXXVVVVV"
			item="Soundkey28" >
			<decVal max="16"/>
		</variable>
		
	<variable label="F12 Fwd" CV="215" mask="XXXVVVVV"
			item="Soundkey29" >
			<decVal max="16"/>
		</variable>

		<variable label="F12 Rev" CV="218" mask="XXXVVVVV"
			item="Soundkey30" >
			<decVal max="16"/>
		</variable>

	<variable label="F13 Fwd" CV="221" mask="XXXVVVVV"
			item="Soundkey31" >
			<decVal max="16"/>
		</variable>

		<variable label="F13 Rev" CV="224" mask="XXXVVVVV"
			item="Soundkey32" >
			<decVal max="16"/>
		</variable>

	<variable label="F14 Fwd" CV="227" mask="XXXVVVVV"
			item="Soundkey33" >
			<decVal max="16"/>
		</variable>

		<variable label="F14 Rev" CV="230" mask="XXXVVVVV"
			item="Soundkey34" >
			<decVal max="16"/>
		</variable>

	<variable label="F15 Fwd" CV="233" mask="XXXVVVVV"
			item="Soundkey35" >
			<decVal max="16"/>
		</variable>

		<variable label="F15 Rev" CV="236" mask="XXXVVVVV"
			item="Soundkey36" >
			<decVal max="16"/>
		</variable>

	<variable label="Sensor1 Fwd" CV="239" mask="XXXVVVVV"
			item="Soundkey37" >
			<decVal max="16"/>
		</variable>

		<variable label="Sensor1 Rev" CV="242" mask="XXXVVVVV"
			item="Soundkey38" >
			<decVal max="16"/>
		</variable>
		
	<variable label="Sensor2 Fwd" CV="245" mask="XXXVVVVV"
			item="Soundkey39" >
			<decVal max="16"/>
		</variable>

		<variable label="Sensor2 Rev" CV="248" mask="XXXVVVVV"
			item="Soundkey40" >
			<decVal max="16"/>
		</variable>

<!-- Definitions for A mapping -->
		<variable label="Stop(f)1" CV="129" mask="XXXXXXXV" minOut="1" item="Stop(f)1">			 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(f)2" CV="129" mask="XXXXXXVX" minOut="2" item="Stop(f)2">  	 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(f)3" CV="129" mask="XXXXXVXX" minOut="3" item="Stop(f)3">		 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(f)4" CV="129" mask="XXXXVXXX" minOut="4" item="Stop(f)4">				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(f)5" CV="129" mask="XXXVXXXX" minOut="5" item="Stop(f)5"> 		 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(f)6" CV="129" mask="XXVXXXXX" minOut="6" item="Stop(f)6"> 			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(f)7" CV="129" mask="XVXXXXXX" minOut="7" item="Stop(f)7">				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(f)8" CV="129" mask="VXXXXXXX" minOut="8" item="Stop(f)8">				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="Stop(r)1" CV="132" mask="XXXXXXXV" item="Stop(r)1" minOut="1"> 			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>			
		<variable label="Stop(r)2" CV="132" mask="XXXXXXVX" item="Stop(r)2" minOut="2"> 			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(r)3" CV="132" mask="XXXXXVXX" item="Stop(r)3" minOut="3">	 			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(r)4" CV="132" mask="XXXXVXXX" item="Stop(r)4" minOut="4">				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(r)5" CV="132" mask="XXXVXXXX" item="Stop(r)5" minOut="5"> 			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(r)6" CV="132" mask="XXVXXXXX" item="Stop(r)6" minOut="6">				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Stop(r)7" CV="132" mask="XVXXXXXX" item="Stop(r)7" minOut="7"> 			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal></variable>
		<variable label="Stop(r)8" CV="132" mask="VXXXXXXX" item="Stop(r)8" minOut="8"> 			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="Run(f)1" CV="135" mask="XXXXXXXV" item="Run(f)1" minOut="1" default="0">	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>			
		<variable label="Run(f)2" CV="135" mask="XXXXXXVX" item="Run(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>	
		<variable label="Run(f)3" CV="135" mask="XXXXXVXX" item="Run(f)3" minOut="3" default="0"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(f)4" CV="135" mask="XXXXVXXX" item="Run(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(f)5" CV="135" mask="XXXVXXXX" item="Run(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(f)6" CV="135" mask="XXVXXXXX" item="Run(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(f)7" CV="135" mask="XVXXXXXX" item="Run(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal></variable>
		<variable label="Run(f)8" CV="135" mask="VXXXXXXX" item="Run(f)8" minOut="8"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal></variable>
				
		<variable label="Run(r)1" CV="138" mask="XXXXXXXV" item="Run(r)1" minOut="1" default="0"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>			
		<variable label="Run(r)2" CV="138" mask="XXXXXXVX" item="Run(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(r)3" CV="138" mask="XXXXXVXX" item="Run(r)3" minOut="3" default="0"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(r)4" CV="138" mask="XXXXVXXX" item="Run(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(r)5" CV="138" mask="XXXVXXXX" item="Run(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(r)6" CV="138" mask="XXVXXXXX" item="Run(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="Run(r)7" CV="138" mask="XVXXXXXX" item="Run(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal></variable>
		<variable label="Run(r)8" CV="138" mask="VXXXXXXX" item="Run(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="FL(f)1" CV="141" mask="XXXXXXXV" item="FL(f)1"  minOut="1" default="1">	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(f)2" CV="141" mask="XXXXXXVX" item="FL(f)2" minOut="2"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(f)3" CV="141" mask="XXXXXVXX" item="FL(f)3" minOut="3"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(f)4" CV="141" mask="XXXXVXXX" item="FL(f)4" minOut="4"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(f)5" CV="141" mask="XXXVXXXX" item="FL(f)5" minOut="5"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(f)6" CV="141" mask="XXVXXXXX" item="FL(f)6" minOut="6"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(f)7" CV="141" mask="XVXXXXXX" item="FL(f)7" minOut="7"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
	    <variable label="FL(f)8" CV="141" mask="VXXXXXXX" item="FL(f)8" minOut="8"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="FL(r)1" CV="144" mask="XXXXXXXV" item="FL(r)1" minOut="1">					<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>	
		<variable label="FL(r)2" CV="144" mask="XXXXXXVX" item="FL(r)2" minOut="2"  default="1">	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(r)3" CV="144" mask="XXXXXVXX" item="FL(r)3" minOut="3"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(r)4" CV="144" mask="XXXXVXXX" item="FL(r)4" minOut="4"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(r)5" CV="144" mask="XXXVXXXX" item="FL(r)5" minOut="5"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(r)6" CV="144" mask="XXVXXXXX" item="FL(r)6" minOut="6"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(r)7" CV="144" mask="XVXXXXXX" item="FL(r)7" minOut="7"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="FL(r)8" CV="144" mask="VXXXXXXX" item="FL(r)8" minOut="8"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="F1(f)1" CV="147" mask="XXXXXXXV" item="F1(f)1" minOut="1"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>			
		<variable label="F1(f)2" CV="147" mask="XXXXXXVX" item="F1(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(f)3" CV="147" mask="XXXXXVXX" item="F1(f)3" minOut="3" default="1"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(f)4" CV="147" mask="XXXXVXXX" item="F1(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(f)5" CV="147" mask="XXXVXXXX" item="F1(f)5" minOut="5" >				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(f)6" CV="147" mask="XXVXXXXX" item="F1(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(f)7" CV="147" mask="XVXXXXXX" item="F1(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(f)8" CV="147" mask="VXXXXXXX" item="F1(f)8" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>			

		<variable label="F1(r)1" CV="150" mask="XXXXXXXV" item="F1(r)1" minOut="1"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>			
		<variable label="F1(r)2" CV="150" mask="XXXXXXVX" item="F1(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(r)3" CV="150" mask="XXXXXVXX" item="F1(r)3" minOut="3" default="1"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(r)4" CV="150" mask="XXXXVXXX" item="F1(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(r)5" CV="150" mask="XXXVXXXX" item="F1(r)5" minOut="5" >				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(r)6" CV="150" mask="XXVXXXXX" item="F1(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F1(r)7" CV="150" mask="XVXXXXXX" item="F1(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal></variable>
		<variable label="F1(r)8" CV="150" mask="VXXXXXXX" item="F1(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="F2(f)1" CV="153" mask="XXXXXXXV" item="F2(f)1" minOut="1"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>		
		<variable label="F2(f)2" CV="153" mask="XXXXXXVX" item="F2(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(f)3" CV="153" mask="XXXXXVXX" item="F2(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(f)4" CV="153" mask="XXXXVXXX" item="F2(f)4" minOut="4" default="1"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(f)5" CV="153" mask="XXXVXXXX" item="F2(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(f)6" CV="153" mask="XXVXXXXX" item="F2(f)6" minOut="6" >				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(f)7" CV="153" mask="XVXXXXXX" item="F2(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(f)8" CV="153" mask="VXXXXXXX" item="F2(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="F2(r)1" CV="156" mask="XXXXXXXV" item="F2(r)1" minOut="1"> 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>		
		<variable label="F2(r)2" CV="156" mask="XXXXXXVX" item="F2(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(r)3" CV="156" mask="XXXXXVXX" item="F2(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(r)4" CV="156" mask="XXXXVXXX" item="F2(r)4" minOut="4" default="1"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(r)5" CV="156" mask="XXXVXXXX" item="F2(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(r)6" CV="156" mask="XXVXXXXX" item="F2(r)6" minOut="6" >				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(r)7" CV="156" mask="XVXXXXXX" item="F2(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F2(r)8" CV="156" mask="VXXXXXXX" item="F2(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			
		<variable label="F3(f)1" CV="159" mask="XXXXXXXV" item="F3(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(f)2" CV="159" mask="XXXXXXVX" item="F3(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(f)3" CV="159" mask="XXXXXVXX" item="F3(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(f)4" CV="159" mask="XXXXVXXX" item="F3(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(f)5" CV="159" mask="XXXVXXXX" item="F3(f)5" minOut="5"  default="1">	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(f)6" CV="159" mask="XXVXXXXX" item="F3(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(f)7" CV="159" mask="XVXXXXXX" item="F3(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(f)8" CV="159" mask="VXXXXXXX" item="F3(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="F3(r)1" CV="162" mask="XXXXXXXV" item="F3(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(r)2" CV="162" mask="XXXXXXVX" item="F3(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(r)3" CV="162" mask="XXXXXVXX" item="F3(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(r)4" CV="162" mask="XXXXVXXX" item="F3(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(r)5" CV="162" mask="XXXVXXXX" item="F3(r)5" minOut="5"  default="1">	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(r)6" CV="162" mask="XXVXXXXX" item="F3(r)6" minOut="6" >				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(r)7" CV="162" mask="XVXXXXXX" item="F3(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F3(r)8" CV="162" mask="VXXXXXXX" item="F3(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="F4(f)1" CV="165" mask="XXXXXXXV" item="F4(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(f)2" CV="165" mask="XXXXXXVX" item="F4(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(f)3" CV="165" mask="XXXXXVXX" item="F4(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(f)4" CV="165" mask="XXXXVXXX" item="F4(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(f)5" CV="165" mask="XXXVXXXX" item="F4(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(f)6" CV="165" mask="XXVXXXXX" item="F4(f)6" minOut="6"  default="1">	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(f)7" CV="165" mask="XVXXXXXX" item="F4(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(f)8" CV="165" mask="VXXXXXXX" item="F4(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		
		<variable label="F4(r)1" CV="168" mask="XXXXXXXV" item="F4(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(r)2" CV="168" mask="XXXXXXVX" item="F4(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(r)3" CV="168" mask="XXXXXVXX" item="F4(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(r)4" CV="168" mask="XXXXVXXX" item="F4(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(r)5" CV="168" mask="XXXVXXXX" item="F4(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(r)6" CV="168" mask="XXVXXXXX" item="F4(r)6" minOut="6"  default="1">	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(r)7" CV="168" mask="XVXXXXXX" item="F4(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F4(r)8" CV="168" mask="VXXXXXXX" item="F4(r)7" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			
		<variable label="F5(f)1" CV="171" mask="XXXXXXXV" item="F5(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(f)2" CV="171" mask="XXXXXXVX" item="F5(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(f)3" CV="171" mask="XXXXXVXX" item="F5(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(f)4" CV="171" mask="XXXXVXXX" item="F5(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(f)5" CV="171" mask="XXXVXXXX" item="F5(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(f)6" CV="171" mask="XXVXXXXX" item="F5(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(f)7" CV="171" mask="XVXXXXXX" item="F5(f)7" minOut="7" default="1">		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(f)8" CV="171" mask="VXXXXXXX" item="F5(f)8" minOut="7" >				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			
		<variable label="F5(r)1" CV="174" mask="XXXXXXXV" item="F5(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(r)2" CV="174" mask="XXXXXXVX" item="F5(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(r)3" CV="174" mask="XXXXXVXX" item="F5(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(r)4" CV="174" mask="XXXXVXXX" item="F5(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(r)5" CV="174" mask="XXXVXXXX" item="F5(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(r)6" CV="174" mask="XXVXXXXX" item="F5(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F5(r)7" CV="174" mask="XVXXXXXX" item="F5(r)7" minOut="7" default="1">		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>			
		<variable label="F5(r)8" CV="174" mask="VXXXXXXX" item="F5(r)8" minOut="8" >				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>	
				
		<variable label="F6(f)1" CV="177" mask="XXXXXXXV" item="F6(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(f)2" CV="177" mask="XXXXXXVX" item="F6(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(f)3" CV="177" mask="XXXXXVXX" item="F6(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(f)4" CV="177" mask="XXXXVXXX" item="F6(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(f)5" CV="177" mask="XXXVXXXX" item="F6(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(f)6" CV="177" mask="XXVXXXXX" item="F6(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(f)7" CV="177" mask="XVXXXXXX" item="F6(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(f)8" CV="177" mask="VXXXXXXX" item="F6(f)8" minOut="8" default="1">		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="F6(r)1" CV="180" mask="XXXXXXXV" item="F6(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(r)2" CV="180" mask="XXXXXXVX" item="F6(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(r)3" CV="180" mask="XXXXXVXX" item="F6(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(r)4" CV="180" mask="XXXXVXXX" item="F6(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(r)5" CV="180" mask="XXXVXXXX" item="F6(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(r)6" CV="180" mask="XXVXXXXX" item="F6(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(r)7" CV="180" mask="XVXXXXXX" item="F6(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F6(r)8" CV="180" mask="VXXXXXXX" item="F6(r)8" minOut="8" default="1"> 	<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
				
		<variable label="F7(f)1" CV="183" mask="XXXXXXXV" item="F7(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(f)2" CV="183" mask="XXXXXXVX" item="F7(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(f)3" CV="183" mask="XXXXXVXX" item="F7(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(f)4" CV="183" mask="XXXXVXXX" item="F7(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(f)5" CV="183" mask="XXXVXXXX" item="F7(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(f)6" CV="183" mask="XXVXXXXX" item="F7(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(f)7" CV="183" mask="XVXXXXXX" item="F7(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(f)8" CV="183" mask="VXXXXXXX" item="F7(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="F7(r)1" CV="186" mask="XXXXXXXV" item="F7(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(r)2" CV="186" mask="XXXXXXVX" item="F7(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(r)3" CV="186" mask="XXXXXVXX" item="F7(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(r)4" CV="186" mask="XXXXVXXX" item="F7(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(r)5" CV="186" mask="XXXVXXXX" item="F7(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(r)6" CV="186" mask="XXVXXXXX" item="F7(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(r)7" CV="186" mask="XVXXXXXX" item="F7(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F7(r)8" CV="186" mask="VXXXXXXX" item="F7(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			
		<variable label="F8(f)1" CV="189" mask="XXXXXXXV" item="F8(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(f)2" CV="189" mask="XXXXXXVX" item="F8(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(f)3" CV="189" mask="XXXXXVXX" item="F8(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(f)4" CV="189" mask="XXXXVXXX" item="F8(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(f)5" CV="189" mask="XXXVXXXX" item="F8(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(f)6" CV="189" mask="XXVXXXXX" item="F8(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(f)7" CV="189" mask="XVXXXXXX" item="F8(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(f)8" CV="189" mask="VXXXXXXX" item="F8(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			
		<variable label="F8(r)1" CV="192" mask="XXXXXXXV" item="F8(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(r)2" CV="192" mask="XXXXXXVX" item="F8(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(r)3" CV="192" mask="XXXXXVXX" item="F8(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(r)4" CV="192" mask="XXXXVXXX" item="F8(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(r)5" CV="192" mask="XXXVXXXX" item="F8(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(r)6" CV="192" mask="XXVXXXXX" item="F8(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(r)7" CV="192" mask="XVXXXXXX" item="F8(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F8(r)8" CV="192" mask="VXXXXXXX" item="F8(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		                                                                             				          
		<variable label="F9(f)1" CV="195" mask="XXXXXXXV" item="F9(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(f)2" CV="195" mask="XXXXXXVX" item="F9(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(f)3" CV="195" mask="XXXXXVXX" item="F9(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(f)4" CV="195" mask="XXXXVXXX" item="F9(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(f)5" CV="195" mask="XXXVXXXX" item="F9(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(f)6" CV="195" mask="XXVXXXXX" item="F9(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(f)7" CV="195" mask="XVXXXXXX" item="F9(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(f)8" CV="195" mask="VXXXXXXX" item="F9(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			                                                                         				          
		<variable label="F9(r)1" CV="198" mask="XXXXXXXV" item="F9(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(r)2" CV="198" mask="XXXXXXVX" item="F9(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(r)3" CV="198" mask="XXXXXVXX" item="F9(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(r)4" CV="198" mask="XXXXVXXX" item="F9(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(r)5" CV="198" mask="XXXVXXXX" item="F9(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(r)6" CV="198" mask="XXVXXXXX" item="F9(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F9(r)7" CV="198" mask="XVXXXXXX" item="F9(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>		
		<variable label="F9(r)8" CV="198" mask="VXXXXXXX" item="F9(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>		
			
		<variable label="F10(f)1" CV="201" mask="XXXXXXXV" item="F10(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(f)2" CV="201" mask="XXXXXXVX" item="F10(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(f)3" CV="201" mask="XXXXXVXX" item="F10(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(f)4" CV="201" mask="XXXXVXXX" item="F10(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(f)5" CV="201" mask="XXXVXXXX" item="F10(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(f)6" CV="201" mask="XXVXXXXX" item="F10(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(f)7" CV="201" mask="XVXXXXXX" item="F10(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(f)8" CV="201" mask="VXXXXXXX" item="F10(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		                                                                               				          
		<variable label="F10(r)1" CV="204" mask="XXXXXXXV" item="F10(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(r)2" CV="204" mask="XXXXXXVX" item="F10(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(r)3" CV="204" mask="XXXXXVXX" item="F10(r)2" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(r)4" CV="204" mask="XXXXVXXX" item="F10(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(r)5" CV="204" mask="XXXVXXXX" item="F10(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(r)6" CV="204" mask="XXVXXXXX" item="F10(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(r)7" CV="204" mask="XVXXXXXX" item="F10(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F10(r)8" CV="204" mask="VXXXXXXX" item="F10(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		                                                                               				          
		<variable label="F11(f)1" CV="207" mask="XXXXXXXV" item="F11(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(f)2" CV="207" mask="XXXXXXVX" item="F11(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(f)3" CV="207" mask="XXXXXVXX" item="F11(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(f)4" CV="207" mask="XXXXVXXX" item="F11(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(f)5" CV="207" mask="XXXVXXXX" item="F11(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(f)6" CV="207" mask="XXVXXXXX" item="F11(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(f)7" CV="207" mask="XVXXXXXX" item="F11(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(f)8" CV="207" mask="VXXXXXXX" item="F11(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			                                                                           				          
		<variable label="F11(r)1" CV="210" mask="XXXXXXXV" item="F11(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(r)2" CV="210" mask="XXXXXXVX" item="F11(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(r)3" CV="210" mask="XXXXXVXX" item="F11(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(r)4" CV="210" mask="XXXXVXXX" item="F11(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(r)5" CV="210" mask="XXXVXXXX" item="F11(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(r)6" CV="210" mask="XXVXXXXX" item="F11(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(r)7" CV="210" mask="XVXXXXXX" item="F11(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F11(r)8" CV="210" mask="VXXXXXXX" item="F11(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			                                                                           				          
		<variable label="F12(f)1" CV="213" mask="XXXXXXXV" item="F12(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(f)2" CV="213" mask="XXXXXXVX" item="F12(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(f)3" CV="213" mask="XXXXXVXX" item="F12(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(f)4" CV="213" mask="XXXXVXXX" item="F12(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(f)5" CV="213" mask="XXXVXXXX" item="F12(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(f)6" CV="213" mask="XXVXXXXX" item="F12(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(f)7" CV="213" mask="XVXXXXXX" item="F12(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(f)8" CV="213" mask="VXXXXXXX" item="F12(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		                                                                               				          
		<variable label="F12(r)1" CV="216" mask="XXXXXXXV" item="F12(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(r)2" CV="216" mask="XXXXXXVX" item="F12(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(r)3" CV="216" mask="XXXXXVXX" item="F12(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(r)4" CV="216" mask="XXXXVXXX" item="F12(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(r)5" CV="216" mask="XXXVXXXX" item="F12(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(r)6" CV="216" mask="XXVXXXXX" item="F12(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(r)7" CV="216" mask="XVXXXXXX" item="F12(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F12(r)8" CV="216" mask="VXXXXXXX" item="F12(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
                                                                                       				          
		<variable label="F13(f)1" CV="219" mask="XXXXXXXV" item="F13(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(f)2" CV="219" mask="XXXXXXVX" item="F13(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(f)3" CV="219" mask="XXXXXVXX" item="F13(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(f)4" CV="219" mask="XXXXVXXX" item="F13(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(f)5" CV="219" mask="XXXVXXXX" item="F13(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(f)6" CV="219" mask="XXVXXXXX" item="F13(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(f)7" CV="219" mask="XVXXXXXX" item="F13(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(f)8" CV="219" mask="VXXXXXXX" item="F13(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		                                                                               				          
		<variable label="F13(r)1" CV="222" mask="XXXXXXXV" item="F13(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(r)2" CV="222" mask="XXXXXXVX" item="F13(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(r)3" CV="222" mask="XXXXXVXX" item="F13(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(r)4" CV="222" mask="XXXXVXXX" item="F13(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(r)5" CV="222" mask="XXXVXXXX" item="F13(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(r)6" CV="222" mask="XXVXXXXX" item="F13(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(r)7" CV="222" mask="XVXXXXXX" item="F13(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F13(r)8" CV="222" mask="VXXXXXXX" item="F13(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
                                                                                       				          
		<variable label="F14(f)1" CV="225" mask="XXXXXXXV" item="F14(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(f)2" CV="225" mask="XXXXXXVX" item="F14(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(f)3" CV="225" mask="XXXXXVXX" item="F14(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(f)4" CV="225" mask="XXXXVXXX" item="F14(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(f)5" CV="225" mask="XXXVXXXX" item="F14(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(f)6" CV="225" mask="XXVXXXXX" item="F14(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(f)7" CV="225" mask="XVXXXXXX" item="F14(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(f)8" CV="225" mask="VXXXXXXX" item="F14(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			                                                                           				          
		<variable label="F14(r)1" CV="228" mask="XXXXXXXV" item="F14(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(r)2" CV="228" mask="XXXXXXVX" item="F14(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(r)3" CV="228" mask="XXXXXVXX" item="F14(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(r)4" CV="228" mask="XXXXVXXX" item="F14(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(r)5" CV="228" mask="XXXVXXXX" item="F14(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(r)6" CV="228" mask="XXVXXXXX" item="F14(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(r)7" CV="228" mask="XVXXXXXX" item="F14(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F14(r)8" CV="228" mask="VXXXXXXX" item="F14(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
                                                                                       				          
		<variable label="F15(f)1" CV="231" mask="XXXXXXXV" item="F15(f)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(f)2" CV="231" mask="XXXXXXVX" item="F15(f)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(f)3" CV="231" mask="XXXXXVXX" item="F15(f)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(f)4" CV="231" mask="XXXXVXXX" item="F15(f)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(f)5" CV="231" mask="XXXVXXXX" item="F15(f)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(f)6" CV="231" mask="XXVXXXXX" item="F15(f)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(f)7" CV="231" mask="XVXXXXXX" item="F15(f)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(f)8" CV="231" mask="VXXXXXXX" item="F15(f)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		                                                                               				          
		<variable label="F15(r)1" CV="234" mask="XXXXXXXV" item="F15(r)1" minOut="1" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(r)2" CV="234" mask="XXXXXXVX" item="F15(r)2" minOut="2" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(r)3" CV="234" mask="XXXXXVXX" item="F15(r)3" minOut="3" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(r)4" CV="234" mask="XXXXVXXX" item="F15(r)4" minOut="4" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(r)5" CV="234" mask="XXXVXXXX" item="F15(r)5" minOut="5" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(r)6" CV="234" mask="XXVXXXXX" item="F15(r)6" minOut="6" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(r)7" CV="234" mask="XVXXXXXX" item="F15(r)7" minOut="7" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="F15(r)8" CV="234" mask="VXXXXXXX" item="F15(r)8" minOut="8" > 				<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

		<variable label="sensor1(f)1" CV="237" mask="XXXXXXXV" item="Sensor1(f)1" minOut="1" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(f)2" CV="237" mask="XXXXXXVX" item="Sensor1(f)2" minOut="2" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(f)3" CV="237" mask="XXXXXVXX" item="Sensor1(f)3" minOut="3" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(f)4" CV="237" mask="XXXXVXXX" item="Sensor1(f)4" minOut="4" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(f)5" CV="237" mask="XXXVXXXX" item="Sensor1(f)5" minOut="5" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(f)6" CV="237" mask="XXVXXXXX" item="Sensor1(f)6" minOut="6" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(f)7" CV="237" mask="XVXXXXXX" item="Sensor1(f)7" minOut="7" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(f)8" CV="237" mask="VXXXXXXX" item="Sensor1(f)8" minOut="8" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
			                                                                                   		          
		<variable label="sensor1(r)1" CV="240" mask="XXXXXXXV" item="Sensor1(r)1" minOut="1" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(r)2" CV="240" mask="XXXXXXVX" item="Sensor1(r)2" minOut="2" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(r)3" CV="240" mask="XXXXXVXX" item="Sensor1(r)3" minOut="3" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(r)4" CV="240" mask="XXXXVXXX" item="Sensor1(r)4" minOut="4" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(r)5" CV="240" mask="XXXVXXXX" item="Sensor1(r)5" minOut="5" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(r)6" CV="240" mask="XXVXXXXX" item="Sensor1(r)6" minOut="6" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(r)7" CV="240" mask="XVXXXXXX" item="Sensor1(r)7" minOut="7" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor1(r)8" CV="240" mask="VXXXXXXX" item="Sensor1(r)8" minOut="8" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
				                                                                               		          
		<variable label="sensor2(f)1" CV="243" mask="XXXXXXXV" item="Sensor2(f)1" minOut="1" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(f)2" CV="243" mask="XXXXXXVX" item="Sensor2(f)2" minOut="2" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(f)3" CV="243" mask="XXXXXVXX" item="Sensor2(f)3" minOut="3" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(f)4" CV="243" mask="XXXXVXXX" item="Sensor2(f)4" minOut="4" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(f)5" CV="243" mask="XXXVXXXX" item="Sensor2(f)5" minOut="5" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(f)6" CV="243" mask="XXVXXXXX" item="Sensor2(f)6" minOut="6" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(f)7" CV="243" mask="XVXXXXXX" item="Sensor2(f)7" minOut="7" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(f)8" CV="243" mask="VXXXXXXX" item="Sensor2(f)8" minOut="8" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		                                                                                       		          
		<variable label="sensor2(r)1" CV="246" mask="XXXXXXXV" item="Sensor2(r)1" minOut="1" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(r)2" CV="246" mask="XXXXXXVX" item="Sensor2(r)2" minOut="2" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(r)3" CV="246" mask="XXXXXVXX" item="Sensor2(r)3" minOut="3" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(r)4" CV="246" mask="XXXXVXXX" item="Sensor2(r)4" minOut="4" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(r)5" CV="246" mask="XXXVXXXX" item="Sensor2(r)5" minOut="5" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(r)6" CV="246" mask="XXVXXXXX" item="Sensor2(r)6" minOut="6" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(r)7" CV="246" mask="XVXXXXXX" item="Sensor2(r)7" minOut="7" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>
		<variable label="sensor2(r)8" CV="246" mask="VXXXXXXX" item="Sensor2(r)8" minOut="8" > 		<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal> </variable>

<!-- This is start of variable definition for Button Behavior -->	

		<variable label="Stop Forward Button" CV="130" mask="XXXXXXXV"
				item="Stop forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop Forward Button" CV="130" mask="XXXXXXVX"
				item="Stop (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop Forward Button" CV="130" mask="XXXXXVXX"
				item="Stop (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop Forward Button" CV="130" mask="XXXXVXXX"
				item="Stop (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop Forward Button" CV="130" mask="XXXVXXXX"
				item="Stop (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop Forward Button" CV="130" mask="XXVXXXXX"
				item="Stop (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop Forward Button" CV="130" mask="XVXXXXXX"
				item="Stop (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop Forward Button" CV="130" mask="VXXXXXXX"
				item="Stop (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="XXXXXXXV"
				item="Stop (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="XXXXXXVX"
				item="Stop (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="XXXXXVXX"
				item="Stop (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="XXXXVXXX"
				item="Stop (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="XXXVXXXX"
				item="Stop (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="XXVXXXXX"
				item="Stop (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="XVXXXXXX"
				item="Stop (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Stop reverse Button" CV="133" mask="VXXXXXXX"
				item="Stop (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="Running Forward Button" CV="136" mask="XXXXXXXV"
				item="Running forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running Forward Button" CV="136" mask="XXXXXXVX"
				item="Running (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="Running Forward Button" CV="136" mask="XXXXXVXX"
				item="Running (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running Forward Button" CV="136" mask="XXXXVXXX"
				item="Running (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running Forward Button" CV="136" mask="XXXVXXXX"
				item="Running (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running Forward Button" CV="136" mask="XXVXXXXX"
				item="Running (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running Forward Button" CV="136" mask="XVXXXXXX"
				item="Running (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running Forward Button" CV="136" mask="VXXXXXXX"
				item="Running (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="Running reverse Button" CV="139" mask="XXXXXXXV"
				item="Running (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running reverse Button" CV="139" mask="XXXXXXVX"
				item="Running (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="Running reverse Button" CV="139" mask="XXXXXVXX"
				item="Running (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running reverse Button" CV="139" mask="XXXXVXXX"
				item="Running (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running reverse Button" CV="139" mask="XXXVXXXX"
				item="Running (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running reverse Button" CV="139" mask="XXVXXXXX"
				item="Running (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running reverse Button" CV="139" mask="XVXXXXXX"
				item="Running (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Running reverse Button" CV="139" mask="VXXXXXXX"
				item="Running (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F0 Forward Button" CV="142" mask="XXXXXXXV"
				item="F0 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 Forward Button" CV="142" mask="XXXXXXVX"
				item="F0 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F0 Forward Button" CV="142" mask="XXXXXVXX"
				item="F0 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 Forward Button" CV="142" mask="XXXXVXXX"
				item="F0 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 Forward Button" CV="142" mask="XXXVXXXX"
				item="F0 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 Forward Button" CV="142" mask="XXVXXXXX"
				item="F0 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 Forward Button" CV="142" mask="XVXXXXXX"
				item="F0 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 Forward Button" CV="142" mask="VXXXXXXX"
				item="F0 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F0 reverse Button" CV="145" mask="XXXXXXXV"
				item="F0 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 reverse Button" CV="145" mask="XXXXXXVX"
				item="F0 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F0 reverse Button" CV="145" mask="XXXXXVXX"
				item="F0 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 reverse Button" CV="145" mask="XXXXVXXX"
				item="F0 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 reverse Button" CV="145" mask="XXXVXXXX"
				item="F0 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 reverse Button" CV="145" mask="XXVXXXXX"
				item="F0 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 reverse Button" CV="145" mask="XVXXXXXX"
				item="F0 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F0 reverse Button" CV="145" mask="VXXXXXXX"
				item="F0 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F1 Forward Button" CV="148" mask="XXXXXXXV"
				item="F1 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 Forward Button" CV="148" mask="XXXXXXVX"
				item="F1 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F1 Forward Button" CV="148" mask="XXXXXVXX"
				item="F1 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 Forward Button" CV="148" mask="XXXXVXXX"
				item="F1 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 Forward Button" CV="148" mask="XXXVXXXX"
				item="F1 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 Forward Button" CV="148" mask="XXVXXXXX"
				item="F1 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 Forward Button" CV="148" mask="XVXXXXXX"
				item="F1 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 Forward Button" CV="148" mask="VXXXXXXX"
				item="F1 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F1 reverse Button" CV="151" mask="XXXXXXXV"
				item="F1 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 reverse Button" CV="151" mask="XXXXXXVX"
				item="F1 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F1 reverse Button" CV="151" mask="XXXXXVXX"
				item="F1 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 reverse Button" CV="151" mask="XXXXVXXX"
				item="F1 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 reverse Button" CV="151" mask="XXXVXXXX"
				item="F1 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 reverse Button" CV="151" mask="XXVXXXXX"
				item="F1 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 reverse Button" CV="151" mask="XVXXXXXX"
				item="F1 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F1 reverse Button" CV="151" mask="VXXXXXXX"
				item="F1 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 Forward Button" CV="154" mask="XXXXXXXV"
				item="F2 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 Forward Button" CV="154" mask="XXXXXXVX"
				item="F2 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F2 Forward Button" CV="154" mask="XXXXXVXX"
				item="F2 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 Forward Button" CV="154" mask="XXXXVXXX"
				item="F2 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 Forward Button" CV="154" mask="XXXVXXXX"
				item="F2 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>
	
		<variable label="F2 Forward Button" CV="154" mask="XXVXXXXX"
				item="F2 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>
	
		<variable label="F2 Forward Button" CV="154" mask="XVXXXXXX"
				item="F2 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>
	
		<variable label="F2 Forward Button" CV="154" mask="VXXXXXXX"
				item="F2 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>
	
		<variable label="F2 reverse Button" CV="157" mask="XXXXXXXV"
				item="F2 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 reverse Button" CV="157" mask="XXXXXXVX"
				item="F2 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F2 reverse Button" CV="157" mask="XXXXXVXX"
				item="F2 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 reverse Button" CV="157" mask="XXXXVXXX"
				item="F2 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 reverse Button" CV="157" mask="XXXVXXXX"
				item="F2 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 reverse Button" CV="157" mask="XXVXXXXX"
				item="F2 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 reverse Button" CV="157" mask="XVXXXXXX"
				item="F2 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F2 reverse Button" CV="157" mask="VXXXXXXX"
				item="F2 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 Forward Button" CV="160" mask="XXXXXXXV"
				item="F3 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 Forward Button" CV="160" mask="XXXXXXVX"
				item="F3 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F3 Forward Button" CV="160" mask="XXXXXVXX"
				item="F3 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 Forward Button" CV="160" mask="XXXXVXXX"
				item="F3 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 Forward Button" CV="160" mask="XXXVXXXX"
				item="F3 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 Forward Button" CV="160" mask="XXVXXXXX"
				item="F3 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 Forward Button" CV="160" mask="XVXXXXXX"
				item="F3 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 Forward Button" CV="160" mask="VXXXXXXX"
				item="F3 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
			
		<variable label="F3 reverse Button" CV="163" mask="XXXXXXXV"
				item="F3 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 reverse Button" CV="163" mask="XXXXXXVX"
				item="F3 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F3 reverse Button" CV="163" mask="XXXXXVXX"
				item="F3 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 reverse Button" CV="163" mask="XXXXVXXX"
				item="F3 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 reverse Button" CV="163" mask="XXXVXXXX"
				item="F3 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 reverse Button" CV="163" mask="XXVXXXXX"
				item="F3 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 reverse Button" CV="163" mask="XVXXXXXX"
				item="F3 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F3 reverse Button" CV="163" mask="VXXXXXXX"
				item="F3 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 Forward Button" CV="166" mask="XXXXXXXV"
				item="F4 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 Forward Button" CV="166" mask="XXXXXXVX"
				item="F4 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F4 Forward Button" CV="166" mask="XXXXXVXX"
				item="F4 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 Forward Button" CV="166" mask="XXXXVXXX"
				item="F4 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 Forward Button" CV="166" mask="XXXVXXXX"
				item="F4 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 Forward Button" CV="166" mask="XXVXXXXX"
				item="F4 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 Forward Button" CV="166" mask="XVXXXXXX"
				item="F4 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 Forward Button" CV="166" mask="VXXXXXXX"
				item="F4 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F4 reverse Button" CV="169" mask="XXXXXXXV"
				item="F4 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 reverse Button" CV="169" mask="XXXXXXVX"
				item="F4 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F4 reverse Button" CV="169" mask="XXXXXVXX"
				item="F4 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 reverse Button" CV="169" mask="XXXXVXXX"
				item="F4 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 reverse Button" CV="169" mask="XXXVXXXX"
				item="F4 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 reverse Button" CV="169" mask="XXVXXXXX"
				item="F4 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 reverse Button" CV="169" mask="XVXXXXXX"
				item="F4 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F4 reverse Button" CV="169" mask="VXXXXXXX"
				item="F4 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 Forward Button" CV="172" mask="XXXXXXXV"
				item="F5 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 Forward Button" CV="172" mask="XXXXXXVX"
				item="F5 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F5 Forward Button" CV="172" mask="XXXXXVXX"
				item="F5 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 Forward Button" CV="172" mask="XXXXVXXX"
				item="F5 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 Forward Button" CV="172" mask="XXXVXXXX"
				item="F5 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 Forward Button" CV="172" mask="XXVXXXXX"
				item="F5 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 Forward Button" CV="172" mask="XVXXXXXX"
				item="F5 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 Forward Button" CV="172" mask="VXXXXXXX"
				item="F5 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F5 reverse Button" CV="175" mask="XXXXXXXV"
				item="F5 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 reverse Button" CV="175" mask="XXXXXXVX"
				item="F5 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F5 reverse Button" CV="175" mask="XXXXXVXX"
				item="F5 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 reverse Button" CV="175" mask="XXXXVXXX"
				item="F5 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 reverse Button" CV="175" mask="XXXVXXXX"
				item="F5 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 reverse Button" CV="175" mask="XXVXXXXX"
				item="F5 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 reverse Button" CV="175" mask="XVXXXXXX"
				item="F5 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F5 reverse Button" CV="175" mask="VXXXXXXX"
				item="F5 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 Forward Button" CV="178" mask="XXXXXXXV"
				item="F6 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 Forward Button" CV="178" mask="XXXXXXVX"
				item="F6 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F6 Forward Button" CV="178" mask="XXXXXVXX"
				item="F6 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 Forward Button" CV="178" mask="XXXXVXXX"
				item="F6 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 Forward Button" CV="178" mask="XXXVXXXX"
				item="F6 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 Forward Button" CV="178" mask="XXVXXXXX"
				item="F6 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 Forward Button" CV="178" mask="XVXXXXXX"
				item="F6 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 Forward Button" CV="178" mask="VXXXXXXX"
				item="F6 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F6 reverse Button" CV="181" mask="XXXXXXXV"
				item="F6 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 reverse Button" CV="181" mask="XXXXXXVX"
				item="F6 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F6 reverse Button" CV="181" mask="XXXXXVXX"
				item="F6 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 reverse Button" CV="181" mask="XXXXVXXX"
				item="F6 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 reverse Button" CV="181" mask="XXXVXXXX"
				item="F6 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 reverse Button" CV="181" mask="XXVXXXXX"
				item="F6 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 reverse Button" CV="181" mask="XVXXXXXX"
				item="F6 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F6 reverse Button" CV="181" mask="VXXXXXXX"
				item="F6 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 Forward Button" CV="184" mask="XXXXXXXV"
				item="F7 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 Forward Button" CV="184" mask="XXXXXXVX"
				item="F7 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F7 Forward Button" CV="184" mask="XXXXXVXX"
				item="F7 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 Forward Button" CV="184" mask="XXXXVXXX"
				item="F7 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 Forward Button" CV="184" mask="XXXVXXXX"
				item="F7 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 Forward Button" CV="184" mask="XXVXXXXX"
				item="F7 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 Forward Button" CV="184" mask="XVXXXXXX"
				item="F7 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 Forward Button" CV="184" mask="VXXXXXXX"
				item="F7 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F7 reverse Button" CV="187" mask="XXXXXXXV"
				item="F7 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 reverse Button" CV="187" mask="XXXXXXVX"
				item="F7 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F7 reverse Button" CV="187" mask="XXXXXVXX"
				item="F7 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 reverse Button" CV="187" mask="XXXXVXXX"
				item="F7 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 reverse Button" CV="187" mask="XXXVXXXX"
				item="F7 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 reverse Button" CV="187" mask="XXVXXXXX"
				item="F7 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 reverse Button" CV="187" mask="XVXXXXXX"
				item="F7 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F7 reverse Button" CV="187" mask="VXXXXXXX"
				item="F7 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 Forward Button" CV="190" mask="XXXXXXXV"
				item="F8 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 Forward Button" CV="190" mask="XXXXXXVX"
				item="F8 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F8 Forward Button" CV="190" mask="XXXXXVXX"
				item="F8 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 Forward Button" CV="190" mask="XXXXVXXX"
				item="F8 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 Forward Button" CV="190" mask="XXXVXXXX"
				item="F8 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 Forward Button" CV="190" mask="XXVXXXXX"
				item="F8 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 Forward Button" CV="190" mask="XVXXXXXX"
				item="F8 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 Forward Button" CV="190" mask="VXXXXXXX"
				item="F8 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F8 reverse Button" CV="193" mask="XXXXXXXV"
				item="F8 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 reverse Button" CV="193" mask="XXXXXXVX"
				item="F8 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F8 reverse Button" CV="193" mask="XXXXXVXX"
				item="F8 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 reverse Button" CV="193" mask="XXXXVXXX"
				item="F8 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 reverse Button" CV="193" mask="XXXVXXXX"
				item="F8 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 reverse Button" CV="193" mask="XXVXXXXX"
				item="F8 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 reverse Button" CV="193" mask="XVXXXXXX"
				item="F8 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F8 reverse Button" CV="193" mask="VXXXXXXX"
				item="F8 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 Forward Button" CV="196" mask="XXXXXXXV"
				item="F9 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 Forward Button" CV="196" mask="XXXXXXVX"
				item="F9 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F9 Forward Button" CV="196" mask="XXXXXVXX"
				item="F9 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 Forward Button" CV="196" mask="XXXXVXXX"
				item="F9 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 Forward Button" CV="196" mask="XXXVXXXX"
				item="F9 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 Forward Button" CV="196" mask="XXVXXXXX"
				item="F9 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 Forward Button" CV="196" mask="XVXXXXXX"
				item="F9 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 Forward Button" CV="196" mask="VXXXXXXX"
				item="F9 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F9 reverse Button" CV="199" mask="XXXXXXXV"
				item="F9 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 reverse Button" CV="199" mask="XXXXXXVX"
				item="F9 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F9 reverse Button" CV="199" mask="XXXXXVXX"
				item="F9 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 reverse Button" CV="199" mask="XXXXVXXX"
				item="F9 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 reverse Button" CV="199" mask="XXXVXXXX"
				item="F9 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 reverse Button" CV="199" mask="XXVXXXXX"
				item="F9 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 reverse Button" CV="199" mask="XVXXXXXX"
				item="F9 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F9 reverse Button" CV="199" mask="VXXXXXXX"
				item="F9 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 Forward Button" CV="202" mask="XXXXXXXV"
				item="F10 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 Forward Button" CV="202" mask="XXXXXXVX"
				item="F10 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F10 Forward Button" CV="202" mask="XXXXXVXX"
				item="F10 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 Forward Button" CV="202" mask="XXXXVXXX"
				item="F10 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 Forward Button" CV="202" mask="XXXVXXXX"
				item="F10 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 Forward Button" CV="202" mask="XXVXXXXX"
				item="F10 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 Forward Button" CV="202" mask="XVXXXXXX"
				item="F10 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 Forward Button" CV="202" mask="VXXXXXXX"
				item="F10 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F10 reverse Button" CV="205" mask="XXXXXXXV"
				item="F10 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 reverse Button" CV="205" mask="XXXXXXVX"
				item="F10 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F10 reverse Button" CV="205" mask="XXXXXVXX"
				item="F10 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 reverse Button" CV="205" mask="XXXXVXXX"
				item="F10 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 reverse Button" CV="205" mask="XXXVXXXX"
				item="F10 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 reverse Button" CV="205" mask="XXVXXXXX"
				item="F10 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 reverse Button" CV="205" mask="XVXXXXXX"
				item="F10 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F10 reverse Button" CV="205" mask="VXXXXXXX"
				item="F10 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 Forward Button" CV="208" mask="XXXXXXXV"
				item="F11 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 Forward Button" CV="208" mask="XXXXXXVX"
				item="F11 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F11 Forward Button" CV="208" mask="XXXXXVXX"
				item="F11 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 Forward Button" CV="208" mask="XXXXVXXX"
				item="F11 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 Forward Button" CV="208" mask="XXXVXXXX"
				item="F11 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 Forward Button" CV="208" mask="XXVXXXXX"
				item="F11 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 Forward Button" CV="208" mask="XVXXXXXX"
				item="F11 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 Forward Button" CV="208" mask="VXXXXXXX"
				item="F11 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F11 reverse Button" CV="211" mask="XXXXXXXV"
				item="F11 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 reverse Button" CV="211" mask="XXXXXXVX"
				item="F11 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F11 reverse Button" CV="211" mask="XXXXXVXX"
				item="F11 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 reverse Button" CV="211" mask="XXXXVXXX"
				item="F11 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 reverse Button" CV="211" mask="XXXVXXXX"
				item="F11 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 reverse Button" CV="211" mask="XXVXXXXX"
				item="F11 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 reverse Button" CV="211" mask="XVXXXXXX"
				item="F11 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F11 reverse Button" CV="211" mask="VXXXXXXX"
				item="F11 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 Forward Button" CV="214" mask="XXXXXXXV"
				item="F12 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 Forward Button" CV="214" mask="XXXXXXVX"
				item="F12 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F12 Forward Button" CV="214" mask="XXXXXVXX"
				item="F12 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 Forward Button" CV="214" mask="XXXXVXXX"
				item="F12 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 Forward Button" CV="214" mask="XXXVXXXX"
				item="F12 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 Forward Button" CV="214" mask="XXVXXXXX"
				item="F12 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 Forward Button" CV="214" mask="XVXXXXXX"
				item="F12 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 Forward Button" CV="214" mask="VXXXXXXX"
				item="F12 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F12 reverse Button" CV="217" mask="XXXXXXXV"
				item="F12 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 reverse Button" CV="217" mask="XXXXXXVX"
				item="F12 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F12 reverse Button" CV="217" mask="XXXXXVXX"
				item="F12 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 reverse Button" CV="217" mask="XXXXVXXX"
				item="F12 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 reverse Button" CV="217" mask="XXXVXXXX"
				item="F12 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 reverse Button" CV="217" mask="XXVXXXXX"
				item="F12 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 reverse Button" CV="217" mask="XVXXXXXX"
				item="F12 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F12 reverse Button" CV="217" mask="VXXXXXXX"
				item="F12 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>



		<variable label="F13 Forward Button" CV="220" mask="XXXXXXXV"
				item="F13 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 Forward Button" CV="220" mask="XXXXXXVX"
				item="F13 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F13 Forward Button" CV="220" mask="XXXXXVXX"
				item="F13 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 Forward Button" CV="220" mask="XXXXVXXX"
				item="F13 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 Forward Button" CV="220" mask="XXXVXXXX"
				item="F13 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 Forward Button" CV="220" mask="XXVXXXXX"
				item="F13 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 Forward Button" CV="220" mask="XVXXXXXX"
				item="F13 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 Forward Button" CV="220" mask="VXXXXXXX"
				item="F13 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F13 reverse Button" CV="223" mask="XXXXXXXV"
				item="F13 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 reverse Button" CV="223" mask="XXXXXXVX"
				item="F13 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F13 reverse Button" CV="223" mask="XXXXXVXX"
				item="F13 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 reverse Button" CV="223" mask="XXXXVXXX"
				item="F13 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 reverse Button" CV="223" mask="XXXVXXXX"
				item="F13 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 reverse Button" CV="223" mask="XXVXXXXX"
				item="F13 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 reverse Button" CV="223" mask="XVXXXXXX"
				item="F13 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F13 reverse Button" CV="223" mask="VXXXXXXX"
				item="F13 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>



		<variable label="F14 Forward Button" CV="226" mask="XXXXXXXV"
				item="F14 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 Forward Button" CV="226" mask="XXXXXXVX"
				item="F14 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F14 Forward Button" CV="226" mask="XXXXXVXX"
				item="F14 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 Forward Button" CV="226" mask="XXXXVXXX"
				item="F14 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 Forward Button" CV="226" mask="XXXVXXXX"
				item="F14 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 Forward Button" CV="226" mask="XXVXXXXX"
				item="F14 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 Forward Button" CV="226" mask="XVXXXXXX"
				item="F14 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 Forward Button" CV="226" mask="VXXXXXXX"
				item="F14 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F14 reverse Button" CV="229" mask="XXXXXXXV"
				item="F14 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 reverse Button" CV="229" mask="XXXXXXVX"
				item="F14 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F14 reverse Button" CV="229" mask="XXXXXVXX"
				item="F14 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 reverse Button" CV="229" mask="XXXXVXXX"
				item="F14 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 reverse Button" CV="229" mask="XXXVXXXX"
				item="F14 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 reverse Button" CV="229" mask="XXVXXXXX"
				item="F14 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 reverse Button" CV="229" mask="XVXXXXXX"
				item="F14 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F14 reverse Button" CV="229" mask="VXXXXXXX"
				item="F14 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>



		<variable label="F15 Forward Button" CV="232" mask="XXXXXXXV"
				item="F15 forward1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 Forward Button" CV="232" mask="XXXXXXVX"
				item="F15 (f)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F15 Forward Button" CV="232" mask="XXXXXVXX"
				item="F15 (f)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 Forward Button" CV="232" mask="XXXXVXXX"
				item="F15 (f)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 Forward Button" CV="232" mask="XXXVXXXX"
				item="F15 (f)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 Forward Button" CV="232" mask="XXVXXXXX"
				item="F15 (f)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 Forward Button" CV="232" mask="XVXXXXXX"
				item="F15 (f)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 Forward Button" CV="232" mask="VXXXXXXX"
				item="F15 (f)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

	
		
		<variable label="F15 reverse Button" CV="235" mask="XXXXXXXV"
				item="F15 (r)1">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 reverse Button" CV="235" mask="XXXXXXVX"
				item="F15 (r)2">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>


		<variable label="F15 reverse Button" CV="235" mask="XXXXXVXX"
				item="F15 (r)3">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 reverse Button" CV="235" mask="XXXXVXXX"
				item="F15 (r)4">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 reverse Button" CV="235" mask="XXXVXXXX"
				item="F15 (r)5">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 reverse Button" CV="235" mask="XXVXXXXX"
				item="F15 (r)6">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 reverse Button" CV="235" mask="XVXXXXXX"
				item="F15 (r)7">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="F15 reverse Button" CV="235" mask="VXXXXXXX"
				item="F15 (r)8">
				<enumVal><enumChoice choice="OFF/ON"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" />
				<enumChoice choice="Shift Mode" />
				<enumChoice choice="Blower Sound" />
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
				</variable>

		<variable label="Sensor 1 forward" CV="238" mask="XXXXXXXV"
				item="Sensor1 fwd1">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 forward" CV="238" mask="XXXXXXVX"
				item="Sensor1 fwd2">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 1 forward" CV="238" mask="XXXXXVXX"
				item="Sensor1 fwd3">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 1 forward" CV="238" mask="XXXXVXXX"
				item="Sensor1 fwd4">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 1 forward" CV="238" mask="XXXVXXXX"
				item="Sensor1 fwd5">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 1 forward" CV="238" mask="XXVXXXXX"
				item="Sensor1 fwd6">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 1 forward" CV="238" mask="XVXXXXXX"
				item="Sensor1 fwd7">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 1 forward" CV="238" mask="VXXXXXXX"
				item="Sensor1 fwd8">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>


		<variable label="Sensor 1 reverse" CV="241" mask="XXXXXXXV"
				item="Sensor1 rev1">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 reverse" CV="241" mask="XXXXXXVX"
				item="Sensor1 rev2">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 reverse" CV="241" mask="XXXXXXVXX"
				item="Sensor1 rev3">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 reverse" CV="241" mask="XXXXXVXXX"
				item="Sensor1 rev4">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 reverse" CV="241" mask="XXXVXXXX"
				item="Sensor1 rev5">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 reverse" CV="241" mask="XXVXXXXX"
				item="Sensor1 rev6">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 reverse" CV="241" mask="XVXXXXXX"
				item="Sensor1 rev7">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

		<variable label="Sensor 1 reverse" CV="241" mask="VXXXXXXX"
				item="Sensor1 rev8">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>





		<variable label="Sensor 2 forward" CV="244" mask="XXXXXXXV"
				item="Sensor2 fwd1">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 2 forward" CV="244" mask="XXXXXXVX"
				item="Sensor2 fwd2">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 2 forward" CV="244" mask="XXXXXVXX"
				item="Sensor2 fwd3">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 2 forward" CV="244" mask="XXXXVXXX"
				item="Sensor2 fwd4">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 2 forward" CV="244" mask="XXXVXXXX"
				item="Sensor2 fwd5">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 2 forward" CV="244" mask="XXVXXXXX"
				item="Sensor2 fwd6">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 2 forward" CV="244" mask="XVXXXXXX"
				item="Sensor2 fwd7">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>

			<variable label="Sensor 2 forward" CV="244" mask="VXXXXXXX"
				item="Sensor2 fwd8">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>


		<variable label="Sensor 2 reverse" CV="247" mask="XXXXXXXV"
				item="Sensor2 rev1">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
	
		<variable label="Sensor 2 reverse" CV="247" mask="XXXXXXVX"
				item="Sensor2 rev2">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
	
			<variable label="Sensor 2 reverse" CV="247" mask="XXXXXVXX"
				item="Sensor2 rev3">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
	
			<variable label="Sensor 2 reverse" CV="247" mask="XXXXVXXX"
				item="Sensor2 rev4">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
	
			<variable label="Sensor 2 reverse" CV="247" mask="XXXVXXXX"
				item="Sensor2 rev5">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
	
			<variable label="Sensor 2 reverse" CV="247" mask="XXVXXXXX"
				item="Sensor2 rev6">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
	
			<variable label="Sensor 2 reverse" CV="247" mask="XVXXXXXX"
				item="Sensor2 rev7">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
	
			<variable label="Sensor 2 reverse" CV="247" mask="VXXXXXXX"
				item="Sensor2 rev8">
			<enumVal>
				<enumChoice choice="Default Action"/>
				<enumChoice choice="Acceleration on/off"/>
				<enumChoice choice="Shunting Mode on/off"/>
				<enumChoice choice="Sound on/off" value="4"/>
				<enumChoice choice="Shift Mode" value="8"/>
				<enumChoice choice="Blower Sound" value="16"/>
				<enumChoice choice="Doppler on Slot 1" />
				<enumChoice choice="Mute/Volume Control" />
				<enumChoice choice="Dynamic Brake" />
				</enumVal>
			</variable>
			
		<variable label="Minimum Distance of Steam Puff" CV="249" >
				<decVal/>
			</variable>

		<variable label="Steam Shift Cycle Time for One" CV="250" >
				<decVal/>
			</variable>

		<variable label="Steam Shift Cycle Earliest Start Position" CV="251" >
				<decVal/>
			</variable>

		<variable label="Steam Shift Cycle Latest Start Poition" CV="252" >
				<decVal/>
			</variable>

		</variables>

  <resets>
  	<factReset label="Reset All CVs" CV="8" default="8"/>
  </resets>

</decoder>


<pane name="Button Behavior">
	<column>

		<label label="Button         Accel" />

		<display item="F0 forward1" format="checkbox" layout="left" label="F0 Forward"/>
		<display item="F0 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F1 forward1" format="checkbox" layout="left" label="F1 Forward"/>
		<display item="F1 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F2 forward1" format="checkbox" layout="left" label="F2 Forward"/>
		<display item="F2 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F3 forward1" format="checkbox" layout="left" label="F3 Forward"/>
		<display item="F3 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F4 forward1" format="checkbox" layout="left"  label="F4 Forward"/>
		<display item="F4 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F5 forward1" format="checkbox" layout="left" label="F5 Forward"/>
		<display item="F5 (r)1" format="checkbox" layout="left"  label="Reverse"/>

		<display item="F6 forward1" format="checkbox" layout="left" label="F6 Forward"/>
		<display item="F6 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F7 forward1" format="checkbox" layout="left" label="F7 Forward"/>
		<display item="F7 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F8 forward1" format="checkbox" layout="left" label="F8 Forward"/>
		<display item="F8 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F9 forward1" format="checkbox" layout="left" label="F9 Forward"/>
		<display item="F9 (r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F10 forward1" format="checkbox" layout="left" label="F10 Forward"/>
		<display item="F10 (r)1" format="checkbox" layout="left" label="Reverse"/>


	</column>

	<column>
		<label label="Shunt" />

		<display item="F0 (f)2" format="checkbox" label=""/>
		<display item="F0 (r)2" format="checkbox" label=""/>
		<display item="F1 (f)2" format="checkbox" label=""/>
		<display item="F1 (r)2" format="checkbox" label=""/>
		<display item="F2 (f)2" format="checkbox" label=""/>
		<display item="F2 (r)2" format="checkbox" label=""/>
		<display item="F3 (f)2" format="checkbox" label=""/>
		<display item="F3 (r)2" format="checkbox" label=""/>
		<display item="F4 (f)2" format="checkbox" label=""/>
		<display item="F4 (r)2" format="checkbox" label=""/>
		<display item="F5 (f)2" format="checkbox" label=""/>
		<display item="F5 (r)2" format="checkbox" label=""/>
		<display item="F6 (f)2" format="checkbox" label=""/>
		<display item="F6 (r)2" format="checkbox" label=""/>
		<display item="F7 (f)2" format="checkbox" label=""/>
		<display item="F7 (r)2" format="checkbox" label=""/>
		<display item="F8 (f)2" format="checkbox" label=""/>
		<display item="F8 (r)2" format="checkbox" label=""/>
		<display item="F9 (f)2" format="checkbox" label=""/>
		<display item="F9 (r)2" format="checkbox" label=""/>
		<display item="F10 (f)2" format="checkbox" label=""/>
		<display item="F10 (r)2" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Sound" />
		<display item="F0 (f)3" format="checkbox" label=""/>
		<display item="F0 (r)3" format="checkbox" label=""/>
		<display item="F1 (f)3" format="checkbox" label=""/>
		<display item="F1 (r)3" format="checkbox" label=""/>
		<display item="F2 (f)3" format="checkbox" label=""/>
		<display item="F2 (r)3" format="checkbox" label=""/>
		<display item="F3 (f)3" format="checkbox" label=""/>
		<display item="F3 (r)3" format="checkbox" label=""/>
		<display item="F4 (f)3" format="checkbox" label=""/>
		<display item="F4 (r)3" format="checkbox" label=""/>
		<display item="F5 (f)3" format="checkbox" label=""/>
		<display item="F5 (r)3" format="checkbox" label=""/>
		<display item="F6 (f)3" format="checkbox" label=""/>
		<display item="F6 (r)3" format="checkbox" label=""/>
		<display item="F7 (f)3" format="checkbox" label=""/>
		<display item="F7 (r)3" format="checkbox" label=""/>
		<display item="F8 (f)3" format="checkbox" label=""/>
		<display item="F8 (r)3" format="checkbox" label=""/>
		<display item="F9 (f)3" format="checkbox" label=""/>
		<display item="F9 (r)3" format="checkbox" label=""/>
		<display item="F10 (f)3" format="checkbox" label=""/>
		<display item="F10 (r)3" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Shift" />
		<display item="F0 (f)4" format="checkbox" label=""/>
		<display item="F0 (r)4" format="checkbox" label=""/>
		<display item="F1 (f)4" format="checkbox" label=""/>
		<display item="F1 (r)4" format="checkbox" label=""/>
		<display item="F2 (f)4" format="checkbox" label=""/>
		<display item="F2 (r)4" format="checkbox" label=""/>
		<display item="F3 (f)4" format="checkbox" label=""/>
		<display item="F3 (r)4" format="checkbox" label=""/>		
		<display item="F4 (f)4" format="checkbox" label=""/>
		<display item="F4 (r)4" format="checkbox" label=""/>
		<display item="F5 (f)4" format="checkbox" label=""/>
		<display item="F5 (r)4" format="checkbox" label=""/>
		<display item="F6 (f)4" format="checkbox" label=""/>
		<display item="F6 (r)4" format="checkbox" label=""/>
		<display item="F7 (f)4" format="checkbox" label=""/>
		<display item="F7 (r)4" format="checkbox" label=""/>
		<display item="F8 (f)4" format="checkbox" label=""/>
		<display item="F8 (r)4" format="checkbox" label=""/>
		<display item="F9 (f)4" format="checkbox" label=""/>
		<display item="F9 (r)4" format="checkbox" label=""/>
		<display item="F10 (f)4" format="checkbox" label=""/>
		<display item="F10 (r)4" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Blower"/>
		<display item="F0 (f)5" format="checkbox" label=""/>
		<display item="F0 (r)5" format="checkbox" label=""/>

		<display item="F1 (f)5" format="checkbox" label=""/>
		<display item="F1 (r)5" format="checkbox" label=""/>

		<display item="F2 (f)5" format="checkbox" label=""/>
		<display item="F2 (r)5" format="checkbox" label=""/>

		<display item="F3 (f)5" format="checkbox" label=""/>		
		<display item="F3 (r)5" format="checkbox" label=""/>

		<display item="F4 (f)5" format="checkbox" label=""/>
		<display item="F4 (r)5" format="checkbox" label=""/>

		<display item="F5 (f)5" format="checkbox" label=""/>
		<display item="F5 (r)5" format="checkbox" label=""/>

		<display item="F6 (f)5" format="checkbox" label=""/>
		<display item="F6 (r)5" format="checkbox" label=""/>

		<display item="F7 (f)5" format="checkbox" label=""/>
		<display item="F7 (r)5" format="checkbox" label=""/>

		<display item="F8 (f)5" format="checkbox" label=""/>
		<display item="F8 (r)5" format="checkbox" label=""/>

		<display item="F9 (f)5" format="checkbox" label=""/>
		<display item="F9 (r)5" format="checkbox" label=""/>

		<display item="F10 (f)5" format="checkbox" label=""/>
		<display item="F10 (r)5" format="checkbox" label=""/>

	</column>
	<column>
		<label label="Doppler" />
		<display item="F0 (f)6" format="checkbox" label=""/>
		<display item="F0 (r)6" format="checkbox" label=""/>
		<display item="F1 (f)6" format="checkbox" label=""/>
		<display item="F1 (r)6" format="checkbox" label=""/>
		<display item="F2 (f)6" format="checkbox" label=""/>
		<display item="F2 (r)6" format="checkbox" label=""/>
		<display item="F3 (f)6" format="checkbox" label=""/>
		<display item="F3 (r)6" format="checkbox" label=""/>		
		<display item="F4 (f)6" format="checkbox" label=""/>
		<display item="F4 (r)6" format="checkbox" label=""/>
		<display item="F5 (f)6" format="checkbox" label=""/>
		<display item="F5 (r)6" format="checkbox" label=""/>
		<display item="F6 (f)6" format="checkbox" label=""/>
		<display item="F6 (r)6" format="checkbox" label=""/>
		<display item="F7 (f)6" format="checkbox" label=""/>
		<display item="F7 (r)6" format="checkbox" label=""/>
		<display item="F8 (f)6" format="checkbox" label=""/>
		<display item="F8 (r)6" format="checkbox" label=""/>
		<display item="F9 (f)6" format="checkbox" label=""/>
		<display item="F9 (r)6" format="checkbox" label=""/>
		<display item="F10 (f)6" format="checkbox" label=""/>
		<display item="F10 (r)6" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Mute" />
		<display item="F0 (f)7" format="checkbox" label=""/>
		<display item="F0 (r)7" format="checkbox" label=""/>
		<display item="F1 (f)7" format="checkbox" label=""/>
		<display item="F1 (r)7" format="checkbox" label=""/>
		<display item="F2 (f)7" format="checkbox" label=""/>
		<display item="F2 (r)7" format="checkbox" label=""/>
		<display item="F3 (f)7" format="checkbox" label=""/>
		<display item="F3 (r)7" format="checkbox" label=""/>		
		<display item="F4 (f)7" format="checkbox" label=""/>
		<display item="F4 (r)7" format="checkbox" label=""/>
		<display item="F5 (f)7" format="checkbox" label=""/>
		<display item="F5 (r)7" format="checkbox" label=""/>
		<display item="F6 (f)7" format="checkbox" label=""/>
		<display item="F6 (r)7" format="checkbox" label=""/>
		<display item="F7 (f)7" format="checkbox" label=""/>
		<display item="F7 (r)7" format="checkbox" label=""/>
		<display item="F8 (f)7" format="checkbox" label=""/>
		<display item="F8 (r)7" format="checkbox" label=""/>
		<display item="F9 (f)7" format="checkbox" label=""/>
		<display item="F9 (r)7" format="checkbox" label=""/>
		<display item="F10 (f)7" format="checkbox" label=""/>
		<display item="F10 (r)7" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Dynamic" />
		<display item="F0 (f)8" format="checkbox" label=""/>
		<display item="F0 (r)8" format="checkbox" label=""/>
		<display item="F1 (f)8" format="checkbox" label=""/>
		<display item="F1 (r)8" format="checkbox" label=""/>
		<display item="F2 (f)8" format="checkbox" label=""/>
		<display item="F2 (r)8" format="checkbox" label=""/>
		<display item="F3 (f)8" format="checkbox" label=""/>
		<display item="F3 (r)8" format="checkbox" label=""/>		
		<display item="F4 (f)8" format="checkbox" label=""/>
		<display item="F4 (r)8" format="checkbox" label=""/>
		<display item="F5 (f)8" format="checkbox" label=""/>
		<display item="F5 (r)8" format="checkbox" label=""/>
		<display item="F6 (f)8" format="checkbox" label=""/>
		<display item="F6 (r)8" format="checkbox" label=""/>
		<display item="F7 (f)8" format="checkbox" label=""/>
		<display item="F7 (r)8" format="checkbox" label=""/>
		<display item="F8 (f)8" format="checkbox" label=""/>
		<display item="F8 (r)8" format="checkbox" label=""/>
		<display item="F9 (f)8" format="checkbox" label=""/>
		<display item="F9 (r)8" format="checkbox" label=""/>
		<display item="F10 (f)8" format="checkbox" label=""/>
		<display item="F10 (r)8" format="checkbox" label=""/>
	</column>


	
	

	<column>
		<label label="Button                     Accel" />
		<display item="F11 forward1" format="checkbox" layout="left" label="F11 Forward"/>
		<display item="F11 (r)1" format="checkbox" layout="left" label="Reverse"/>
		<display item="F12 forward1" format="checkbox" layout="left" label="F12 Forward"/>
		<display item="F12 (r)1" format="checkbox" layout="left" label="Reverse"/>
		<display item="F13 forward1" format="checkbox" layout="left" label="F13 Forward"/>
		<display item="F13 (r)1" format="checkbox" layout="left" label="Reverse"/>
		<display item="F14 forward1" format="checkbox" layout="left" label="F14 Forward"/>
		<display item="F14 (r)1" format="checkbox" layout="left" label="Reverse"/>
		<display item="F15 forward1" format="checkbox" layout="left" label="F15 Forward"/>
		<display item="F15 (r)1" format="checkbox" layout="left" label="Reverse"/>
		<display item="Stop forward1" format="checkbox" layout="left" label="Stop Forward"/>
		<display item="Stop (r)1" format="checkbox" layout="left" label="Reverse"/>
		<display item="Running forward1" format="checkbox" layout="left" label="Running Forward"/>
		<display item="Running (r)1" format="checkbox" layout="left" label="Reverse"/>
		<display item="Sensor1 fwd1" format="checkbox" layout="left" label="Sensor 1 Forward"/>
		<display item="Sensor1 rev1" format="checkbox" layout="left" label="Reverse"/>
		<display item="Sensor2 fwd1" format="checkbox" layout="left" label="Sensor 2 Forward"/>
		<display item="Sensor2 rev1" format="checkbox" layout="left" label="Reverse"/>
	</column>

	<column>
		<label label="Shunt" />
		<display item="F11 (f)2" format="checkbox" label=""/>
		<display item="F11 (r)2" format="checkbox" label=""/>
		<display item="F12 (f)2" format="checkbox" label=""/>
		<display item="F12 (r)2" format="checkbox" label=""/>
		<display item="F13 (f)2" format="checkbox" label=""/>
		<display item="F13 (r)2" format="checkbox" label=""/>
		<display item="F14 (f)2" format="checkbox" label=""/>
		<display item="F14 (r)2" format="checkbox" label=""/>
		<display item="F15 (f)2" format="checkbox" label=""/>
		<display item="F15 (r)2" format="checkbox" label=""/>
		<display item="Stop (f)2" format="checkbox" label=""/>
		<display item="Stop (r)2" format="checkbox" label=""/>
		<display item="Running (f)2" format="checkbox" label=""/>
		<display item="Running (r)2" format="checkbox" label=""/>
		<display item="Sensor1 fwd2" format="checkbox" label=""/>
		<display item="Sensor1 rev2" format="checkbox" label=""/>
		<display item="Sensor2 fwd2" format="checkbox" label=""/>
		<display item="Sensor2 rev2" format="checkbox" label=""/>


	</column>

	<column>
		<label label="Sound" />
		<display item="F11 (f)3" format="checkbox" label=""/>
		<display item="F11 (r)3" format="checkbox" label=""/>
		<display item="F12 (f)3" format="checkbox" label=""/>
		<display item="F12 (r)3" format="checkbox" label=""/>
		<display item="F13 (f)3" format="checkbox" label=""/>
		<display item="F13 (r)3" format="checkbox" label=""/>
		<display item="F14 (f)3" format="checkbox" label=""/>
		<display item="F14 (r)3" format="checkbox" label=""/>
		<display item="F15 (f)3" format="checkbox" label=""/>
		<display item="F15 (r)3" format="checkbox" label=""/>
		<display item="Stop (f)3" format="checkbox" label="" />
		<display item="Stop (r)3" format="checkbox" label=""/>
		<display item="Running (f)3" format="checkbox" label=""/>
		<display item="Running (r)3" format="checkbox" label=""/>
		<display item="Sensor1 fwd3" format="checkbox" label=""/>
		<display item="Sensor1 rev3" format="checkbox" label=""/>
		<display item="Sensor2 fwd3" format="checkbox" label=""/>
		<display item="Sensor2 rev3" format="checkbox" label=""/>



	</column>

	<column>
		<label label="Shift" />
		<display item="F11 (f)4" format="checkbox" label=""/>
		<display item="F11 (r)4" format="checkbox" label=""/>
		<display item="F12 (f)4" format="checkbox" label=""/>
		<display item="F12 (r)4" format="checkbox" label=""/>
		<display item="F13 (f)4" format="checkbox" label=""/>
		<display item="F13 (r)4" format="checkbox" label=""/>
		<display item="F14 (f)4" format="checkbox" label=""/>
		<display item="F14 (r)4" format="checkbox" label=""/>
		<display item="F15 (f)4" format="checkbox" label=""/>
		<display item="F15 (r)4" format="checkbox" label=""/>
		<display item="Stop (f)4" format="checkbox" label="" />
		<display item="Stop (r)4" format="checkbox" label=""/>
		<display item="Running (f)4" format="checkbox" label=""/>
		<display item="Running (r)4" format="checkbox" label=""/>
		<display item="Sensor1 fwd4" format="checkbox" label=""/>
		<display item="Sensor1 rev4" format="checkbox" label=""/>
		<display item="Sensor2 fwd4" format="checkbox" label=""/>
		<display item="Sensor2 rev4" format="checkbox" label=""/>



	</column>

	<column>
		<label label="Blower" />
		<display item="F11 (f)5" format="checkbox" label=""/>
		<display item="F11 (r)5" format="checkbox" label=""/>
		<display item="F12 (f)5" format="checkbox" label=""/>
		<display item="F12 (r)5" format="checkbox" label=""/>
		<display item="F13 (f)5" format="checkbox" label=""/>
		<display item="F13 (r)5" format="checkbox" label=""/>
		<display item="F14 (f)5" format="checkbox" label=""/>
		<display item="F14 (r)5" format="checkbox" label=""/>
		<display item="F15 (f)5" format="checkbox" label=""/>
		<display item="F15 (r)5" format="checkbox" label=""/>
		<display item="Stop (f)5" format="checkbox" label="" />
		<display item="Stop (r)5" format="checkbox" label=""/>
		<display item="Running (f)5" format="checkbox" label=""/>
		<display item="Running (r)5" format="checkbox" label=""/>
		<display item="Sensor1 fwd5" format="checkbox" label=""/>
		<display item="Sensor1 rev5" format="checkbox" label=""/>
		<display item="Sensor2 fwd5" format="checkbox" label=""/>
		<display item="Sensor2 rev5" format="checkbox" label=""/>
	</column>
	
	<column>
		<label label="Doppler" />
		<display item="F11 (f)6" format="checkbox" label=""/>
		<display item="F11 (r)6" format="checkbox" label=""/>
		<display item="F12 (f)6" format="checkbox" label=""/>
		<display item="F12 (r)6" format="checkbox" label=""/>
		<display item="F13 (f)6" format="checkbox" label=""/>
		<display item="F13 (r)6" format="checkbox" label=""/>
		<display item="F14 (f)6" format="checkbox" label=""/>
		<display item="F14 (r)6" format="checkbox" label=""/>
		<display item="F15 (f)6" format="checkbox" label=""/>
		<display item="F15 (r)6" format="checkbox" label=""/>
		<display item="Stop (f)6" format="checkbox" label="" />
		<display item="Stop (r)6" format="checkbox" label=""/>
		<display item="Running (f)6" format="checkbox" label=""/>
		<display item="Running (r)6" format="checkbox" label=""/>
		<display item="Sensor1 fwd6" format="checkbox" label=""/>
		<display item="Sensor1 rev6" format="checkbox" label=""/>
		<display item="Sensor2 fwd6" format="checkbox" label=""/>
		<display item="Sensor2 rev6" format="checkbox" label=""/>
	</column>
	<column>
		<label label="Mute" />
		<display item="F11 (f)7" format="checkbox" label=""/>
		<display item="F11 (r)7" format="checkbox" label=""/>
		<display item="F12 (f)7" format="checkbox" label=""/>
		<display item="F12 (r)7" format="checkbox" label=""/>
		<display item="F13 (f)7" format="checkbox" label=""/>
		<display item="F13 (r)7" format="checkbox" label=""/>
		<display item="F14 (f)7" format="checkbox" label=""/>
		<display item="F14 (r)7" format="checkbox" label=""/>
		<display item="F15 (f)7" format="checkbox" label=""/>
		<display item="F15 (r)7" format="checkbox" label=""/>
		<display item="Stop (f)7" format="checkbox" label="" />
		<display item="Stop (r)7" format="checkbox" label=""/>
		<display item="Running (f)7" format="checkbox" label=""/>
		<display item="Running (r)7" format="checkbox" label=""/>
		<display item="Sensor1 fwd7" format="checkbox" label=""/>
		<display item="Sensor1 rev7" format="checkbox" label=""/>
		<display item="Sensor2 fwd7" format="checkbox" label=""/>
		<display item="Sensor2 rev7" format="checkbox" label=""/>
	</column>
	<column>
		<label label="Dynamic" />
		<display item="F11 (f)8" format="checkbox" label=""/>
		<display item="F11 (r)8" format="checkbox" label=""/>
		<display item="F12 (f)8" format="checkbox" label=""/>
		<display item="F12 (r)8" format="checkbox" label=""/>
		<display item="F13 (f)8" format="checkbox" label=""/>
		<display item="F13 (r)8" format="checkbox" label=""/>
		<display item="F14 (f)8" format="checkbox" label=""/>
		<display item="F14 (r)8" format="checkbox" label=""/>
		<display item="F15 (f)8" format="checkbox" label=""/>
		<display item="F15 (r)8" format="checkbox" label=""/>
		<display item="Stop (f)8" format="checkbox" label="" />
		<display item="Stop (r)8" format="checkbox" label=""/>
		<display item="Running (f)8" format="checkbox" label=""/>
		<display item="Running (r)8" format="checkbox" label=""/>
		<display item="Sensor1 fwd8" format="checkbox" label=""/>
		<display item="Sensor1 rev8" format="checkbox" label=""/>
		<display item="Sensor2 fwd8" format="checkbox" label=""/>
		<display item="Sensor2 rev8" format="checkbox" label=""/>
	</column>
</pane>
	
	
<pane name="Sound Slot">
<column>
<row>
<label label="Enter the required sound slot number 1 - 16"/>
</row>
</column>
<column>
		<display item="Soundkey5" label="F0 Forward " layout="left"/>
		<display item="Soundkey6" label="Reverse " layout="left"/>
		<display item="Soundkey7" label="F1 Forward " layout="left"/>
		<display item="Soundkey8" label="Reverse " layout="left"/>
		<display item="Soundkey9" label="F2 Forward " layout="left"/>
		<display item="Soundkey10" label="Reverse" layout="left"/>
		<display item="Soundkey11" label="F3  Forward " layout="left"/>
		<display item="Soundkey12" label="Reverse " layout="left"/>
		<display item="Soundkey13" label="F4 Forward " layout="left"/>
		<display item="Soundkey14" label="Reverse " layout="left"/>
		<display item="Soundkey15" label="F5 Forward " layout="left"/>
		<display item="Soundkey16" label="Reverse " layout="left"/>
		<display item="Soundkey17" label="F6 Forward " layout="left"/>
		<display item="Soundkey18" label="Reverse " layout="left"/>
		<display item="Soundkey19" label="F7 Forward " layout="left"/>
		<display item="Soundkey20" label="Reverse " layout="left"/>
		<display item="Soundkey21" label="F8 Forward " layout="left"/>
		<display item="Soundkey22" label="Reverse " layout="left"/>
		<display item="Soundkey23" label="F9 Forward " layout="left"/>
		<display item="Soundkey24" label="Reverse " layout="left"/>
		<display item="Soundkey25" label="F10 Forward " layout="left"/>
		<display item="Soundkey26" label="Reverse " layout="left"/>
</column>
<column>		
		<display item="Soundkey27" label="F11 Forward " layout="left"/>
		<display item="Soundkey28" label="Reverse " layout="left"/>
		<display item="Soundkey29" label="F12 Forward " layout="left"/>
		<display item="Soundkey30" label="Reverse " layout="left"/>
		<display item="Soundkey31" label="F13 Forward " layout="left"/>
		<display item="Soundkey32" label="Reverse " layout="left"/>
		<display item="Soundkey33" label="F14 Forward " layout="left"/>
		<display item="Soundkey34" label="Reverse " layout="left"/>
		<display item="Soundkey35" label="F15 Forward " layout="left"/>
		<display item="Soundkey36" label="Reverse " layout="left"/>
			<row>
			</row>
			<separator/>
			<separator/>
		<display item="Soundkey1" label="Stop Forward " layout="left"/>
		<display item="Soundkey2" label="Reverse " layout="left"/>
		<display item="Soundkey3" label="Running  Forward " layout="left"/>
		<display item="Soundkey4" label="Reverse" layout="left"/>
			<row>
			</row>
			<separator/>
			<separator/>
		<display item="Soundkey37" label="Sensor 1 Forward" layout="left"/>
		<display item="Soundkey38" label="Reverse" layout="left"/>
		<display item="Soundkey39" label="Sensor 2 Forward" layout="left"/>
		<display item="Soundkey40" label="Reverse" layout="left"/>
	</column>
</pane>

<pane name="ESU Extra">
		<column>
			<label label=" "/>
			<display item="Automatic Speed Step Detection"/>
			<label label=" "/>				
			<display item="Marklin delta Mode"
			layout="left"/>			
			<display item="Marklin second address"
			layout="left"/>			
			<label label=" "/>
			<display item="LGB function button mode"
			 layout="left"/>
			<label label=" "/>
			<display item="Zimo manual function"
			layout="left"/>
			<display item="Function Key Toggle Mode"
			layout="left"/>
			<label label=" "/>
			<display item="Brakemode"/>
			<label label=" "/>
			<display item="Store Direction"/>
			<display item="Store Function State"/>
			<display item="Store Current Speed Setting"/>
			<display item="Start Again with Acceleration Ramp"/>
			<display item="Deactivate Load Dependent Sound"/>
		</column>
				
		<column>
			<label label=" "/>
			<label label="                                                  Range 0 - 127 "/>
			<display item="DCstart"/>
			<display item="DCmax"/>
			<label label=" "/>
			<separator></separator>
			<label label=" "/>
			<display item="ACstart"/>
			<display item="ACmax"/>				
			<label label=" "/>
			<separator></separator>
			<label label=" "/>
			<display item="Minimum Distance of Steam Puff"/>
			<label label=" "/>
			<separator></separator>
			<label label=" "/>
			<display item="Steam Shift Cycle Time for One" format="hslider" />				
			<display item="Steam Shift Cycle Earliest Start Position" format="hslider" />				
			<display item="Steam Shift Cycle Latest Start Poition" format="hslider" />				
		</column>
	</pane>
<pane name="Back EMF">
		<column></column>
		<column></column>	
		<column>
			<display item="BEMF Active" format="checkbox" label="BEMF off/on" layout="above"	
			tooltip="Sets BEMF off or on" />
		</column>
		<column>	
			<label label=" "/>
			<label label=" "/>
			<label label=" "/>
			<display item="Controlref" layout="right"	
			tooltip="If the motor does not reach max speed then reduce this parameter" />
			<label label=" "/>
			<display item="ParaK" layout="right" />
			<label label=" "/>				
			<display item="ParaI"   layout="right"/>			
			<label label=" "/>
			<display item="Range"  layout="right"/> 
			<label label=" "/>
			<label label=" "/>
		</column>
	</pane>

<pane name="Effects">
	<column>

		<label label="Button         Front " />
		<label label="                   Light " />

		<display item="FL(f)1" format="checkbox" layout="left" label="FL Forward"/>
		<display item="FL(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F1(f)1" format="checkbox" layout="left" label="F1 Forward"/>
		<display item="F1(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F2(f)1" format="checkbox" layout="left" label="F2 Forward"/>
		<display item="F2(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F3(f)1" format="checkbox" layout="left" label="F3 Forward"/>
		<display item="F3(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F4(f)1" format="checkbox" layout="left"  label="F4 Forward"/>
		<display item="F4(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F5(f)1" format="checkbox" layout="left" label="F5 Forward"/>
		<display item="F5(r)1" format="checkbox" layout="left"  label="Reverse"/>

		<display item="F6(f)1" format="checkbox" layout="left" label="F6 Forward"/>
		<display item="F6(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F7(f)1" format="checkbox" layout="left" label="F7 Forward"/>
		<display item="F7(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F8(f)1" format="checkbox" layout="left" label="F8 Forward"/>
		<display item="F8(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F9(f)1" format="checkbox" layout="left" label="F9 Forward"/>
		<display item="F9(r)1" format="checkbox" layout="left" label="Reverse"/>

		<display item="F10(f)1" format="checkbox" layout="left" label="F10 Forward"/>
		<display item="F10(r)1" format="checkbox" layout="left" label="Reverse"/>


	</column>

	<column>
		<label label="Rear " />
		<label label="Light " />
		<display item="FL(f)2" format="checkbox" label=""/>
		<display item="FL(r)2" format="checkbox" label=""/>
		<display item="F1(f)2" format="checkbox" label=""/>
		<display item="F1(r)2" format="checkbox" label=""/>
		<display item="F2(f)2" format="checkbox" label=""/>
		<display item="F2(r)2" format="checkbox" label=""/>
		<display item="F3(f)2" format="checkbox" label=""/>
		<display item="F3(r)2" format="checkbox" label=""/>
		<display item="F4(f)2" format="checkbox" label=""/>
		<display item="F4(r)2" format="checkbox" label=""/>
		<display item="F5(f)2" format="checkbox" label=""/>
		<display item="F5(r)2" format="checkbox" label=""/>
		<display item="F6(f)2" format="checkbox" label=""/>
		<display item="F6(r)2" format="checkbox" label=""/>
		<display item="F7(f)2" format="checkbox" label=""/>
		<display item="F7(r)2" format="checkbox" label=""/>
		<display item="F8(f)2" format="checkbox" label=""/>
		<display item="F8(r)2" format="checkbox" label=""/>
		<display item="F9(f)2" format="checkbox" label=""/>
		<display item="F9(r)2" format="checkbox" label=""/>
		<display item="F10(f)2" format="checkbox" label=""/>
		<display item="F10(r)2" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Aux " />
		<label label="  1 " />
		<display item="FL(f)3" format="checkbox" label=""/>
		<display item="FL(r)3" format="checkbox" label=""/>
		<display item="F1(f)3" format="checkbox" label=""/>
		<display item="F1(r)3" format="checkbox" label=""/>
		<display item="F2(f)3" format="checkbox" label=""/>
		<display item="F2(r)3" format="checkbox" label=""/>
		<display item="F3(f)3" format="checkbox" label=""/>
		<display item="F3(r)3" format="checkbox" label=""/>
		<display item="F4(f)3" format="checkbox" label=""/>
		<display item="F4(r)3" format="checkbox" label=""/>
		<display item="F5(f)3" format="checkbox" label=""/>
		<display item="F5(r)3" format="checkbox" label=""/>
		<display item="F6(f)3" format="checkbox" label=""/>
		<display item="F6(r)3" format="checkbox" label=""/>
		<display item="F7(f)3" format="checkbox" label=""/>
		<display item="F7(r)3" format="checkbox" label=""/>
		<display item="F8(f)3" format="checkbox" label=""/>
		<display item="F8(r)3" format="checkbox" label=""/>
		<display item="F9(f)3" format="checkbox" label=""/>
		<display item="F9(r)3" format="checkbox" label=""/>
		<display item="F10(f)3" format="checkbox" label=""/>
		<display item="F10(r)3" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Aux " />
		<label label="  2 " />
		<display item="FL(f)4" format="checkbox" label=""/>
		<display item="FL(r)4" format="checkbox" label=""/>
		<display item="F1(f)4" format="checkbox" label=""/>
		<display item="F1(r)4" format="checkbox" label=""/>
		<display item="F2(f)4" format="checkbox" label=""/>
		<display item="F2(r)4" format="checkbox" label=""/>
		<display item="F3(f)4" format="checkbox" label=""/>
		<display item="F3(r)4" format="checkbox" label=""/>		
		<display item="F4(f)4" format="checkbox" label=""/>
		<display item="F4(r)4" format="checkbox" label=""/>
		<display item="F5(f)4" format="checkbox" label=""/>
		<display item="F5(r)4" format="checkbox" label=""/>
		<display item="F6(f)4" format="checkbox" label=""/>
		<display item="F6(r)4" format="checkbox" label=""/>
		<display item="F7(f)4" format="checkbox" label=""/>
		<display item="F7(r)4" format="checkbox" label=""/>
		<display item="F8(f)4" format="checkbox" label=""/>
		<display item="F8(r)4" format="checkbox" label=""/>
		<display item="F9(f)4" format="checkbox" label=""/>
		<display item="F9(r)4" format="checkbox" label=""/>
		<display item="F10(f)4" format="checkbox" label=""/>
		<display item="F10(r)4" format="checkbox" label=""/>
	</column>

	<column>
		<label label="Aux "/>
		<label label="  3 "/>
		<display item="FL(f)5" format="checkbox" label=""/>
		<display item="FL(r)5" format="checkbox" label=""/>

		<display item="F1(f)5" format="checkbox" label=""/>
		<display item="F1(r)5" format="checkbox" label=""/>

		<display item="F2(f)5" format="checkbox" label=""/>
		<display item="F2(r)5" format="checkbox" label=""/>

		<display item="F3(f)5" format="checkbox" label=""/>		
		<display item="F3(r)5" format="checkbox" label=""/>

		<display item="F4(f)5" format="checkbox" label=""/>
		<display item="F4(r)5" format="checkbox" label=""/>

		<display item="F5(f)5" format="checkbox" label=""/>
		<display item="F5(r)5" format="checkbox" label=""/>

		<display item="F6(f)5" format="checkbox" label=""/>
		<display item="F6(r)5" format="checkbox" label=""/>

		<display item="F7(f)5" format="checkbox" label=""/>
		<display item="F7(r)5" format="checkbox" label=""/>

		<display item="F8(f)5" format="checkbox" label=""/>
		<display item="F8(r)5" format="checkbox" label=""/>

		<display item="F9(f)5" format="checkbox" label=""/>
		<display item="F9(r)5" format="checkbox" label=""/>

		<display item="F10(f)5" format="checkbox" label=""/>
		<display item="F10(r)5" format="checkbox" label=""/>

	</column>

	<column>
		<label label="Aux "/>
		<label label="  4 "/>
		<display item="FL(f)6" format="checkbox" label=""/>
		<display item="FL(r)6" format="checkbox" label=""/>

		<display item="F1(f)6" format="checkbox" label=""/>
		<display item="F1(r)6" format="checkbox" label=""/>

		<display item="F2(f)6" format="checkbox" label=""/>
		<display item="F2(r)6" format="checkbox" label=""/>

		<display item="F3(f)6" format="checkbox" label=""/>		
		<display item="F3(r)6" format="checkbox" label=""/>

		<display item="F4(f)6" format="checkbox" label=""/>
		<display item="F4(r)6" format="checkbox" label=""/>

		<display item="F5(f)6" format="checkbox" label=""/>
		<display item="F5(r)6" format="checkbox" label=""/>

		<display item="F6(f)6" format="checkbox" label=""/>
		<display item="F6(r)6" format="checkbox" label=""/>

		<display item="F7(f)6" format="checkbox" label=""/>
		<display item="F7(r)6" format="checkbox" label=""/>

		<display item="F8(f)6" format="checkbox" label=""/>
		<display item="F8(r)6" format="checkbox" label=""/>

		<display item="F9(f)6" format="checkbox" label=""/>
		<display item="F9(r)6" format="checkbox" label=""/>

		<display item="F10(f)6" format="checkbox" label=""/>
		<display item="F10(r)6" format="checkbox" label=""/>

	</column>
	
	<column>
		<label label="Aux"/>
		<label label="  5 " />
		<display item="FL(f)7" format="checkbox" label=""/>
		<display item="FL(r)7" format="checkbox" label=""/>

		<display item="F1(f)7" format="checkbox" label=""/>
		<display item="F1(r)7" format="checkbox" label=""/>

		<display item="F2(f)7" format="checkbox" label=""/>
		<display item="F2(r)7" format="checkbox" label=""/>

		<display item="F3(f)7" format="checkbox" label=""/>		
		<display item="F3(r)7" format="checkbox" label=""/>

		<display item="F4(f)7" format="checkbox" label=""/>
		<display item="F4(r)7" format="checkbox" label=""/>

		<display item="F5(f)7" format="checkbox" label=""/>
		<display item="F5(r)7" format="checkbox" label=""/>

		<display item="F6(f)7" format="checkbox" label=""/>
		<display item="F6(r)7" format="checkbox" label=""/>

		<display item="F7(f)7" format="checkbox" label=""/>
		<display item="F7(r)7" format="checkbox" label=""/>

		<display item="F8(f)7" format="checkbox" label=""/>
		<display item="F8(r)7" format="checkbox" label=""/>

		<display item="F9(f)7" format="checkbox" label=""/>
		<display item="F9(r)7" format="checkbox" label=""/>

		<display item="F10(f)7" format="checkbox" label=""/>
		<display item="F10(r)7" format="checkbox" label=""/>

	</column>
	<column>
		<label label="Aux"/>
		<label label="  6 " />
		<display item="FL(f)8" format="checkbox" label=""/>
		<display item="FL(r)8" format="checkbox" label=""/>

		<display item="F1(f)8" format="checkbox" label=""/>
		<display item="F1(r)8" format="checkbox" label=""/>

		<display item="F2(f)8" format="checkbox" label=""/>
		<display item="F2(r)8" format="checkbox" label=""/>

		<display item="F3(f)8" format="checkbox" label=""/>		
		<display item="F3(r)8" format="checkbox" label=""/>

		<display item="F4(f)8" format="checkbox" label=""/>
		<display item="F4(r)8" format="checkbox" label=""/>

		<display item="F5(f)8" format="checkbox" label=""/>
		<display item="F5(r)8" format="checkbox" label=""/>

		<display item="F6(f)8" format="checkbox" label=""/>
		<display item="F6(r)8" format="checkbox" label=""/>

		<display item="F7(f)8" format="checkbox" label=""/>
		<display item="F7(r)8" format="checkbox" label=""/>

		<display item="F8(f)8" format="checkbox" label=""/>
		<display item="F8(r)8" format="checkbox" label=""/>

		<display item="F9(f)8" format="checkbox" label=""/>
		<display item="F9(r)8" format="checkbox" label=""/>

		<display item="F10(f)8" format="checkbox" label=""/>
		<display item="F10(r)8" format="checkbox" label=""/>

	</column>



	<column>
		<label label="Button         Front " />
		<label label="                   Light " />
		<display item="F11(f)1" format="checkbox" layout="left" label="F11 Forward"/>
		<display item="F11(r)1" format="checkbox" layout="left" label="Reverse"/>
		
		<display item="F12(f)1" format="checkbox" layout="left" label="F12 Forward"/>
		<display item="F12(r)1" format="checkbox" layout="left" label="Reverse"/>
		
		<display item="F13(f)1" format="checkbox" layout="left" label="F13 Forward"/>
		<display item="F13(r)1" format="checkbox" layout="left" label="Reverse"/>
		
		<display item="F14(f)1" format="checkbox" layout="left" label="F14 Forward"/>
		<display item="F14(r)1" format="checkbox" layout="left" label="Reverse"/>
		
		<display item="F15(f)1" format="checkbox" layout="left" label="F15 Forward"/>
		<display item="F15(r)1" format="checkbox" layout="left" label="Reverse"/>
		
		<display item="Stop(f)1" format="checkbox" layout="left" label="Stop Forward"/>
		<display item="Stop(r)1" format="checkbox" layout="left" label=" Reverse"/>
		
		<display item="Run(f)1" format="checkbox" layout="left" label="Run Forward"/>
		<display item="Run(r)1" format="checkbox" layout="left" label=" Reverse"/>
		
		<display item="Sensor1(f)1" format="checkbox" layout="left" label="Sensor 1 Fwd"/>
		<display item="Sensor1(r)1" format="checkbox" layout="left" label="Reverse"/>
		
		<display item="Sensor2(f)1" format="checkbox" layout="left" label="Sensor 2 Rev"/>
		<display item="Sensor2(r)1" format="checkbox" layout="left" label="Reverse"/>
	</column>

	<column>
		<label label="Rear " />
		<label label="Light " />
		<display item="F11(f)2" format="checkbox" label=""/>
		<display item="F11(r)2" format="checkbox" label=""/>
		<display item="F12(f)2" format="checkbox" label=""/>
		<display item="F12(r)2" format="checkbox" label=""/>
		<display item="F13(f)2" format="checkbox" label=""/>
		<display item="F13(r)2" format="checkbox" label=""/>
		<display item="F14(f)2" format="checkbox" label=""/>
		<display item="F14(r)2" format="checkbox" label=""/>
		<display item="F15(f)2" format="checkbox" label=""/>
		<display item="F15(r)2" format="checkbox" label=""/>
		<display item="Stop(f)2" format="checkbox" label=""/>
		<display item="Stop(r)2" format="checkbox" label=""/>
		<display item="Run(f)2" format="checkbox" label=""/>
		<display item="Run(r)2" format="checkbox" label=""/>
		<display item="Sensor1(f)2" format="checkbox" label=""/>
		<display item="Sensor1(r)2" format="checkbox" label=""/>
		<display item="Sensor2(f)2" format="checkbox" label=""/>
		<display item="Sensor2(r)2" format="checkbox" label=""/>


	</column>

	<column>
		<label label="Aux " />
		<label label="  1 " />
		<display item="F11(f)3" format="checkbox" label=""/>
		<display item="F11(r)3" format="checkbox" label=""/>
		<display item="F12(f)3" format="checkbox" label=""/>
		<display item="F12(r)3" format="checkbox" label=""/>
		<display item="F13(f)3" format="checkbox" label=""/>
		<display item="F13(r)3" format="checkbox" label=""/>
		<display item="F14(f)3" format="checkbox" label=""/>
		<display item="F14(r)3" format="checkbox" label=""/>
		<display item="F15(f)3" format="checkbox" label=""/>
		<display item="F15(r)3" format="checkbox" label=""/>
		<display item="Stop(f)3" format="checkbox" label="" />
		<display item="Stop(r)3" format="checkbox" label=""/>
		<display item="Run(f)3" format="checkbox" label=""/>
		<display item="Run(r)3" format="checkbox" label=""/>
		<display item="Sensor1(f)3" format="checkbox" label=""/>
		<display item="Sensor1(r)3" format="checkbox" label=""/>
		<display item="Sensor2(f)3" format="checkbox" label=""/>
		<display item="Sensor2(r)3" format="checkbox" label=""/>



	</column>

	<column>
		<label label="Aux " />
		<label label="  2 " />
		<display item="F11(f)4" format="checkbox" label=""/>
		<display item="F11(r)4" format="checkbox" label=""/>
		<display item="F12(f)4" format="checkbox" label=""/>
		<display item="F12(r)4" format="checkbox" label=""/>
		<display item="F13(f)4" format="checkbox" label=""/>
		<display item="F13(r)4" format="checkbox" label=""/>
		<display item="F14(f)4" format="checkbox" label=""/>
		<display item="F14(r)4" format="checkbox" label=""/>
		<display item="F15(f)4" format="checkbox" label=""/>
		<display item="F15(r)4" format="checkbox" label=""/>
		<display item="Stop(f)4" format="checkbox" label="" />
		<display item="Stop(r)4" format="checkbox" label=""/>
		<display item="Run(f)4" format="checkbox" label=""/>
		<display item="Run(r)4" format="checkbox" label=""/>
		<display item="Sensor1(f)4" format="checkbox" label=""/>
		<display item="Sensor1(r)4" format="checkbox" label=""/>
		<display item="Sensor2(f)4" format="checkbox" label=""/>
		<display item="Sensor2(r)4" format="checkbox" label=""/>



	</column>

	<column>
		<label label="Aux " />
		<label label="  3 " />
		<display item="F11(f)5" format="checkbox" label=""/>
		<display item="F11(r)5" format="checkbox" label=""/>
		<display item="F12(f)5" format="checkbox" label=""/>
		<display item="F12(r)5" format="checkbox" label=""/>
		<display item="F13(f)5" format="checkbox" label=""/>
		<display item="F13(r)5" format="checkbox" label=""/>
		<display item="F14(f)5" format="checkbox" label=""/>
		<display item="F14(r)5" format="checkbox" label=""/>
		<display item="F15(f)5" format="checkbox" label=""/>
		<display item="F15(r)5" format="checkbox" label=""/>
		<display item="Stop(f)5" format="checkbox" label="" />
		<display item="Stop(r)5" format="checkbox" label=""/>
		<display item="Run(f)5" format="checkbox" label=""/>
		<display item="Run(r)5" format="checkbox" label=""/>
		<display item="Sensor1(f)5" format="checkbox" label=""/>
		<display item="Sensor1(r)5" format="checkbox" label=""/>
		<display item="Sensor2(f)5" format="checkbox" label=""/>
		<display item="Sensor2(r)5" format="checkbox" label=""/>
</column>
<column>
		<label label="Aux " />
		<label label="  4 " />
		<display item="F11(f)6" format="checkbox" label=""/>
		<display item="F11(r)6" format="checkbox" label=""/>
		<display item="F12(f)6" format="checkbox" label=""/>
		<display item="F12(r)6" format="checkbox" label=""/>
		<display item="F13(f)6" format="checkbox" label=""/>
		<display item="F13(r)6" format="checkbox" label=""/>
		<display item="F14(f)6" format="checkbox" label=""/>
		<display item="F14(r)6" format="checkbox" label=""/>
		<display item="F15(f)6" format="checkbox" label=""/>
		<display item="F15(r)6" format="checkbox" label=""/>
		<display item="Stop(f)6" format="checkbox" label="" />
		<display item="Stop(r)6" format="checkbox" label=""/>
		<display item="Run(f)6" format="checkbox" label=""/>
		<display item="Run(r)6" format="checkbox" label=""/>
		<display item="Sensor1(f)6" format="checkbox" label=""/>
		<display item="Sensor1(r)6" format="checkbox" label=""/>
		<display item="Sensor2(f)6" format="checkbox" label=""/>
		<display item="Sensor2(r)6" format="checkbox" label=""/>
</column>
<column>
		<label label="Aux" />
		<label label="  5 " />
		<display item="F11(f)7" format="checkbox" label=""/>
		<display item="F11(r)7" format="checkbox" label=""/>
		<display item="F12(f)7" format="checkbox" label=""/>
		<display item="F12(r)7" format="checkbox" label=""/>
		<display item="F13(f)7" format="checkbox" label=""/>
		<display item="F13(r)7" format="checkbox" label=""/>
		<display item="F14(f)7" format="checkbox" label=""/>
		<display item="F14(r)7" format="checkbox" label=""/>
		<display item="F15(f)7" format="checkbox" label=""/>
		<display item="F15(r)7" format="checkbox" label=""/>
		<display item="Stop(f)7" format="checkbox" label="" />
		<display item="Stop(r)7" format="checkbox" label=""/>
		<display item="Run(f)7" format="checkbox" label=""/>
		<display item="Run(r)7" format="checkbox" label=""/>
		<display item="Sensor1(f)7" format="checkbox" label=""/>
		<display item="Sensor1(r)7" format="checkbox" label=""/>
		<display item="Sensor2(f)7" format="checkbox" label=""/>
		<display item="Sensor2(r)7" format="checkbox" label=""/>
</column>
<column>
		<label label="Aux" />
		<label label="  6 " />
		<display item="F11(f)8" format="checkbox" label=""/>
		<display item="F11(r)8" format="checkbox" label=""/>
		<display item="F12(f)8" format="checkbox" label=""/>
		<display item="F12(r)8" format="checkbox" label=""/>
		<display item="F13(f)8" format="checkbox" label=""/>
		<display item="F13(r)8" format="checkbox" label=""/>
		<display item="F14(f)8" format="checkbox" label=""/>
		<display item="F14(r)8" format="checkbox" label=""/>
		<display item="F15(f)8" format="checkbox" label=""/>
		<display item="F15(r)8" format="checkbox" label=""/>
		<display item="Stop(f)8" format="checkbox" label="" />
		<display item="Stop(r)8" format="checkbox" label=""/>
		<display item="Run(f)8" format="checkbox" label=""/>
		<display item="Run(r)8" format="checkbox" label=""/>
		<display item="Sensor1(f)8" format="checkbox" label=""/>
		<display item="Sensor1(r)8" format="checkbox" label=""/>
		<display item="Sensor2(f)8" format="checkbox" label=""/>
		<display item="Sensor2(r)8" format="checkbox" label=""/>
</column>			
</pane>

<pane name="Brightness">
	<column>
		<row>
			<column>
				<label label=" "/>
				<label label="Brightness Range 0 (dark) - 15 (maximum)"/>
				<label label=" "/>
				<label label=" "/>				
			</column>	
	</row>
	<row>
	<column>
	</column>

	<column>		
		<display item="F0(f) Bright"  layout="below"  />
	</column>
	<column>	
		<display item="F0(r) Bright"  layout="below" /> 
	</column>
	<column>	
		<display item="F1 Bright"   layout="below"/>
	</column>
	<column>
		<display item="F2 Bright"   layout="below"/>
	</column>
	<column>
		<display item="F3 Bright"   layout="below"/>
	</column>
	<column>
		<display item="F4 Bright"   layout="below"/>
	</column>
	<column>
		<display item="F5 Bright"  layout="below" />
	</column>
	<column>
		<display item="F6 Bright"   layout="below"/>
	</column>
	</row>
	</column>
</pane>

</decoder-config>