<HTML>

<HEAD>
  <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <META http-equiv="MSThemeCompatible" content="Yes">
  <TITLE>Logon Options</TITLE>
  <LINK id="idCSS" rel="stylesheet" type="text/css" href="nusrmgr.css">
</HEAD>

<BODY class="BackgroundBody1" tabindex=-1 scroll="no" onload='window.external.initPage(idWelcome,idShutdown);'>
  <DIV class="ColorPrimaryLink1 WorkArea">
    <DIV id="idPageTitle" class="FontPrompt1 ColorPrompt1">
      Logon and logoff options
    </DIV>
    <DIV class="FontSubHeader1 TaskArea">
      <LABEL id="idWelcomeLabel" for="idWelcome" accesskey="U" class="InputCheck">
        <INPUT type="checkbox" id="idWelcome">
        <B><SPAN>U</SPAN>se the Welcome page for fast and easy logon</B>
      </LABEL>
      <DIV id="idWelcomeDesc" class="FontDescription1 CheckDesc">
        To log onto the computer by simply clicking your account
        name, select this checkbox.
        <P Loc style="margin-top:.5em">
        To use the classic logon prompt that requires you to type an account
        name and password, clear this checkbox. This option offers
        additional security.
      </DIV>
      <LABEL id="idShutdownLabel" for="idShutdown" accesskey="C" class="InputCheck">
        <INPUT type="checkbox" id="idShutdown">
        <B><SPAN>C</SPAN>lose all programs at logoff</B>
      </LABEL>
      <DIV id="idShutdownDesc" class="FontDescription1 CheckDesc">
        To close all programs when you log off the computer,
        select this checkbox.
        <P Loc style="margin-top:.5em">
        To leave your programs running so you can use them right
        away the next time you log on, clear this checkbox.
      </DIV>
    </DIV>
    <DIV class="ButtonRow">
      <BUTTON id="idOK" type="submit" style="width:6em" onclick='window.external.onOK();'
              title="Saves the settings you chose.">
        OK
      </BUTTON>
      <BUTTON id="idCancel" type="reset" style="width:6em" onclick='window.external.goBack();'
              title="Closes this page without saving any changes you made.">
        Cancel
      </BUTTON>
    </DIV>
  </DIV>

</BODY>

</HTML>