i cant get the frame to work and the drop list and i have no clue how to target my frame or anything my teacher cant speak perfect english so i cant understand him im going insane and i got 10 mins of class and its do tomorrow and i cant find any youtube video's to help me

<html>
<body>
<title>main</title>
<body background="wp3.jpg">
<font color="white">
<img src ="afro.gif"
align ="center" width="1250" height="250">
<hr></hr>
<script language="javascript" type="text/javascript">
<!--
function menu_goto( menuform )
{
var baseurl = "frame.html" ;
selecteditem = menuform.newurl.selectedIndex ;
newurl = menuform.newurl.options[ selecteditem ].value ;
if (newurl.length != 1) {
parent.frame.html.location.href = baseurl + newurl ;
}
}
//-->
</script>
<form action="frame.html">
<select name="newurl" onchange="menu_goto(this.form)">
<option value="" selected="selected">----- Select A Page -----</option>
<option value="justice.html">home</option>
<option value="picture.html">Pictures</option>
<option value="" disabled="disabled"> biography</option>
<option value="links.html">Related Links</option>
</select>
</form>
<h1>Afro samurai </h1>
<p><h2>a black samurai <lb>
looking for revenge from a man named <a href="justice.html">"justice"</a> who killed his father,<lb>
and now is the number one fighter of the world.<lb>
afro earns the rank of number one two .he has to start his lonley<li>
walk to revenge on the way too number one he faces lots of bountys,hunter,bar thugs,and fanatical monks
which all know the were abouts of justice is but all of them want to covet the title of number two too themselfs.</h2></p>
Email me at
<a href="mailto:vsbvproductions@gamil.com?subject=Hel lo%20again">
vsbvproductions@gmail.com</a>
</body>
</html>