<html>
    <head>
    <script language="JavaScript">

    function window.onload()
    {
        window.external.SetWizardButtons(1, 0, 0);
    }

    function window.onback()
    {
        window.external.FinalBack();
    }

    </script>
    </head>

    <body bgcolor=threedface>

	<DIV ID=Title 
        <font id=l1 face="Tahoma" size=2>
		<br>My Documents<br>
        </font>
	</DIV>

	<OBJECT ID=WebBrowser classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" style="width=100%; height=80%;">
		<PARAM NAME="NoWebView" VALUE="1">
		<PARAM NAME="SingleClick" VALUE="1">
		<PARAM NAME="Location" VALUE="::{450D8FBA-AD25-11D0-98A8-0800361B1103}">	<!-- My Documents -->
	</OBJECT>
</html>