First of all, DON'T USE FRAMES!!
If your teacher or prof or whatever expects you to do so, tell them to pick up a book about modern HTML practices. No one uses frames anymore.
You could use CSS to do this.
<html>
<style type="text/css">
.Box { height: 200px; overflow:hidden;}
.Top {...