<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
<FRAMESET rows="35, 265">
<FRAME name="menu" src="menu.html">
<FRAME name="listing" src="">
</FRAMESET>
<FRAME name="target" src="">
<NOFRAMES>
<P>This frameset document contains:
<UL>
<LI><A href="contents_of_frame1.html">Some neat content</A>
<LI><A href="contents_of_frame2.html">Some more neat content</A>
<LI><A href="contents_of_frame3.html">Some other neat content</A>
</UL>
</NOFRAMES>
</FRAMESET>
</HTML>
