<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
  <!-- PAGE TITLE: DO NOT MODIFY -->
  <TITLE>out of box experience</TITLE>

  <!-- LINK TO EXTERNAL STYLE SHEET: DO NOT MODIFY -->
  <LINK REL="stylesheet" TYPE="text/css" HREF="../../setup/oobestyl.css">

  <SCRIPT>
  function ScreenResolutionInit() {
     // TODO: Place code for spacing on 1024x768 resolution here
     //
     if(window.top.screen.width > 800) {
       spanScreenResolution.style.visibility='hidden';
     }
  }

  </SCRIPT>


</HEAD>

<BODY TABINDEX=-1 
      ONLOAD="ScreenResolutionInit(); window.parent.migwizInteriorPage_LoadMe();window.parent.migwizInteriorPage3f_LoadMe();window.parent.Agent_Activate('MODULE');"
      ONUNLOAD="window.parent.Agent_Deactivate();"
      STYLE="background-image: url(../../images/watermrk.gif); 
             background-position: bottom center;  
             background-repeat: no-repeat; 
             background-color:white;"
>

  <SPAN ID="idTest"></SPAN>
  <TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%" HEIGHT="100%">
    <TR> 
      <TD ID=leftmargincell WIDTH=7%>
        <!-- This cell is empty by design -->
      </TD>
      <TD ID=maincell CLASS="text-primary">
        <BR><BR>

                              <!-- TITLE TEXT -->

        <SPAN CLASS="title">
          <ID ID=migwiz_TitleText>
            <!-- TODO: modify page title text -->
            We're sorry, but we were unable to create the tool disk.
          </ID>
        </SPAN>

        <BR><BR>

                           <!-- EXPLANATORY TEXT -->

        <DIV CLASS="text-primary">
          <ID ID=migwiz_Text1 style="display:none">
          <!-- TODO: Modify explanatory text -->
          We're sorry, but Windows was unable to create your tool disk on the floppy that you inserted.<p>
	  If you would like to try again with a different floppy disk, click <b>Try Again</b>.<p>
	  If you would like to skip copying files and settings for now, click <b>Skip</b> and you can run the Migration Wizard from the Start Menu after you finish setting up your computer.<p>
          </ID>
        </DIV>
        <SPAN ID=spanScreenResolution>
          <!-- 
            This span is used to create the correct amount of vertical space in
            800x600 screen resolution.  
          -->
          <BR><BR>
        </SPAN>


                          <!-- NAVIGATION BUTTONS -->

        <!-- 
          TODO: 
            * Modify TABINDEX as necessary
            * Modify ACCESSKEY as necessary
            * Modify button text as necessary
        -->

        <TABLE BORDER=0 CLASS="buttonposition4">
          <TR>
            <TD WIDTH=99%>
            </TD>
            <TD>
              <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=4 ACCESSKEY="S"> 
                <U>S</U>kip 
              </BUTTON>
            </TD>
            <TD>
              <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden"> 
                <U>B</U>ack 
              </BUTTON>
            </TD>
            <TD>
              <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="T"> 
                <U>T</U>ry Again
              </BUTTON>
            </TD>
          </TR>
        </TABLE>
      </TD>
       <TD ID=leftmargincell WIDTH=7%>
        <!-- This cell is empty by design -->
       </TD>
    </TR>
  </TABLE>
</BODY>
</HTML>