<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Andy Hersee (Gusto Games) --><!DOCTYPE menulib SYSTEM "X:\Data\Shared\MenuLib.dtd"><menulib>	<!-- Start screen help dialogue-->	<usetemplate Id="HelpTemplate">		<param Id="Name" Value="HelpSignIn"/>	<!--This must be a unique name within this xml file-->		<param Id="Title" Value="help_signin"/>	<!-- This is the text that will appear as the title to the dialogue-->	</usetemplate>		<!-- Enter any controls you want to appear in the help here		<basectrl Id="HelpText" Style="../SNormalTextML" Text="SignInHelp" Width="-100"/>  or just change the Text field here and use newlines and embedded graphics in the logan string -->	<usetemplate Id="EndHelpTemplate">		<param Id="Name" Value="HelpSignIn"/>	</usetemplate>	<!-- End Squad screen help dialogue -->		<!-- Start of menu that pops up when the help icon is selected-->	<menu Id="Help" Style="../SMenu" StyleItem="../SMenuItem" StyleItemSub="../SMenuItemSub" StyleSeperator="../SMenuSeperator" StyleItemAlt="../SMenuItemAlt" StyleItemAltSub="../SMenuItemAltSub">		<menuitem Id="CMenuItem1" Text="Controls" SelectFn="FOpen../HelpControls"/>		<!-- Add items below this line ensure thier ID is unique within this file. SelectFn should be set to FOpen followed by the name set in the dialogue above -->		<menuitem Id="CMenuItem2" Text="help_signin" SelectFn="FOpenHelpSignIn"/>	</menu>	<!-- End of help menu-->	<linkfn Event="preframe" Function="\\funcs\network\FPreFrame"/>	<basectrl Id="CScreen" Style="../SNone" Width="640" Height="540">		<!-- ***************************************************			TITLE BAR		****************************************************-->		<usetemplate Id="TTitleFrame">			<param Id="Text" Value="sign_in"/>			<param Value="//DS/Global/1" Id="Set1"/>			<param Value="//DS/Global/2" Id="Set2"/>			<param Value="true" Id="DateVis"/>		</usetemplate>		<commentstart/>		<basectrl Id="CTopPipingDummy" Style="../SNone">			<commentend/>			<basectrl Id="STabTitleMain" Style="../STabTitleMain" Text="select_account" DataType="string" TextUpdate="true" Width="-100"/>		</basectrl>					<basectrl Id="CAccountSelectTitle" Style="../SNormalTextL" Width="-100" Break="force" Text="Gamertag_signin" />		<basectrl Id="CMainRight" Style="../SMainBox" Width="-100" Height="-100" LineHeight="-100" Break="force">			<basectrl Id="CChalBaseLeft" Style="../SNone" Width="-30" Height="-1"/>			<basectrl Id="CChalBaseRight" Style="../SRightBox" Width="-70" Height="-1">				<basectrl Id="CChalCont" Style="../SNone" Width="-40" Height="-100">					<table Id="CChalTable" Style="../SNone" VScroll="auto" ScrollHeight="300" SelectParam="1"><!-- SelectParam = 1 to use list of account names-->						<tr Id="CChallenge" Style="../SNone" Data="//DS/Network/[rows]">							<td Id="CAccount" Style="../SButtonL" Data="//DS/Network/AccountName" DataType="string" SelectFn="\\funcs\network\FSelectAccount" />						</tr>					</table>				</basectrl>				<basectrl Id="CMargin" Style="../SNone" Break="no" Width="-30"/>			</basectrl>		</basectrl>		<basectrl Id="CNewAccount" Style="../SButtonL" Width="-100" Break="force" Text="Create_New_Account" SelectFn="\\funcs\network\FSelectAccount" SelectParam="-1" />		<usetemplate Id="TCloseTitle"/>		<!--basectrl Id="CCancelButton" Style="../SButton" Text="cancel" SubText="TT_Cancel" SelectFn="//DS/Challenge/CallBacks/FN_CCancel"/-->		<usetemplate Id="TCloseTitleFinal"/>	</basectrl></menulib>