<?xml version="1.0" encoding="UTF-8" ?>

<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->

<PropertyList>

	<name>mcdu2</name>
	<layout>table</layout>
	<x>0</x>
	<y>0</y>
	
	<group>
		<row>0</row>
		<col>0</col>
		<layout>hbox</layout>
		<text>
			<halign>left</halign>
			<label>Right MCDU</label>
		</text>
		<button>
			<halign>right</halign>
			<pref-width>20</pref-width>
			<pref-height>20</pref-height>
			<legend>X</legend>
			<key>Esc</key>
			<binding>
				<command>dialog-close</command>
			</binding>
		</button>
	</group>
	
	<hrule>
		<row>1</row>
		<col>0</col>
	</hrule>
	
	<group>
		<row>2</row>
		<col>0</col>
		<layout>hbox</layout>
		
		<group>
			<layout>vbox</layout>
			
			<text>
				<label></label>
			</text>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.lskbutton("1");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.lskbutton("2");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.lskbutton("3");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.lskbutton("4");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.lskbutton("5");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.lskbutton("6");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<text>
				<label></label>
			</text>
		</group>
		
		<canvas>
			<name>mcdu2</name>
			<valign>fill</valign>
			<halign>fill</halign>
			<stretch>false</stretch>
			<pref-width>251</pref-width>
			<pref-height>216</pref-height>
			<nasal>
				<load>
					<![CDATA[
						var mcdu2_canvas_dlg = canvas.get(cmdarg());
						var root = mcdu2_canvas_dlg.createGroup();
						root.setScale(0.285, 0.25);
						mcdu2_canvas_dlg.setColorBackground(0, 0, 0, 1.0);
						root.createChild("image").set("src", "canvas://by-index/texture[11]");
					]]>
				</load>
				<unload>
					<![CDATA[
						mcdu2_canvas_dlg.del();
						mcdu2_canvas_dlg = nil;
						root = nil;
					]]>
				</unload>
			</nasal>
		</canvas>
		
		<group>
			<layout>vbox</layout>
			
			<text>
				<label></label>
			</text>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.rskbutton("1");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.rskbutton("2");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.rskbutton("3");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.rskbutton("4");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.rskbutton("5");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<legend>-</legend>
				<pref-height>21</pref-height>
				<pref-width>30</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.rskbutton("6");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<text>
				<label></label>
			</text>
		</group>
	</group>
	
	<group>
		<row>3</row>
		<col>0</col>
		<layout>hbox</layout>
		
		<button>
			<legend>DIR</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
		</button>
		
		<button>
			<legend>PROG</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
		</button>
		
		<button>
			<legend>PERF</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
			<binding>
				<command>nasal</command>
				<script>mcdu2.pagebutton("perf");</script>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/ac1</property>
						<value>110</value>
					</greater-than-equals>
				</condition>
			</binding>
		</button>
		
		<button>
			<legend>INIT</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
			<binding>
				<command>nasal</command>
				<script>mcdu2.pagebutton("init");</script>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/ac1</property>
						<value>110</value>
					</greater-than-equals>
				</condition>
			</binding>
		</button>
		
		<button>
			<legend>DATA</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
			<binding>
				<command>nasal</command>
				<script>mcdu2.pagebutton("data");</script>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/ac1</property>
						<value>110</value>
					</greater-than-equals>
				</condition>
			</binding>
		</button>
		
		<button>
			<legend></legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
		</button>
		
		<button>
			<legend>BRT</legend>
			<pref-height>25</pref-height>
			<pref-width>33</pref-width>
		</button>
	</group>
	
	<group>
		<row>4</row>
		<col>0</col>
		<layout>hbox</layout>
		
		<button>
			<legend>FPLN</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
			<binding>
				<command>nasal</command>
				<script>mcdu2.pagebutton("f-pln");</script>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/ac1</property>
						<value>110</value>
					</greater-than-equals>
				</condition>
			</binding>
		</button>
		
		<button>
			<legend>RAD</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
			<binding>
				<command>nasal</command>
				<script>mcdu2.pagebutton("radnav");</script>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/ac1</property>
						<value>110</value>
					</greater-than-equals>
				</condition>
			</binding>
		</button>
		
		<button>
			<legend>FUEL</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
			<binding>
				<command>nasal</command>
				<script>mcdu2.pagebutton("fuel-pred");</script>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/ac1</property>
						<value>110</value>
					</greater-than-equals>
				</condition>
			</binding>
		</button>
		
		<button>
			<legend>SEC</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
		</button>
		
		<button>
			<legend>ATC</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
		</button>
		
		<button>
			<legend>MENU</legend>
			<pref-height>25</pref-height>
			<pref-width>40</pref-width>
			<binding>
				<command>nasal</command>
				<script>mcdu2.pagebutton("mcdu");</script>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/ac1</property>
						<value>110</value>
					</greater-than-equals>
				</condition>
			</binding>
		</button>
		
		<button>
			<legend>DIM</legend>
			<pref-height>25</pref-height>
			<pref-width>33</pref-width>
		</button>
	</group>
	
	<group>
		<row>5</row>
		<col>0</col>
		<layout>hbox</layout>
		
		<group>
			<layout>vbox</layout>
			
			<group>
				<layout>table</layout>
				
				<button>
					<row>0</row>
					<col>0</col>
					<legend>AIR</legend>
					<pref-height>25</pref-height>
					<pref-width>40</pref-width>
				</button>
				
				<button>
					<row>1</row>
					<col>0</col>
					<legend>&lt;</legend>
					<pref-height>25</pref-height>
					<pref-width>40</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.arrowbutton("left");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>2</row>
					<col>0</col>
					<legend>&gt;</legend>
					<pref-height>25</pref-height>
					<pref-width>40</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.arrowbutton("right");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>0</row>
					<col>1</col>
					<legend></legend>
					<pref-height>25</pref-height>
					<pref-width>40</pref-width>
				</button>
				
				<button>
					<row>1</row>
					<col>1</col>
					<legend>UP</legend>
					<pref-height>25</pref-height>
					<pref-width>40</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.arrowbutton("up");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>2</row>
					<col>1</col>
					<legend>DN</legend>
					<pref-height>25</pref-height>
					<pref-width>40</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.arrowbutton("down");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
			</group>
			
			<group>
				<layout>table</layout>
				
				<button>
					<row>0</row>
					<col>0</col>
					<legend>1</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("1");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>1</row>
					<col>0</col>
					<legend>4</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("4");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>2</row>
					<col>0</col>
					<legend>7</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("7");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>3</row>
					<col>0</col>
					<legend>.</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("DOT");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>0</row>
					<col>1</col>
					<legend>2</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("2");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>1</row>
					<col>1</col>
					<legend>5</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("5");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>2</row>
					<col>1</col>
					<legend>8</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("8");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>3</row>
					<col>1</col>
					<legend>0</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("0");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>0</row>
					<col>2</col>
					<legend>3</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("3");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>1</row>
					<col>2</col>
					<legend>6</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("6");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>2</row>
					<col>2</col>
					<legend>9</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("9");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
				
				<button>
					<row>3</row>
					<col>2</col>
					<legend>+-</legend>
					<pref-height>25</pref-height>
					<pref-width>25</pref-width>
					<binding>
						<command>nasal</command>
						<script>mcdu2.button("PLUSMINUS");</script>
						<condition>
							<greater-than-equals>
								<property>systems/electrical/bus/ac1</property>
								<value>110</value>
							</greater-than-equals>
						</condition>
					</binding>
				</button>
			</group>
		</group>
		
		<group>
			<layout>table</layout>
			
			<button>
				<row>0</row>
				<col>0</col>
				<legend>A</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("A");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>1</row>
				<col>0</col>
				<legend>F</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("F");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>2</row>
				<col>0</col>
				<legend>K</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("K");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>3</row>
				<col>0</col>
				<legend>P</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("P");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>4</row>
				<col>0</col>
				<legend>U</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("U");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>5</row>
				<col>0</col>
				<legend>Z</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("Z");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>0</row>
				<col>1</col>
				<legend>B</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("B");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>1</row>
				<col>1</col>
				<legend>G</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("G");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>2</row>
				<col>1</col>
				<legend>L</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("L");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>3</row>
				<col>1</col>
				<legend>Q</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("Q");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>4</row>
				<col>1</col>
				<legend>V</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("V");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>5</row>
				<col>1</col>
				<legend>/</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("SLASH");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>0</row>
				<col>2</col>
				<legend>C</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("C");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>1</row>
				<col>2</col>
				<legend>H</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("H");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>2</row>
				<col>2</col>
				<legend>M</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("M");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>3</row>
				<col>2</col>
				<legend>R</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("R");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>4</row>
				<col>2</col>
				<legend>W</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("W");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>5</row>
				<col>2</col>
				<legend>SP</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("SP");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>0</row>
				<col>3</col>
				<legend>D</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("D");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>1</row>
				<col>3</col>
				<legend>I</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("I");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>2</row>
				<col>3</col>
				<legend>N</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("N");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>3</row>
				<col>3</col>
				<legend>S</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("S");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>4</row>
				<col>3</col>
				<legend>X</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("X");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>5</row>
				<col>3</col>
				<legend>^</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<!--binding>
					<command>nasal</command>
					<script>mcdu2.button("OVFY");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding-->
			</button>
			
			<button>
				<row>0</row>
				<col>4</col>
				<legend>E</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("E");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>1</row>
				<col>4</col>
				<legend>J</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("J");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>2</row>
				<col>4</col>
				<legend>O</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("O");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>3</row>
				<col>4</col>
				<legend>T</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("T");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>4</row>
				<col>4</col>
				<legend>Y</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("Y");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
			
			<button>
				<row>5</row>
				<col>4</col>
				<legend>CL</legend>
				<pref-height>25</pref-height>
				<pref-width>25</pref-width>
				<binding>
					<command>nasal</command>
					<script>mcdu2.button("CLR");</script>
					<condition>
						<greater-than-equals>
							<property>systems/electrical/bus/ac1</property>
							<value>110</value>
						</greater-than-equals>
					</condition>
				</binding>
			</button>
		</group>
	</group>

</PropertyList>