// includes ======================================================
function header(depth)
	{
document.writeln('<table border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('		<td><a href="'+depth+'../index.html"><img src="'+depth+'pix/ORstory_logo.gif" width="193" height="57" border="0" alt="The Oregon Story"></a></td>');
document.writeln('		<td><img src="'+depth+'pix/h_rvoices.gif" width="407" height="57" border="0" alt="Three Days at Crane"></td>');
document.writeln('	</tr>');
document.writeln('</table>');

document.writeln('<table border="0" cellspacing="0" cellpadding="0" bgcolor="#D69B6B" width="600">');
document.writeln('	<tr>');
document.writeln('		<td align="center"><img src="'+depth+'pix/shim.gif" width="1" height="24" border="0" alt=""></td>');
document.writeln('	</tr>');

document.writeln('</table>');
	}

	
function footer(depth)
{
document.writeln('<table border="0" cellspacing="0" cellpadding="0" width="600">');
document.writeln('	<tr>');
document.writeln('		<td bgcolor="#D69B6B"><img src="'+depth+'pix/shim.gif" width="10" height="1" border="0" alt=""></td>');
document.writeln('		<td bgcolor="#FFFFFF"><img src="'+depth+'pix/shim.gif" width="580" height="20" border="0" alt=""></td>');
document.writeln('		<td bgcolor="#D69B6B"><img src="'+depth+'pix/shim.gif" width="10" height="1" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td colspan="3" bgcolor="#D69B6B"><img src="'+depth+'pix/shim.gif" width="1" height="10" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('</table>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" width="600">');
document.writeln('	<tr>');
document.writeln('	<td><img src="'+depth+'pix/shim.gif" width="1" height="20" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td align="center"><a href="'+depth+'../index.html"><span class="footertxt">The Oregon Story Home</span></a> | <a href="'+depth+'index.html"><span class="footertxt">Crane Home</span></a> <br> <a href="'+depth+'crane.html"><span class="footertxt">Crane High School</span></a> | <a href="'+depth+'decide/launch.html"><span class="footertxt">You Decide</span></a> | <a href="'+depth+'program.html"><span class="footertxt">About the Program</span></a><br>');
document.writeln('	</tr>');
document.writeln('</table><br><br>');
}

// /includes ======================================================