1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8. <frameset rows="131,*" cols="*" framespacing="0" frameborder="no" border="0">
  9. <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  10. <frameset rows="*" cols="173,*" framespacing="0" frameborder="no" border="0">
  11. <frame src="left.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
  12. <frame src="center.html" name="mainFrame" id="mainFrame" title="mainFrame" />
  13. </frameset>
  14. </frameset>
  15. <noframes><body>
  16. </body>
  17. </noframes></html>
  18.