// 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_cdocs.gif" width="407" height="57" border="0" alt="Country Doctors"></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(\'rural\',\'mb_rural_roll\')" onmouseout="roll1(\'rural\',\'mb_rural\')" href="'+depth+'rural/index.html"><img src="'+depth+'pix/mb_rural.gif" width="150" height="14" border="0" name="rural" alt="Rural Health Care"></a>');

document.writeln('<A onmouseover="roll1(\'challenges\',\'mb_challenges_roll\')" onmouseout="roll1(\'challenges\',\'mb_challenges\')" href="'+depth+'challenges/index.html"><img src="'+depth+'pix/mb_challenges.gif" width="139" height="14" border="0" name="challenges" alt="Facets of a Crisis"></a>');

document.writeln('<A onmouseover="roll1(\'solutions\',\'mb_solutions_roll\')" onmouseout="roll1(\'solutions\',\'mb_solutions\')" href="'+depth+'solutions/index.html"><img src="'+depth+'pix/mb_solutions.gif" width="79" height="14" border="0" name="solutions" alt="Solutions"></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">Country Doctors Home</span></a> <br> <a href="'+depth+'rural/index.html"><span class="footertxt">Rural Health Care</span></a> | <a href="'+depth+'challenges/index.html"><span class="footertxt">Facets of a Crisis</span></a> | <a href="'+depth+'solutions/index.html"><span class="footertxt">Solutions</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 ======================================================