<HTML>

<HEAD>
<TITLE>Rabbits and Wolves</TITLE>
<script language="JavaScript">function popWindow(src)
{
	window.open(src,"aWindow") ;
}

function chgImg(img_name)
{
	document.images.text.src = "../images/" + img_name + "text.gif" ;
}

function chgImgOut()
{
	document.images.text.src = "../images/blank.gif" ;
}
</script>
</HEAD>

<BODY BGCOLOR="ffffff">

<CENTER>
<TABLE WIDTH="600" CELLSPACING="0" CELLPADDING="0" BORDER="0">


<TR>
<TD>

<center>


<p>

<map name="map_header">

	<area href="#" onClick="popWindow('what.html');" onMouseOver="chgImg('what');" onMouseOut="chgImgOut();" shape="rect" coords="3,1,88,23">
	
	<area href="#" onClick="popWindow('how.html');" onMouseOver="chgImg('how');" onMouseOut="chgImgOut();" shape="rect" coords="160,1,245,23">
	
	<area href="#" onClick="popWindow('why.html');" onMouseOver="chgImg('why');" onMouseOut="chgImgOut();" shape="rect" coords="318,1,402,23">

</map>

</center>
</TD>
</TR>

<TR>
<TD>

<P>
<CENTER>
<applet codebase=".." code="rabbits/Simulation.class" width=610 height=510 >
</P>

<P>
You need to have a <a href="../../java_browsers.html">Java enabled browser</a>
to view this Java applet.  If your browser supports Java, but you are seeing
this mesasge, you probably need to <a href="../../java_browsers.html#enable">
enable Java</a>.
</P>
</APPLET>
</CENTER>
</P>

<P><CENTER>
<center>

<img src="../../images/bottom_nav.jpg" usemap="#bottom_nav" border="0">

<map name="bottom_nav">
	<area href="../../piindex.html" shape="rect" coords="343,90,452,117">
	<area href="../../activities/index.html" shape="rect" coords="139,40,246,67">
	<area href="../../lessons/index.html" shape="rect" coords="343,40,452,66">
	<area href="../../activities/tools.html" shape="rect" coords="34,64,142,90">
	<area href="../../discussions/index.html" shape="rect" coords="444,64,553,91">
	<area href="../../dictionary/index.html" shape="rect" coords="139,89,249,117">
	<area href="../../index.html" shape="poly" coords="280,49,319,48,339,78,319,111,280,111,257,43,280,49">
</map>

</center>
<br>

<center>

<ADDRESS>
Please direct questions and comments about this project to 
<A HREF="mailto:interactivate@shodor.org">Interactivate@shodor.org<BR> 

</A>&copy; Copyright 1997-2002 <a href="http://www.shodor.org">
The Shodor Education Foundation, Inc.</a>
</ADDRESS>

</center>
</CENTER></P>
</TR>
</TD>
</TABLE>
</CENTER>

</BODY>
</HTML>
