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

<HEAD>
<TITLE>System Restore (Step 1)</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
<OBJECT ID=ObjSystemRestore CLASSID="CLSID:fd589b7c-7ce0-11d3-b9e5-00c04f79e399"></OBJECT>
<SCRIPT ID="RestoreUI" LANGUAGE=JavaScript SRC="RestoreUI.js"></SCRIPT>
<LINK id="UI_StyleSheet" REL="stylesheet" TYPE="text/css" HREF="rstrui.css">

<script>

var g_bPageLoaded = false ;

function OnLink_HelpF1()
{
    OnLink_Renamed();
}

function OnBack()
{
    if ( g_bPageLoaded == false )
        return ;

    ObjSystemRestore.CanNavigatePage = true ;
    self.location = "SRUI-Success.htm";
}

</script>

<SCRIPT FOR=window EVENT=onresize>

    ObjSystemRestore.CanNavigatePage = true ;
    self.location = "SRUI-renamed.htm";

</SCRIPT>

<script for=window event=onload>

    fnSetLowColorImage();

    ObjSystemRestore.CanNavigatePage     = false ;
    window.HomePageBody.style.visibility = "visible";

    var oList = ObjSystemRestore.RenamedFolders;
    for ( i = 0;  i < oList.Count;  i++ )
    {
       var oTR = document.createElement("TR");
       var oTD = document.createElement("TD");
       oTR.appendChild( oTD );
       oTD = document.createElement("TD");
       oTD.nowrap    = true;
       oTD.innerText = oList.OldName( i );
       oTR.appendChild( oTD );
       oTD = document.createElement("TD");
       oTR.appendChild( oTD );
       oTD = document.createElement("TD");
       oTD.nowrap    = true;
       oTD.innerText = oList.NewName( i );
       oTR.appendChild( oTD );
       oTD = document.createElement("TD");
       oTR.appendChild( oTD );
       oTD = document.createElement("TD");
       oTD.innerText = oList.Location( i );
       oTR.appendChild( oTD );
       LstFolder.appendChild( oTR );
    }

    BtnOK.focus() ;

    g_bPageLoaded = true ;

</script>

</HEAD>

<!--

  Body of doc

-->
<BODY ID="HomePageBody">

<!-- 
 Background image located on the bottom right of the page
 -->
<DIV style="position: absolute; bottom: 0px; right: 0px; z-index: -1">
  <img src="watermark.jpg" border=0 width="270" height="297"></DIV>

<table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>

<!--

  Page header

-->
<tr height="60px"><td id="TdBranding" colspan=3 class="styHeaderBlock">
  <table class="styImage" width=100% height=100% cellspacing=0 cellpadding=0 background="SR_Grad.jpg" style="border-collapse: collapse" bordercolor="#111111"><tbody><tr>
    <td width="65px" nowrap>&nbsp;</td>
	  <td width=80% valign=top nowrap>
      <div id="TxtHeader" class="styHeaderText">
        <font color="#FFFFFF">Renamed Files/Folders </font>
      </div>
    </td>
    <td>
		  <table><tr>
		  <td>
			  <a id="NoLoc1" class="styLink" href="javascript:OnLink_Renamed();">
			    <img src="help.gif" border=0 width="32" height="32">
			  </a>
		  </td>
		  <td>
			  <a id="NoLoc1" class="styLink" href="javascript:OnLink_Renamed();">
			    <font color="#FFFFFF"> <id id=HelpId>Help</id></font>
			  </a>
		  </td>
		  </tr></table>
      <id id="NoLoc2">&nbsp;</id>
    </td>
  </tr></tbody></table>
</td></tr>

<tr height="3px"><td class="styHorzLine" colspan=3></td></tr>

<!--

  Top anchor

-->
<tr height="25px"><td colspan=3>
  <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
    <td width=90%></td>
    <td class="styImage">
    </td>
  </tr></tbody></table>
</td></tr>

<tr>
<!-- Left anchor -->
  <td id="NoLoc3" class="styImage" width=8% align=left valign=bottom>
  </td>

  <td>
    <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
    <tr>

<!--

  PAGE CONTENT

-->
<td class="styContentBlock">
  <br>
  <DIV class="styFolderList">
    <TABLE class="styText" width="100%" cellspacing=0 cellpadding=2px border=0>
      <tbody id="LstFolder">
        <TR class="styTextBold" valign="top">
          <TD>&nbsp;&nbsp;</TD>
          <TD id="listHeaderOne" nowrap width="20%">Original Name</TD>
          <TD>&nbsp;&nbsp;</TD>
          <TD id="listHeaderTwo" nowrap width="20%">New Name</TD>
          <TD>&nbsp;&nbsp;</TD>
          <TD id="listHeaderThree" nowrap width="60%">Location</TD>
        </TR>
      </tbody>
    </TABLE>
  </DIV>
</td>

<!-- Right padding -->
      <td class="styText" width=17%>&nbsp;</td>
    </tr>

<!--

  Navigation row

-->
    <tr height="24px">
      <td class="styText" height="12px" colspan=2 nowrap>
        <table cellspacing=0 cellpadding=0 border=0><tbody><tr>
          <td width="95%">&nbsp;</td>
          <td class="styText" width="10%" nowrap>
            <button id="BtnOK" class="styButton" onclick="OnBack()" accesskey="B" tabindex=0>
              &lt; <U>B</U>ack
            </button>
          </td>
        </tr></tbody></table>
      </td>
    </tr></tbody></table>

  </td>

<!-- Right anchor -->
  <td id="NoLoc4" class="styImage" width=8% align=right valign=bottom>
  </td>
</tr>

<!--

  Bottom anchor

-->
<tr height="24px"><td colspan=3>
  <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
    <td width=90%></td><td class="styImage">
    </td>
  </tr></tbody></table>
</td></tr>

</tbody></table>
</BODY>
</HTML>