<html>

  <head>
    <meta http-equiv="content-type" content="text/html;chars-
       et=iso-8859-1">
    <title>DHTML for the WWW | Keeping Pages Framed</title>
  </head>
  <script language="JavaScript">
    contentSRC = (location.search.substring(1)) ? location.s-
       earch.substring(1) : 'defaultContent.html';
    contentSRC = unescape(contentSRC);
    var writeFrame = ''
    writeFrame += '<FRAMESET COLS="*,575,*" BORDER="0" FRAME-
       SPACING="0" FRAMEBORDER="NO">';
    writeFrame += '<FRAME SRC="filler.html">';
    writeFrame += '<FRAMESET ROWS="50,*,50">';
    writeFrame += '<FRAME SRC="filler.html">';
    writeFrame += '<FRAME SRC="' + ( contentSRC ) + '" NAME=-
       "content" NORESIZE>';
    writeFrame += '<FRAME SRC="filler.html">';
    writeFrame += '</FRAMESET>';
    writeFrame += '<FRAME SRC="filler.html">';
    writeFrame += '</FRAMESET>';
    
    document.write(writeFrame);
  </script>
</html>