<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<!-- Isma Etxeberria Agiriano (CC) 2011 -->
<head>
  <meta http-equiv="Content-type" content="text/html;charset=iso-8859-1">
  <title> JS</title>
</head>

  <frameset cols="100,*">
    <frame name ="f00" src="menu.html" scrolling="auto" noresize="noresize" />
    <frameset rows="50%,*">
      <frame name ="f01" src="001.html" scrolling="auto" />
      <frame name ="f02" src="001.html.html" scrolling="auto" />
    </frameset>
  </frameset>

</html>