docs: add new iframe layout
diff --git a/docs/autoconf.html b/docs/autoconf.html
index fa90287..0210bd1 100644
--- a/docs/autoconf.html
+++ b/docs/autoconf.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Compilation and Installation using Autoconf</h1>
 
 <ol>
@@ -235,5 +242,6 @@
 demo programs. It is equivalent to <code>--with-demos=no</code>.
 </dl>
 
+</div>
 </body>
 </html>
diff --git a/docs/bugs.html b/docs/bugs.html
index c5ed16d..3bc424d 100644
--- a/docs/bugs.html
+++ b/docs/bugs.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Bug Database</h1>
 
 <p>
@@ -50,5 +57,6 @@
 easily, the problem may not be fixed very quickly.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/conform.html b/docs/conform.html
index 51674e8..c5f8ece 100644
--- a/docs/conform.html
+++ b/docs/conform.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Conformance</h1>
 
 <p>
@@ -691,6 +698,6 @@
 
 NOTE: conformx passes for all machine path levels (-p option).
 
-
+</div>
 </body>
 </html>
diff --git a/docs/contents.html b/docs/contents.html
index 5db0ee8..1ca1989 100644
--- a/docs/contents.html
+++ b/docs/contents.html
@@ -25,59 +25,59 @@
 
 <b>Documentation</b>
 <ul>
-<li><a href="intro.html" target="MainFrame">Introduction</a>
-<li><a href="news.html" target="MainFrame">News</a>
-<li><a href="developers.html" target="MainFrame">Developers</a>
-<li><a href="systems.html" target="MainFrame">Platforms and Drivers</a>
-<li><a href="license.html" target="MainFrame">License &amp; Copyright</a>
-<li><a href="faq.html" target="MainFrame">FAQ</a>
-<li><a href="relnotes.html" target="MainFrame">Release Notes</a>
-<li><a href="thanks.html" target="MainFrame">Acknowledgements</a>
-<li><a href="conform.html" target="MainFrame">Conformance Testing</a>
+<li><a href="intro.html" target="_parent">Introduction</a>
+<li><a href="news.html" target="_parent">News</a>
+<li><a href="developers.html" target="_parent">Developers</a>
+<li><a href="systems.html" target="_parent">Platforms and Drivers</a>
+<li><a href="license.html" target="_parent">License &amp; Copyright</a>
+<li><a href="faq.html" target="_parent">FAQ</a>
+<li><a href="relnotes.html" target="_parent">Release Notes</a>
+<li><a href="thanks.html" target="_parent">Acknowledgements</a>
+<li><a href="conform.html" target="_parent">Conformance Testing</a>
 <li>more docs below...
 </ul>
 
 <b>Download / Install</b>
 <ul>
-<li><a href="download.html" target="MainFrame">Downloading / Unpacking</a>
-<li><a href="install.html" target="MainFrame">Compiling / Installing</a>
-<li><a href="precompiled.html" target="MainFrame">Precompiled Libraries</a>
+<li><a href="download.html" target="_parent">Downloading / Unpacking</a>
+<li><a href="install.html" target="_parent">Compiling / Installing</a>
+<li><a href="precompiled.html" target="_parent">Precompiled Libraries</a>
 </ul>
 
 <b>Resources</b>
 <ul>
-<li><a href="lists.html" target="MainFrame">Mailing Lists</a>
-<li><a href="bugs.html" target="MainFrame">Bug Database</a>
-<li><a href="webmaster.html" target="MainFrame">Webmaster</a>
+<li><a href="lists.html" target="_parent">Mailing Lists</a>
+<li><a href="bugs.html" target="_parent">Bug Database</a>
+<li><a href="webmaster.html" target="_parent">Webmaster</a>
 <li><a href="http://dri.freedesktop.org/" target="_parent">Mesa/DRI Wiki</a>
 </ul>
 
 <b>User Topics</b>
 <ul>
-<li><a href="egl.html" target="MainFrame">EGL</a>
-<li><a href="opengles.html" target="MainFrame">OpenGL ES</a>
-<li><a href="openvg.html" target="MainFrame">OpenVG / Vega</a>
-<li><a href="envvars.html" target="MainFrame">Environment Variables</a>
-<li><a href="osmesa.html" target="MainFrame">Off-Screen Rendering</a>
-<li><a href="debugging.html" target="MainFrame">Debugging Tips</a>
-<li><a href="perf.html" target="MainFrame">Performance Tips</a>
-<li><a href="extensions.html" target="MainFrame">Mesa Extensions</a>
-<li><a href="mangling.html" target="MainFrame">Function Name Mangling</a>
-<li><a href="llvmpipe.html" target="MainFrame">Gallium llvmpipe driver</a>
-<li><a href="vmware-guest.html" target="MainFrame">VMware SVGA3D guest driver</a>
-<li><a href="postprocess.html" target="MainFrame">Gallium post-processing</a>
-<li><a href="viewperf.html" target="MainFrame">Viewperf Issues</a>
+<li><a href="egl.html" target="_parent">EGL</a>
+<li><a href="opengles.html" target="_parent">OpenGL ES</a>
+<li><a href="openvg.html" target="_parent">OpenVG / Vega</a>
+<li><a href="envvars.html" target="_parent">Environment Variables</a>
+<li><a href="osmesa.html" target="_parent">Off-Screen Rendering</a>
+<li><a href="debugging.html" target="_parent">Debugging Tips</a>
+<li><a href="perf.html" target="_parent">Performance Tips</a>
+<li><a href="extensions.html" target="_parent">Mesa Extensions</a>
+<li><a href="mangling.html" target="_parent">Function Name Mangling</a>
+<li><a href="llvmpipe.html" target="_parent">Gallium llvmpipe driver</a>
+<li><a href="vmware-guest.html" target="_parent">VMware SVGA3D guest driver</a>
+<li><a href="postprocess.html" target="_parent">Gallium post-processing</a>
+<li><a href="viewperf.html" target="_parent">Viewperf Issues</a>
 </ul>
 
 <b>Developer Topics</b>
 <ul>
-<li><a href="repository.html" target="MainFrame">Source Code Repository</a>
-<li><a href="sourcetree.html" target="MainFrame">Source Code Tree</a>
-<li><a href="utilities.html" target="MainFrame">Utilities</a>
-<li><a href="helpwanted.html" target="MainFrame">Help Wanted</a>
-<li><a href="devinfo.html" target="MainFrame">Development Notes</a>
-<li><a href="sourcedocs.html" target="MainFrame">Source Documentation</a>
-<li><a HREF="dispatch.html" target="MainFrame">GL Dispatch</a>
+<li><a href="repository.html" target="_parent">Source Code Repository</a>
+<li><a href="sourcetree.html" target="_parent">Source Code Tree</a>
+<li><a href="utilities.html" target="_parent">Utilities</a>
+<li><a href="helpwanted.html" target="_parent">Help Wanted</a>
+<li><a href="devinfo.html" target="_parent">Development Notes</a>
+<li><a href="sourcedocs.html" target="_parent">Source Documentation</a>
+<li><a href="dispatch.html" target="_parent">GL Dispatch</a>
 </ul>
 
 <b>Links</b>
@@ -85,11 +85,11 @@
 <li><a href="http://www.opengl.org" target="_parent">OpenGL website</a>
 <li><a href="http://dri.freedesktop.org" target="_parent">DRI website</a>
 <li><a href="http://www.freedesktop.org" target="_parent">freedesktop.org</a>
-<li><a href="games.html" target="MainFrame">Games and Entertainment</a>
-<li><a href="libraries.html" target="MainFrame">Libraries and Toolkits</a>
-<li><a href="modelers.html" target="MainFrame">Modeling and Rendering</a>
-<li><a href="science.html" target="MainFrame">Science and Technical</a>
-<li><a href="utility.html" target="MainFrame">Utilities</a>
+<li><a href="games.html" target="_parent">Games and Entertainment</a>
+<li><a href="libraries.html" target="_parent">Libraries and Toolkits</a>
+<li><a href="modelers.html" target="_parent">Modeling and Rendering</a>
+<li><a href="science.html" target="_parent">Science and Technical</a>
+<li><a href="utility.html" target="_parent">Utilities</a>
 </ul>
 
 <b>Hosted by:</b>
diff --git a/docs/debugging.html b/docs/debugging.html
index 36d3634..76d0a4a 100644
--- a/docs/debugging.html
+++ b/docs/debugging.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Debugging Tips</h1>
 
 <p>
@@ -35,5 +42,6 @@
    src/dlist.c for details.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/developers.html b/docs/developers.html
index e1c52ac..01dd337 100644
--- a/docs/developers.html
+++ b/docs/developers.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Developers</h1>
 
 <p>
@@ -46,5 +53,6 @@
 complete device drivers.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/devinfo.html b/docs/devinfo.html
index b2a242b..f7878f0 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Development Notes</h1>
 
 
@@ -243,5 +250,6 @@
 <em>m</em><em>e</em><em>s</em><em>a</em><em>-</em><em>a</em><em>n</em><em>n</em><em>o</em><em>u</em><em>n</em><em>c</em><em>e</em><em>@</em><em>l</em><em>i</em><em>s</em><em>t</em><em>s</em><em>.</em><em>f</em><em>r</em><em>e</em><em>e</em><em>d</em><em>e</em><em>s</em><em>k</em><em>t</em><em>o</em><em>p</em><em>.</em><em>o</em><em>r</em><em>g</em>
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/dispatch.html b/docs/dispatch.html
index e40b41a..299d68a 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -6,6 +6,14 @@
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
+
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>GL Dispatch in Mesa</h1>
 
 <p>Several factors combine to make efficient dispatch of OpenGL functions
@@ -266,5 +274,6 @@
 
 <h2 id="autogen">4. Automatic Generation of Dispatch Stubs</h2>
 
+</div>
 </body>
 </html>
diff --git a/docs/download.html b/docs/download.html
index a1a1baa..7db23de 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Downloading</h1>
 
 <p>
@@ -106,6 +113,6 @@
 <a href="http://cgit.freedesktop.org/mesa/demos/">Demos</a>,
 </p>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/egl.html b/docs/egl.html
index e374357..4cc5b83 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa EGL</h1>
 
 <p>The current version of EGL in Mesa implements EGL 1.4.  More information
@@ -317,5 +324,6 @@
 to an <code>EGLDisplay</code> without going through the EGL APIs, the driver
 should as well lock the display before using it.
 
+</div>
 </body>
 </html>
diff --git a/docs/envvars.html b/docs/envvars.html
index 89f7173..49c9025 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Environment Variables</h1>
 
 <p>
@@ -168,5 +175,6 @@
 frequently so the source code should be consulted for details.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/extensions.html b/docs/extensions.html
index d96445c..5d790fb 100644
--- a/docs/extensions.html
+++ b/docs/extensions.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa Extensions</h1>
 
 <p>
@@ -31,5 +38,6 @@
 <li><a href="MESA_ycbcr_texture.spec">MESA_ycbcr_texture.spec</a>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/faq.html b/docs/faq.html
index 80f4a71..2a0a5f2 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <center>
 <h1>Mesa Frequently Asked Questions</h1>
 Last updated: 21 August 2006
@@ -389,5 +396,6 @@
 target="_parent">plug-in library</a> is available.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/games.html b/docs/games.html
index 812c21d..e6cb7dd 100644
--- a/docs/games.html
+++ b/docs/games.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Games</h1>
 
 <ul>
@@ -60,5 +67,6 @@
 	</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index 4ea7eab..75e23b5 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Help Wanted / To-Do List</h1>
 
 <p>
@@ -83,6 +90,6 @@
 <li>Test your code thoroughly.  Include test programs if appropriate.
 </ol>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/install.html b/docs/install.html
index c756c2f..8ef9822 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Compiling and Installing</h1>
 
 <ol>
@@ -200,6 +207,6 @@
 
 <br>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/intro.html b/docs/intro.html
index 3f21b93..268e174 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Introduction</h1>
 
 <p>
@@ -343,6 +350,6 @@
 	</ul>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/libraries.html b/docs/libraries.html
index b410bc1..63b6456 100644
--- a/docs/libraries.html
+++ b/docs/libraries.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Libraries and Toolkits</h1>
 
 <ul>
@@ -53,6 +60,6 @@
 <li><a href="http://home.earthlink.net/%7Erzeh/YAJOGLB/doc/YAJOGLB.html" target="_parent">YAJOGL</a> - Yet Another Java GL Binding.
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/license.html b/docs/license.html
index d69c673..c2912b2 100644
--- a/docs/license.html
+++ b/docs/license.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Disclaimer</h1>
 
 <p>
@@ -101,6 +108,6 @@
 In general, consult the source files for license terms.
 </p>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/lists.html b/docs/lists.html
index e415fc9..cee7a0c 100644
--- a/docs/lists.html
+++ b/docs/lists.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mailing Lists</h1>
 
 
@@ -83,5 +90,6 @@
 </ul>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index cf4512f..be03083 100644
--- a/docs/llvmpipe.html
+++ b/docs/llvmpipe.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Introduction</h1>
 
 <p>
@@ -201,5 +208,6 @@
 </li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/mangling.html b/docs/mangling.html
index 2ff628c..c96f2f2 100644
--- a/docs/mangling.html
+++ b/docs/mangling.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Function Name Mangling</h1>
 
 <p>
@@ -26,6 +33,6 @@
 CFLAGS += -DUSE_MGL_NAMESPACE
 </pre>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/mesa.css b/docs/mesa.css
index a53a9df..7ab8152 100644
--- a/docs/mesa.css
+++ b/docs/mesa.css
@@ -31,3 +31,33 @@
 	/*color: black;*/
 }
 
+iframe {
+  width: 19em;
+  height: 80em;
+  border: none;
+  float: left;
+}
+
+.content {
+  position: absolute;
+  left: 20em;
+  right: 10px;
+  overflow: hidden
+}
+
+.header {
+  background: black url('gears.png') 15px no-repeat;
+  margin:0;
+  padding: 5px;
+  clear:both;
+}
+
+.header h1 {
+  background: url('gears.png') right no-repeat;
+  color: white;
+  font: x-large sans-serif;
+  text-align: center;
+  height: 50px;
+  margin: 0;
+  padding-top: 30px;
+}
diff --git a/docs/modelers.html b/docs/modelers.html
index 13a4603..21dfda5 100644
--- a/docs/modelers.html
+++ b/docs/modelers.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Modelers, Renderers and Viewers</h1>
 
 <ul>
@@ -60,6 +67,6 @@
 	- graphical VRML97 Editor and animation tool
 </li></ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/news.html b/docs/news.html
index 52bcd2e..0c85af6 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>News</h1>
 
 <h2>July 10, 2012</h2>
@@ -1369,6 +1376,6 @@
 <h2>January 22, 1999</h2>
 <p><a href="http://www.mesa3d.org">www.mesa3d.org</a> established</p>
 
-<hr>
+</div>
 </body>
 </html>
diff --git a/docs/opengles.html b/docs/opengles.html
index d024825..6b35ce5 100644
--- a/docs/opengles.html
+++ b/docs/opengles.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>OpenGL ES</h1>
 
 <p>Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0.  More informations about
@@ -58,5 +65,6 @@
 
 <p>Other than the last case, OpenGL ES uses <code>APIspec.xml</code> to generate functions to check and/or converts the arguments.</p>
 
+</div>
 </body>
 </html>
diff --git a/docs/openvg.html b/docs/openvg.html
index 9c3cc87..d45e8a8 100644
--- a/docs/openvg.html
+++ b/docs/openvg.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>OpenVG State Tracker</h1>
 
 <p>
@@ -47,5 +54,6 @@
 
 <p>OpenVG demos can be found in mesa/demos repository.</p>
 
+</div>
 </body>
 </html>
diff --git a/docs/osmesa.html b/docs/osmesa.html
index 2207641..0ec67c4 100644
--- a/docs/osmesa.html
+++ b/docs/osmesa.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Off-screen Rendering</h1>
 
 
@@ -85,5 +92,6 @@
 inclined.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/perf.html b/docs/perf.html
index 82e6b59..907389b 100644
--- a/docs/perf.html
+++ b/docs/perf.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Performance Tips</h1>
 
 <p>
@@ -64,6 +71,6 @@
       command glEnable(GL_DITHER) will be ignored.
 </ol>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/postprocess.html b/docs/postprocess.html
index 06a4593..db4abec 100644
--- a/docs/postprocess.html
+++ b/docs/postprocess.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Gallium Post-processing</h1>
 
 <p>
@@ -52,6 +59,6 @@
 <br>
 <br>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/precompiled.html b/docs/precompiled.html
index 32aaeb8..78f2747 100644
--- a/docs/precompiled.html
+++ b/docs/precompiled.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Precompiled Libraries</h1>
 
 <p>
@@ -17,5 +24,6 @@
 Mesa and often have the latest Mesa release available as an update.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-6.4.1.html b/docs/relnotes-6.4.1.html
index 3635f96..d050f79 100644
--- a/docs/relnotes-6.4.1.html
+++ b/docs/relnotes-6.4.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 6.4.1 / November 29, 2006</h1>
 
 <p>
@@ -63,5 +70,6 @@
 D3D			requires updates
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-6.4.2.html b/docs/relnotes-6.4.2.html
index 1599b0a..e894e73 100644
--- a/docs/relnotes-6.4.2.html
+++ b/docs/relnotes-6.4.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 6.4.2 / February 2, 2006</h1>
 
 <p>
@@ -70,5 +77,6 @@
 D3D			requires updates
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-6.4.html b/docs/relnotes-6.4.html
index 6480690..9dfa746 100644
--- a/docs/relnotes-6.4.html
+++ b/docs/relnotes-6.4.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 6.4 / October 24, 2005</h1>
 
 <p>
@@ -85,5 +92,6 @@
 D3D			requires updates
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-6.5.1.html b/docs/relnotes-6.5.1.html
index af81c65..e600c17 100644
--- a/docs/relnotes-6.5.1.html
+++ b/docs/relnotes-6.5.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 6.5.1 Release Notes / September 15, 2006</h1>
 
 <p>
@@ -134,5 +141,6 @@
 D3D			needs updating
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html
index 13b97b2..f73dce1 100644
--- a/docs/relnotes-6.5.2.html
+++ b/docs/relnotes-6.5.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 6.5.2 Release Notes / December 2, 2006</h1>
 
 <p>
@@ -121,5 +128,6 @@
 D3D			needs updating
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html
index 9405380..0e6526c 100644
--- a/docs/relnotes-6.5.3.html
+++ b/docs/relnotes-6.5.3.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 6.5.3 Release Notes / April 27, 2007</h1>
 
 <p>
@@ -114,5 +121,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-6.5.html b/docs/relnotes-6.5.html
index ee011c1..b6430a2 100644
--- a/docs/relnotes-6.5.html
+++ b/docs/relnotes-6.5.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 6.5 Release Notes / March 31, 2006</h1>
 
 <p>
@@ -126,5 +133,6 @@
 D3D			needs updating
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.0.1.html b/docs/relnotes-7.0.1.html
index 24661e2..c8a2ad0 100644
--- a/docs/relnotes-7.0.1.html
+++ b/docs/relnotes-7.0.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.0.1 Release Notes / August 3, 2007</h1>
 
 <p>
@@ -96,5 +103,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html
index b3b13c2..9238d2b 100644
--- a/docs/relnotes-7.0.2.html
+++ b/docs/relnotes-7.0.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.0.2 Release Notes / November 10, 2007</h1>
 
 <p>
@@ -83,5 +90,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.0.3.html b/docs/relnotes-7.0.3.html
index 5eeae6f..4fcb94d 100644
--- a/docs/relnotes-7.0.3.html
+++ b/docs/relnotes-7.0.3.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.0.3 Release Notes / April 4, 2008</h1>
 
 <p>
@@ -79,5 +86,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.0.4.html b/docs/relnotes-7.0.4.html
index 4f54708..66b85c4 100644
--- a/docs/relnotes-7.0.4.html
+++ b/docs/relnotes-7.0.4.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.0.4 Release Notes / August 16, 2008</h1>
 
 <p>
@@ -75,5 +82,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html
index 6e6480b..3240bb2 100644
--- a/docs/relnotes-7.0.html
+++ b/docs/relnotes-7.0.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.0 Release Notes / June 22, 2007</h1>
 
 <p>
@@ -88,5 +95,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.1.html b/docs/relnotes-7.1.html
index 648e69d..07f5ac9 100644
--- a/docs/relnotes-7.1.html
+++ b/docs/relnotes-7.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.1 Release Notes / August 26, 2008</h1>
 
 <p>
@@ -89,5 +96,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.10.1.html b/docs/relnotes-7.10.1.html
index e674d45..675bab2 100644
--- a/docs/relnotes-7.10.1.html
+++ b/docs/relnotes-7.10.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.10.1 Release Notes / March 2, 2011</h1>
 
 <p>
@@ -371,5 +378,6 @@
   <li>glx: Put null check before use</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.10.2.html b/docs/relnotes-7.10.2.html
index 02ed6f6..753eb6c 100644
--- a/docs/relnotes-7.10.2.html
+++ b/docs/relnotes-7.10.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.10.2 Release Notes / April 6, 2011</h1>
 
 <p>
@@ -199,5 +206,6 @@
   <li>r300/compiler: Don't try to convert RGB to Alpha in full instructions</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.10.3.html b/docs/relnotes-7.10.3.html
index 625637d..db65517 100644
--- a/docs/relnotes-7.10.3.html
+++ b/docs/relnotes-7.10.3.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.10.3 Release Notes / June 13, 2011</h1>
 
 <p>
@@ -296,5 +303,6 @@
   <li>st/mesa: assign renderbuffer's format field when allocating storage</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.10.html b/docs/relnotes-7.10.html
index 199b165..6bf8f30 100644
--- a/docs/relnotes-7.10.html
+++ b/docs/relnotes-7.10.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.10 Release Notes / January 7, 2011</h1>
 
 <p>
@@ -2786,5 +2793,6 @@
   <li>r600c : inline vertex format is not updated in an app, switch to use vfetch constants. For the 7.9 and 7.10 branches as well.</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.11.1.html b/docs/relnotes-7.11.1.html
index f066b38..2c23acb 100644
--- a/docs/relnotes-7.11.1.html
+++ b/docs/relnotes-7.11.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.11.1 Release Notes / November 17, 2011</h1>
 
 <p>
@@ -384,5 +391,6 @@
   <li>intel: don't call unmap pbo if pbo is not mapped</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.11.2.html b/docs/relnotes-7.11.2.html
index 235c91d..985ce87 100644
--- a/docs/relnotes-7.11.2.html
+++ b/docs/relnotes-7.11.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.11.2 Release Notes / November 27, 2011</h1>
 
 <p>
@@ -78,5 +85,6 @@
   <li>mesa: Bump version to 7.11.2 (final)</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.11.html b/docs/relnotes-7.11.html
index 49a1063..8573908 100644
--- a/docs/relnotes-7.11.html
+++ b/docs/relnotes-7.11.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.11 Release Notes / July 31, 2011</h1>
 
 <p>
@@ -341,5 +348,6 @@
   git log mesa-7.10..mesa-7.11
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.2.html b/docs/relnotes-7.2.html
index 8b92316..596af3f 100644
--- a/docs/relnotes-7.2.html
+++ b/docs/relnotes-7.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.2 Release Notes / 20 September 2008</h1>
 
 <p>
@@ -99,5 +106,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.3.html b/docs/relnotes-7.3.html
index 5f75dec..409274f 100644
--- a/docs/relnotes-7.3.html
+++ b/docs/relnotes-7.3.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.3 Release Notes / 22 January 2009</h1>
 
 <p>
@@ -88,5 +95,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.4.1.html b/docs/relnotes-7.4.1.html
index a8a9901..9b584a0 100644
--- a/docs/relnotes-7.4.1.html
+++ b/docs/relnotes-7.4.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.4.1 Release Notes / 18 April 2009</h1>
 
 <p>
@@ -74,5 +81,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.4.2.html b/docs/relnotes-7.4.2.html
index 39a1168..7965260 100644
--- a/docs/relnotes-7.4.2.html
+++ b/docs/relnotes-7.4.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.4.2 Release Notes / May 15, 2009</h1>
 
 <p>
@@ -69,5 +76,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.4.3.html b/docs/relnotes-7.4.3.html
index 1823e13..25e2bd1 100644
--- a/docs/relnotes-7.4.3.html
+++ b/docs/relnotes-7.4.3.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.4.3 Release Notes / 19 June 2009</h1>
 
 <p>
@@ -74,5 +81,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.4.4.html b/docs/relnotes-7.4.4.html
index a3dd358..667805d 100644
--- a/docs/relnotes-7.4.4.html
+++ b/docs/relnotes-7.4.4.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.4.4 Release Notes / 23 June 2009</h1>
 
 <p>
@@ -63,5 +70,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.4.html b/docs/relnotes-7.4.html
index ce46a88..f29cbd9 100644
--- a/docs/relnotes-7.4.html
+++ b/docs/relnotes-7.4.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.4 Release Notes / 27 March 2009</h1>
 
 <p>
@@ -84,5 +91,6 @@
 D3D			unsupported
 </pre>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.5.1.html b/docs/relnotes-7.5.1.html
index 8590269..9700793 100644
--- a/docs/relnotes-7.5.1.html
+++ b/docs/relnotes-7.5.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.5.1 Release Notes, 3 September 2009</h1>
 
 <p>
@@ -66,6 +73,6 @@
 <li>Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html
index 0c78066..4a8546e 100644
--- a/docs/relnotes-7.5.2.html
+++ b/docs/relnotes-7.5.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.5.2 Release Notes, 28 September 2009</h1>
 
 <p>
@@ -62,5 +69,6 @@
     when using Gallium.
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html
index cb48583..cd4a9d0 100644
--- a/docs/relnotes-7.5.html
+++ b/docs/relnotes-7.5.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.5 Release Notes / 17 July 2009</h1>
 
 <p>
@@ -97,5 +104,6 @@
 <li>Omitted some old Mesa demos from the release tarballs, added some others.
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.6.1.html b/docs/relnotes-7.6.1.html
index d646b5a..086f21f 100644
--- a/docs/relnotes-7.6.1.html
+++ b/docs/relnotes-7.6.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.6.1 Release Notes, 21 December 2009</h1>
 
 <p>
@@ -74,6 +81,6 @@
 <li>Removed old VC6, VC7 project files for Windows
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html
index 237e5ef..30e9f7e 100644
--- a/docs/relnotes-7.6.html
+++ b/docs/relnotes-7.6.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.6 Release Notes, 28 September 2009</h1>
 
 <p>
@@ -79,5 +86,6 @@
     buffers (GLSL uniforms)
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.7.1.html b/docs/relnotes-7.7.1.html
index 0f3645c..00805ea 100644
--- a/docs/relnotes-7.7.1.html
+++ b/docs/relnotes-7.7.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.7.1 Release Notes / March 28, 2010</h1>
 
 <p>
@@ -54,6 +61,6 @@
 <li>Fixed broken glPush/PopClientAttrib() for vertex arrays in GLX code.
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.7.html b/docs/relnotes-7.7.html
index aae25b1..7ee9a1b 100644
--- a/docs/relnotes-7.7.html
+++ b/docs/relnotes-7.7.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.7 Release Notes / 21 December 2009</h1>
 
 <p>
@@ -65,5 +72,6 @@
 <li>Removed some unused Mesa device driver hooks
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.8.1.html b/docs/relnotes-7.8.1.html
index c55d00b..f7b4dfb 100644
--- a/docs/relnotes-7.8.1.html
+++ b/docs/relnotes-7.8.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.8.1 Release Notes / April 5, 2010</h1>
 
 <p>
@@ -57,5 +64,7 @@
 
 <h2>Changes</h2>
 <p>None.</p>
+
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.8.2.html b/docs/relnotes-7.8.2.html
index 8a7e12c..6d076a3 100644
--- a/docs/relnotes-7.8.2.html
+++ b/docs/relnotes-7.8.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.8.2 Release Notes / June 17, 2010</h1>
 
 <p>
@@ -140,6 +147,6 @@
 <li>Various build fixes for GCC 3.3.</li>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.8.3.html b/docs/relnotes-7.8.3.html
index 8c4bc3c..f63a94d 100644
--- a/docs/relnotes-7.8.3.html
+++ b/docs/relnotes-7.8.3.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.8.3 Release Notes / (date tbd)</h1>
 
 <p>
@@ -83,6 +90,6 @@
 <li>r300c: a hardlock caused by ARB_half_float_vertex incorrectly advertised on some chipsets.</li>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.8.html b/docs/relnotes-7.8.html
index 7422b81..8d8bc65 100644
--- a/docs/relnotes-7.8.html
+++ b/docs/relnotes-7.8.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.8 Release Notes / March 28, 2010</h1>
 
 <p>
@@ -65,5 +72,6 @@
 <li>Removed support for GCC versions earlier than 3.3.0.</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.9.1.html b/docs/relnotes-7.9.1.html
index 092d3bd..5d5b4a9 100644
--- a/docs/relnotes-7.9.1.html
+++ b/docs/relnotes-7.9.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.9.1 Release Notes / January 7, 2011</h1>
 
 <p>
@@ -399,5 +406,6 @@
   <li>r600c : inline vertex format is not updated in an app, switch to use vfetch constants. For the 7.9 and 7.10 branches as well.</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.9.2.html b/docs/relnotes-7.9.2.html
index 6db9e4d..9d4f7ec 100644
--- a/docs/relnotes-7.9.2.html
+++ b/docs/relnotes-7.9.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.9.2 Release Notes / March 2, 2011</h1>
 
 <p>
@@ -328,5 +335,6 @@
   <li>glx: Put null check before use</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html
index 4eac679..aa10e2f 100644
--- a/docs/relnotes-7.9.html
+++ b/docs/relnotes-7.9.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 7.9 Release Notes / October 4, 2010</h1>
 
 <p>
@@ -132,5 +139,6 @@
 <li>GL/wglext.h file upgraded to version 22
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-8.0.1.html b/docs/relnotes-8.0.1.html
index 7b68cc5..33c6198 100644
--- a/docs/relnotes-8.0.1.html
+++ b/docs/relnotes-8.0.1.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 8.0.1 Release Notes / February 16, 2012</h1>
 
 <p>
@@ -146,5 +153,6 @@
   <li>r600g: Use a fake reloc to sleep for fences</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-8.0.2.html b/docs/relnotes-8.0.2.html
index 652a01d..4609175 100644
--- a/docs/relnotes-8.0.2.html
+++ b/docs/relnotes-8.0.2.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 8.0.2 Release Notes / March 21, 2012</h1>
 
 <p>
@@ -152,6 +159,6 @@
       <li>svga: fix the rasterizer state resets</li>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-8.0.3.html b/docs/relnotes-8.0.3.html
index 0bce68a..1a5ecbb 100644
--- a/docs/relnotes-8.0.3.html
+++ b/docs/relnotes-8.0.3.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 8.0.3 Release Notes / May 18, 2012</h1>
 
 <p>
@@ -312,5 +319,6 @@
   <li>i965: fix wrong cube/3D texture layout</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-8.0.4.html b/docs/relnotes-8.0.4.html
index 529140a..4ceaad2 100644
--- a/docs/relnotes-8.0.4.html
+++ b/docs/relnotes-8.0.4.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 8.0.4 Release Notes / July 10, 2012</h1>
 
 <p>
@@ -197,5 +204,6 @@
   <li>st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.</li>
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-8.0.html b/docs/relnotes-8.0.html
index 99eafb9..6987544 100644
--- a/docs/relnotes-8.0.html
+++ b/docs/relnotes-8.0.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 8.0 Release Notes / February 9, 2012</h1>
 
 <p>
@@ -75,6 +82,6 @@
   deprecated.</li>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes-9.0.html b/docs/relnotes-9.0.html
index ff31fbb..29371b5 100644
--- a/docs/relnotes-9.0.html
+++ b/docs/relnotes-9.0.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa 9.0 Release Notes / date TBD</h1>
 
 <p>
@@ -85,6 +92,6 @@
 </li>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 196d1af..8f8fbd7 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Release Notes</h1>
 
 <p>
@@ -94,6 +101,6 @@
 <li><a href="RELNOTES-3.1">RELNOTES-3.1</a>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/repository.html b/docs/repository.html
index adbfcf9..6ce9137 100644
--- a/docs/repository.html
+++ b/docs/repository.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Code Repository</h1>
 
 <p>
@@ -213,5 +220,6 @@
 </p>
 </ol>
 
+</div>
 </body>
 </html>
diff --git a/docs/science.html b/docs/science.html
index c701db3..9c30a52 100644
--- a/docs/science.html
+++ b/docs/science.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Science and Technical</h1>
 
 <ul>
@@ -66,6 +73,6 @@
 	</li>
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/shading.html b/docs/shading.html
index 17cf35c..c501e96 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Shading Language Support</h1>
 
 <p>
@@ -253,5 +260,6 @@
 The Mesa demos repository also has some good GLSL tests.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html
index 898ecac..d441f43 100644
--- a/docs/sourcedocs.html
+++ b/docs/sourcedocs.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Source Code Documentation</h1>
 
 <p>
@@ -34,5 +41,6 @@
 <a href="../doxygen/main/index.html" target="_parent">here</a>
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/sourcetree.html b/docs/sourcetree.html
index 6a1f039..f8f60b5 100644
--- a/docs/sourcetree.html
+++ b/docs/sourcetree.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Mesa source code tree overview</h1>
 
 <p>
@@ -154,6 +161,6 @@
 <li><b>lib</b> - where the GL libraries are placed
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/systems.html b/docs/systems.html
index 171d128..837335c 100644
--- a/docs/systems.html
+++ b/docs/systems.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Supported Systems and Drivers</h1>
 
 <p>
@@ -85,5 +92,6 @@
 <li>DEC/VMS
 </ul>
 
+</div>
 </body>
 </html>
diff --git a/docs/thanks.html b/docs/thanks.html
index 6b658e3..54a51d8 100644
--- a/docs/thanks.html
+++ b/docs/thanks.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Acknowledgments</h1>
 
 
@@ -128,6 +135,6 @@
 Please send corrections and additions to Brian.
 </p>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/utilities.html b/docs/utilities.html
index 062cdc5..bb3bc35 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Development Utilities</h1>
 
 <dl>
@@ -29,5 +36,6 @@
   memory-related problems in your code.</dd>
 </dl>
 
+</div>
 </body>
 </html>
diff --git a/docs/utility.html b/docs/utility.html
index 23d6549..c0ffb9d 100644
--- a/docs/utility.html
+++ b/docs/utility.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Utilities</h1>
 
 <ul>
@@ -37,6 +44,6 @@
 
 </ul>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/versions.html b/docs/versions.html
index 1993cec..0047ee0 100644
--- a/docs/versions.html
+++ b/docs/versions.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <b>
 NOTE: Changes for Mesa 6.4 and later are documented in the corresponding
 <a href="relnotes.html">release notes</a> file.
@@ -1650,6 +1657,6 @@
 <a href="relnotes.html">release notes</a> file.
 </b>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/viewperf.html b/docs/viewperf.html
index 6c3faf6..ab2fd67 100644
--- a/docs/viewperf.html
+++ b/docs/viewperf.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Viewperf Issues</h1>
 
 <p>
@@ -196,6 +203,6 @@
 and with a semi-random color (between white and black) since GL_FOG is enabled.
 </p>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index abb904c..ea6309f 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>VMware guest GL driver</h1>
 
 <p>
@@ -194,5 +201,6 @@
 then rerun glxinfo and examine the output for error messages.
 </p>
 
+</div>
 </body>
 </html>
diff --git a/docs/webmaster.html b/docs/webmaster.html
index f9de714..c327921 100644
--- a/docs/webmaster.html
+++ b/docs/webmaster.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Webmaster</h1>
 
 <p>
@@ -20,6 +27,6 @@
 Brian's modified it a lot since then.
 </p>
 
-
+</div>
 </body>
 </html>
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html
index 57b2378..da72662 100644
--- a/docs/xlibdriver.html
+++ b/docs/xlibdriver.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Xlib Software Driver</h1>
 
 <p>
@@ -271,6 +278,6 @@
    MESA_GAMMA - gamma correction coefficients (X only)
 </pre>
 
-
+</div>
 </body>
 </html>