function WriteHeader() {

document.write('<table cellspacing="0" cellpadding="0" border="0" width="800">')
document.write('<tr>')
document.write('<td colspan="4" valign="top"><img align="left" src="../../images/template/donorcentre_topbar.gif" width="801" height="9" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td rowspan="2" colspan="2" valign="top"><a href="../home.html"><img align="left" src="../../images/logos/foundation_200w.gif" width="201" height="91" alt="" border="0" hspace="0" vspace="0"></a></td>')
document.write('<td valign="top" colspan="2"><img align="right" src="../../images/template/donorcentre_topswish1.gif" width="342" height="68" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td rowspan="2" valign="top"><img align="left" src="../../images/photos/donorcentre_hmpic.jpg" width="302" height="190" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('<td valign="top"><img align="left" src="../../images/template/donorcentre_topswish2.gif" width="40" height="130" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td valign="top"><img align="left" src="../../images/template/donorcentre_spacer.gif" width="1" height="1" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('<td valign="top"><img align="left" src="../../images/titles/donorcentre_welcome.gif" width="318" height="60" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('<td valign="top"><img align="left" src="../../images/template/donorcentre_spacer.gif" width="1" height="1" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td valign="top"><img align="left" src="../../images/template/donorcentre_spacer.gif" width="1" height="1" alt="" border="0" hspace="0" vspace="0"></td>')
document.write('<td colspan="3" valign="top">')
	
}

function WriteNav() {

	SelectedClass = new Array();

	SelectedClass[0] = "nav";
	SelectedClass[1] = "nav";
	SelectedClass[2] = "nav";
	SelectedClass[3] = "nav";
	SelectedClass[4] = "nav";
	SelectedClass[5] = "nav";
	SelectedClass[6] = "nav";
	
	SelectedClass[ThisPageID] = "navSelected";
	
	document.write('<table cellspacing="0" cellpadding="0" border="0" width="660">')
	document.write('<tr>')
	document.write('<td valign="top"><img align="left" src="../../images/template/donorcentre_spacer.gif" width="5" height="1" alt="" border="0" hspace="0" vspace="0"></td>')
		document.write('<td><a href="home.html" class="'+SelectedClass[0]+'">DONOR CARE<br>SERVICES</a></td>')
		document.write('<td><img align="left" src="../../images/template/donorcentre_navdivider.gif" width="3" height="30" alt="" border="0" hspace="5" vspace="0"></td>')
		document.write('<td><a href="donorinfo_form.html" class="'+SelectedClass[1]+'">UPDATE YOUR<br>INFORMATION</a></td>')
		document.write('<td><img align="left" src="../../images/template/donorcentre_navdivider.gif" width="3" height="30" alt="" border="0" hspace="5" vspace="0"></td>')
		document.write('<td><a href="newslettersignup_form.html" class="'+SelectedClass[2]+'">NEWSLETTER<br>SIGN UP</a></td>')
		document.write('<td><img align="left" src="../../images/template/donorcentre_navdivider.gif" width="3" height="30" alt="" border="0" hspace="5" vspace="0"></td>')
		document.write('<td><a href="receiptrequest_form.html" class="'+SelectedClass[3]+'">REQUEST A<br>TAX RECEIPT</a></td>')
		document.write('<td><img align="left" src="../../images/template/donorcentre_navdivider.gif" width="3" height="30" alt="" border="0" hspace="5" vspace="0"></td>')
		document.write('<td><a href="rights.html" class="'+SelectedClass[4]+'">DONOR BILL<br>OF RIGHTS</a></td>')
		document.write('<td><img align="left" src="../../images/template/donorcentre_navdivider.gif" width="3" height="30" alt="" border="0" hspace="5" vspace="0"></td>')
		document.write('<td><a href="privacy.html" class="'+SelectedClass[5]+'">PRIVACY<br>STATEMENT</a></td>')
		document.write('<td><img align="left" src="../../images/template/donorcentre_navdivider.gif" width="3" height="30" alt="" border="0" hspace="5" vspace="0"></td>')
		document.write('<td><a href="telemarketing.html" class="'+SelectedClass[6]+'">TELEMARKETING <br>AND YOUR PRIVACY</a></td>')
	document.write('</tr>')
	document.write('</table>')
	
}