<HTML>

<HEAD>
  <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <META http-equiv="MSThemeCompatible" content="Yes">
  <TITLE>Choose Task</TITLE>
  <LINK id="idCSS" rel="stylesheet" type="text/css" href="nusrmgr.css">
  <SCRIPT language="JavaScript" id="idScript">
    function OnPictureLoadError(img) { img.src = "accountgrey.bmp"; }
  </SCRIPT>
</HEAD>

<BODY class="BackgroundBody1" tabindex=-1 scroll="no" onLoad='window.external.createUserTable(idAccounts);'>
  <DIV class="ColorPrimaryLink1 WorkArea">
    <DIV id="idPageTitle" class="FontPrompt1 ColorPrompt1">
      Pick a task...
    </DIV>
    <DIV id="idTasks" class="FontPrimaryLink1 TaskArea">
      <DIV id="idTaskChangeAccount">
        <A href="" onclick="window.external.navigate('ChangePage.htm',false); return false;"
           class="ColorPrimaryLink2"
           title="Lets you change the settings for one of the accounts on this computer.">
          Change an account</A>
      </DIV>
      <DIV id="idTaskCreateAccount">
        <A href="" onclick="window.external.navigate('CreatePage.htm',false); return false;"
           class="ColorPrimaryLink2"
           title="Assigns a name and an account type to a new account.">
          Create a new account</A>
      </DIV>
      <DIV id="idTaskLogonOptions">
        <A href="" onclick="window.external.navigate('{C282FA70-BE5B-4D20-A819-14424E4A3950}',false); return false;"
           class="ColorPrimaryLink2"
           title="Lets you change the way users log on to the computer and whether programs stay open after logging off.">
          Change the way users log on or off</A>
      </DIV>
    </DIV>
    <DIV id="idPageSubtitle" class="FontPrompt1 ColorPrompt1">
      ... or pick an account to change
    </DIV>
    <DIV id="idAccounts"></DIV>
  </DIV>
</BODY>

</HTML>