// 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_harvesting.gif" width="407" height="57" border="0" alt="Harvesting the Wild"></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 colspan="2"><img src="'+depth+'pix/shim.gif" width="1" height="5" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td align="right">');

document.writeln('<A onmouseover="roll1(\'harvest\',\'mb_harvest_roll\')" onmouseout="roll1(\'harvest\',\'mb_harvest\')" href="'+depth+'harvesting/index.html"><img src="'+depth+'pix/mb_harvest.gif" width="188" height="14" border="0" name="harvest" alt="Harvesting the Wild?"></a>');

document.writeln('<A onmouseover="roll1(\'market\',\'mb_market_roll\')" onmouseout="roll1(\'market\',\'mb_market\')" href="'+depth+'market/index.html"><img src="'+depth+'pix/mb_market.gif" width="160" height="14" border="0" name="market" alt="Mountain to Market"></a>');

document.writeln('<A onmouseover="roll1(\'primer\',\'mb_primer_roll\')" onmouseout="roll1(\'primer\',\'mb_primer\')" href="'+depth+'primer/index.html"><img src="'+depth+'pix/mb_primer.gif" width="173" height="14" border="0" name="primer" alt="Wild-Harvesting Guide"></a>');

document.writeln('		</td>');
document.writeln('		<td><img src="'+depth+'pix/shim.gif" width="10" height="1" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td align="right">');

document.writeln('<A onmouseover="roll1(\'classroom\',\'mb_classroom_roll\')" onmouseout="roll1(\'classroom\',\'mb_classroom\')" href="'+depth+'classroom/index.html"><img src="'+depth+'pix/mb_classroom.gif" width="78" height="14" border="0" name="classroom" alt="Classroom"></a>');

document.writeln('<A onmouseover="roll1(\'resources\',\'mb_resources_roll\')" onmouseout="roll1(\'resources\',\'mb_resources\')" href="'+depth+'resources/index.html"><img src="'+depth+'pix/mb_resources.gif" width="74" height="14" border="0" name="resources" alt="Resources"></a>');

document.writeln('<A onmouseover="roll1(\'program\',\'mb_program_roll\')" onmouseout="roll1(\'program\',\'mb_program\')" href="'+depth+'program.html"><img src="'+depth+'pix/mb_program.gif" width="127" height="14" border="0" name="program" alt="About the Program"></a>');

document.writeln('<A onmouseover="roll1(\'home\',\'mb_home_roll\')" onmouseout="roll1(\'home\',\'mb_home\')" href="'+depth+'index.html"><img src="'+depth+'pix/mb_home.gif" width="41" height="14" border="0" name="home" alt="Home"></a>');


document.writeln('		</td>');
document.writeln('		<td><img src="'+depth+'pix/shim.gif" width="10" height="1" border="0" alt=""></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td colspan="2"><img src="'+depth+'pix/shim.gif" width="1" height="5" 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">Harvesting the Wild Home</span></a> <br> <a href="'+depth+'harvesting/index.html"><span class="footertxt">Harvesting the Forest?</span></a> | <a href="'+depth+'market/index.html"><span class="footertxt">From Mountain to Market</span></a> | <a href="'+depth+'primer/index.html"><span class="footertxt">Wild-Harvesting Guide</span></a><br>');
document.writeln('		<a href="'+depth+'classroom/index.html"><span class="footertxt">Classroom</span></a> | <a href="'+depth+'resources/index.html"><span class="footertxt">Resources</span></a> | <a href="'+depth+'program.html"><span class="footertxt">About the Program</span></a></td>');
document.writeln('	</tr>');
document.writeln('</table><br><br>');
}

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