<html>
   <style>
      a:link      {font: 8pt/10pt verdana; color: #FF6633}
      a:visited   {font: 8pt/10pt verdana; color: #0099FF}
      a:active    {font: 8pt/10pt verdana; color: white}
   </style>

   <head>
      <script>
         function fixSize() {
            var hideTop = 80 * 2
            var hideLeft = 200 * 2
            var ch = document.body.clientHeight
            var cw = document.body.clientWidth
            if (hideTop > ch) {
               document.all.heading.visibility = "hidden"
               document.all.FileList.style.pixelTop = 0
               document.all.panel.style.pixelTop = 0
            } else {
               document.all.heading.visibility = "visible"
               document.all.FileList.style.top = (document.all.heading.offsetHeight - 0) + "px"
               document.all.panel.style.top = (document.all.heading.offsetHeight) + "px"
               document.all.rule.style.width = (cw > 65 ? cw - 65 : 0) + "px"
            }
            if (hideLeft > cw) {
               document.all.panel.visibility = "hidden"
               document.all.FileList.style.pixelLeft = 0
            } else {
               document.all.panel.visibility = "visible"
               document.all.FileList.style.pixelLeft = document.all.panel.style.pixelWidth 
            }
            document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft
            document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop
            document.all.panel.style.pixelHeight = ch - document.all.panel.style.pixelTop
         }
      </script>
   </head>

   <body topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 scroll=no bgcolor=black onload="fixSize()">
      <div ID="heading" style="position: absolute; width: 100%; height: 80px; background: URL(res://cdfview.dll/ccent.gif) no-repeat">
         <p style="margin-left: 80px; margin-top: 10px">
         <table>
            <tr>
               <td nowrap>
                  <font style="font: 16pt/16pt verdana; font-weight: bold; color: #0099FF">
                     entertainment
                  </font>
               </td>
            </tr>
         </table>
         <hr ID="rule" style="position: absolute; top: 34px; left: 65px" size=1px color=#808080>
      </div>


      <div ID="panel" style="position: absolute; top: 80px; width: 200px; background: black; overflow: auto">
         <p style="margin-left: 20px; margin-top: 8px; margin-right: 8px">
         <font style="font: 8pt/10pt verdana; font-weight: normal; color: white">
            To view a channel's content, click its logo to make available offline.
            <br><br>
            To update content, go to the Favorites menu and select Synchronize.
            <br><br>
            To see the latest channels for this category, go to the <a href="http://www.iechannelguide.com/guide/en/en_us.asp">Microsoft Channel Guide</a>.
         </font>
      </div>

      <object id="FileList" resizeable="XY"
         classid="clsid:131A6951-7F78-11D0-A979-00C04FD705A2"
         style="position: absolute; left: 200px; top: 80px; width: 100%; height: 100%">
         <param name="BorderColor" value="0">
      </object>

      <script language="JavaScript">
         window.onresize = fixSize;
      </script>

   </body>
</html>