Tags:

    2MP15: 5

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    
    <html>
    <head>
    <title>
    TheBrain Technologies
    </title>
    <!-- stylesheet for the brain display - do not change this -->
    <link rel="stylesheet" type="text/css" href="theBrain/htmlBrain.css" TITLE="Style" />
    <!-- stylesheet for this site - make changes here to alter the layout of the page -->
    <link rel="stylesheet" type="text/css" href="layout.css" TITLE="Style" />
    <!-- stylesheet for the headers and footers -->
    <link rel="stylesheet" type="text/css" href="headerFooter.css" TITLE="Style"/>
    <!-- stylesheet for content pages -->
    <link rel="stylesheet" type="text/css" href="res/notes.css" TITLE="Style"/>
    
    <script type="text/javascript" src="theBrain/theBrain.js"></script>
    <script type="text/javascript" src="headerFooter.js"></script>
    <meta name="viewport" content="width=480, minimum-scale=0.6667" />
    </head>
    <body onload='startUp();' onresize='windowResized();' id="mainPage">
    
    <div id="plexBar">
      
      <div id="plexDiv">
        <!-- plex  -->
        <div class="plexContainer">
      
          <div id="PINS" class="zone">
          </div>
          <div id="zoneLayout">
            <div id="PARENT" class="zone">
            </div>
            <div id="ACTIVE" class="zone">
            </div>
            <div id="CHILD" class="zone">
            </div>
            <div id="JUMP" class="zone">
            </div>
            <div id="SIBLING" class="zone">
            </div>
          </div>
          <div id="PTL" class="zone">
          </div>
          
          <div id="zoneLayoutReference">
          </div>
          
          <div id="plexBackground">
            <div id="canvas">
            </div>
          </div>
          
          <div id="plex">
          </div>
      
        </div>
      </div>
      
    </div>
    
    <div id="contentContainer">
      <div id="content">
        <br/>
        To continue, please enable this window to run JavaScript.<br/>
        Select the message at the top of the window and choose "Allow Blocked Content..."<br/>
        If you don't see a message at the top of the window, you may have JavaScript disabled. Enable it and refresh the browser.<br/>
        <br/>
        For more information, please visit <a href="http://www.thebrain.com">TheBrain Technologies</a>.
      </div>
    </div>
    
    <div id="autoHideDiv">
      <a id="autoHideAnchor" href="#"><img id="autoHideButton" src="autoHide.gif" onclick="togglePlex()"></a>
    </div>
    
    <!-- 
    SIMPLE IE BACK BUTTON FIX
    -->
    <iframe id="markerFrameIEBF" src="m1.html" style="visibility:hidden;position:absolute;width:0px;height:0px"></iframe>
    
    <script>
    
    var mfIEBF = document.getElementById("markerFrameIEBF");
    
    // store the current location to detect when we have moved
    var lastLocIEBF = document.location.toString();
    var toggleIEBF = 1;
    
    setInterval('checkForNavigationIEBF()', 250);
    
    function checkForNavigationIEBF() {
      var loc = document.location.toString();
      if(lastLocIEBF != loc) {
        // we have moved
        var subLoc = "";
        if(loc.indexOf("#", 0) != -1) {
          // get the sub location from the bookmark
          subLoc = loc.substring(loc.indexOf("#")+1);
        }
        if(document.all) {
          // tell the iframe about it
          if(toggleIEBF == 1) {
            toggleIEBF = 2;
          }
          else {
            toggleIEBF = 1;
          }
          mfIEBF.src = "m"+toggleIEBF+".html#"+subLoc;
        }
        lastLocIEBF = loc;
      }
    }
    
    function markerChanged(marker) {
      if(!document.all) {
        // this is needed for IE only
        return;
      }
      var loc = document.location.toString();
      var subLoc = "";
      var cut = loc.indexOf("#", 0);
      if(cut != -1) {
        subLoc = loc.substring(cut+1);
        loc = loc.substring(0, cut);
      }
      if(marker != subLoc) {
        // we are not already there - move now
        window.location = loc+"#"+marker;
      }
    }
    
    </script>
    
    <!--
    END SIMPLE IE BACK BUTTON FIX
    -->
    </body>
    </html>