<html>

<head>

<!---------------------------->
<!-- Document Title         -->
<!--   change the TEXT      -->
<!---------------------------->
<title> Getting Started with Windows NT </title>

<basefont face="Tahoma,Arial" color="black" size=1>
<style>
<!--
  TD  {text-align: left}
  A   {text-decoration: none; color: #666666}
-->
</style>
</head>

<script language="VBScript">
<!--

  'Main functions to perform task highlighting on with mouse movement

  Sub DoMouseOver(task)
'    document.all("Img" & task).src="NT" & task & "b.gif"
    document.all("Img" & task).src="NTb.gif"
    document.anchors("Task" & task).style.color="#000000"
    document.anchors("Task" & task).title=""
    document.all("Desc" & task).style.display=""
  End Sub

  Sub DoMouseOut(task)
'    document.all("Img" & task).src="NT" & task & "a.gif"
    document.all("Img" & task).src="NTa.gif"
    document.anchors("Task" & task).style.color="#666666"
    document.all("Desc" & task).style.display="none"
  End Sub

-->
</script>

<body bgcolor="white" topmargin=0 leftmargin=0 background="NTimage.gif">

    <!---------------------------->
    <!-- Title picture          -->
    <!--   change the SRC       -->
    <!---------------------------->

    <img SRC="GetStart.gif" width=150 height=75 hspace=20 vspace=4>
    <br><br>

<!--

  *** Body Area ***

-->

<table width=* border=0 cellpadding=0 cellspacing=4>

  <!-- ********** Quick Start goes here ********** -->

  <!-- Row 1 -->
  <tr valign=top>

    <!-- Column 1 -->
    <td width=40>
    <img src="dotclear.gif" width=1 height=100>
    </td>

    <!-- Column 2 -->
    <td align=left valign=top width=60>

    <!---------------------------->
    <!-- icon & hypertext link  -->
    <!--   change the HREF      -->
    <!--   change the SRC       -->
    <!--   verify the NUMBERS   -->
    <!---------------------------->

      <a name="icon00" HREF="ComMgQS.htm" 
        language="VBScript"
        onMouseOver=DoMouseOver("00")
        onMouseOut=DoMouseOut("00")>

      <img SRC="NTa.gif" name="Img00" width="55" height="55" border="0">

      </a>

    </td>

    <!-- Column 3 -->
    <td width=120>
      <font size=3>

    <!---------------------------->
    <!-- title & hypertext link -->
    <!--   change the HREF      -->
    <!--   change the TEXT      -->
    <!--   verify the NUMBERS   -->
    <!---------------------------->

      <a name="task00" HREF="ComMgQS.htm" 
        language="VBScript"
        onMouseOver=DoMouseOver("00")
        onMouseOut=DoMouseOut("00")>

	Quick Start

      </a><br>
      </font>
      <font size=2>

    <!---------------------------->
    <!-- description            -->
    <!--   change the TEXT      -->
    <!---------------------------->

      <div id="Desc00" style="display:none">

	Quick Start includes pages that introduce the system
	and quick links to common tasks and Help.

      </div>
      </font>
    </td>

  <!-- ********** Task 1 goes here ********** -->

    <!-- Column 4 -->
    <td width=20></td>

    <!-- Column 5 -->
    <td align=left valign=top width=60>

    <!---------------------------->
    <!-- icon & hypertext link  -->
    <!--   change the HREF      -->
    <!--   change the SRC       -->
    <!--   verify the NUMBERS   -->
    <!---------------------------->

      <a name="icon01" HREF="ComMgSt.htm" 
        language="VBScript"
        onMouseOver=DoMouseOver("01")
        onMouseOut=DoMouseOut("01")>

      <img SRC="NTa.gif" name="Img01" width="55" height="55" border="0">

      </a>

    </td>

    <!-- Column 6 -->
    <td width=120>
      <font size=3>

    <!---------------------------->
    <!-- title & hypertext link -->
    <!--   change the HREF      -->
    <!--   change the TEXT      -->
    <!--   verify the NUMBERS   -->
    <!---------------------------->

      <a name="task01" HREF="ComMgSt.htm" 
        language="VBScript"
        onMouseOver=DoMouseOver("01")
        onMouseOut=DoMouseOut("01")>

	Storage

      </a><br>
      </font>
      <font size=2>

    <!---------------------------->
    <!-- description            -->
    <!--   change the TEXT      -->
    <!---------------------------->

      <div id="Desc01" style="display:none">

	From here you can manage many of the items relating to the storage devices on your computer. Backup, check your disk and other tasks.

      </div>
      </font>
    </td>

  <!-- ********** Task 2 goes here ********** -->

    <!-- Column 7 -->
    <td width=20></td>

    <!-- Column 8 -->
    <td align=left valign=top width=60>

    <!---------------------------->
    <!-- icon & hypertext link  -->
    <!--   change the HREF      -->
    <!--   change the SRC       -->
    <!--   verify the NUMBERS   -->
    <!---------------------------->

      <a name="icon02" HREF="ComMgTS.htm" 
        language="VBScript"
        onMouseOver=DoMouseOver("02")
        onMouseOut=DoMouseOut("02")>

      <img SRC="NTa.gif" name="Img02" width="55" height="55" border="0">

      </a>

    </td>

    <!-- Column 9 -->
    <td width=120>
      <font size=3>

    <!---------------------------->
    <!-- title & hypertext link -->
    <!--   change the HREF      -->
    <!--   change the TEXT      -->
    <!--   verify the NUMBERS   -->
    <!---------------------------->

      <a name="task02" HREF="ComMgTS.htm" 
        language="VBScript"
        onMouseOver=DoMouseOver("02")
        onMouseOut=DoMouseOut("02")>

	Trouble Shooting

      </a><br>
      </font>
      <font size=2>

    <!---------------------------->
    <!-- description            -->
    <!--   change the TEXT      -->
    <!---------------------------->

      <div id="Desc02" style="display:none">

	This will link you to the tools you can use to help solve problems with 
	your computer.
	
      </div>
      </font>
    </td>
  </tr>

  <!-- Row 2 -->
  <!-- blank row for spacing -->
  <tr><td>&nbsp;<br>&nbsp;</td></tr>

</table>

</body>
</html>