<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>multiple frameset</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="*">
<frameset cols="141,*">
 <frame src="aa.htm" name="aa">
 <frame src="bb.htm" name="bb">
 <noframes>
  <body></body>
 </noframes>
</frameset>
</frameset>

<frameset>
 <noframes>
  <body></body>
 </noframes>
</frameset>

</html>