<html>
<title>menu for frameset</title>

<body bgcolor=yellow>
<center>Menu</center>
<br>

<a href="cat.html" target="bottomframe">CAT</a>
<a href="bird.html" target="bottomframe">Bird</a>
<a href="dog.html" target="bottomframe">DOG</a>
</html>


</body>
</html>