// 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_landtrust.gif" width="407" height="57" border="0" alt=""></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(\'about\',\'mb_about_roll\')" onmouseout="roll1(\'about\',\'mb_about\')" href="'+depth+'about_trusts/index.html"><img src="'+depth+'pix/mb_about.gif" width="147" height="14" border="0" name="about" alt="About Land Trusts"></a>');

document.writeln('<A onmouseover="roll1(\'map\',\'mb_map_roll\')" onmouseout="roll1(\'map\',\'mb_map\')" href="'+depth+'map/index.html"><img src="'+depth+'pix/mb_map.gif" width="126" height="14" border="0" name="map" alt="Land Trust Map"></a>');

document.writeln('<A onmouseover="roll1(\'tales\',\'mb_tales_roll\')" onmouseout="roll1(\'tales\',\'mb_tales\')" href="'+depth+'tales/index.html"><img src="'+depth+'pix/mb_tales.gif" width="156" height="14" border="0" name="tales" alt="Tales of Two Trusts"></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(\'glossary\',\'mb_glossary_roll\')" onmouseout="roll1(\'glossary\',\'mb_glossary\')" href="'+depth+'glossary/index.html"><img src="'+depth+'pix/mb_glossary.gif" width="71" height="14" border="0" name="glossary" alt="Glossary"></a>');

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">Land Trusts Home</span></a> <br> <a href="'+depth+'about_trusts/index.html"><span class="footertxt">About Land Trusts</span></a> | <a href="'+depth+'map/index.html"><span class="footertxt">Land Trust Map</span></a> | <a href="'+depth+'tales/index.html"><span class="footertxt">Tales of Two Trusts</span></a><br>');
document.writeln('		 <a href="'+depth+'glossary/index.html"><span class="footertxt">Glossary</span></a> | <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 ======================================================