var strHead = '';

function dispHeader(strServer, strMember) {
	strHead = '<center>\n' +
	'<table cellpadding="0" cellspacing="0" border="0" width="750">\n' +
		'<tr>\n' +
			'<td class="white-cell" width="183" height="10"><img src="/images/spacer.gif" border="0" width="183" height="10"></td>\n' +
			'<td class="white-cell" width="1" height="10"><img src="/images/spacer.gif" border="0" width="1" height="10"></td>\n' +
			'<td class="white-cell" width="15" height="10"><img src="/images/spacer.gif" border="0" width="15" height="10"></td>\n' +
			'<td class="white-cell" width="501" height="10"><img src="/images/spacer.gif" border="0" width="501" height="10"></td>\n' +
			'<td class="white-cell" width="50" height="10"><img src="/images/spacer.gif" border="0" width="50" height="10"></td>\n' +
		'</tr>\n' +
		'<tr>\n' +
			'<td class="white-cell" width="183" valign="top">\n' +
				'<a href="http://' + strServer + '/"><img src="/images/logo_main.gif" border="0" width="183" height="135" alt="Proton Therapy Questions"></a><br>\n' +
				'<table cellpadding="0" cellspacing="0" border="0" width="183">\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/" onMouseOver="navRoll(\'home\', true);" onMouseOut="navRoll(\'home\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_home" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/" onMouseOver="navRoll(\'home\', true);" onMouseOut="navRoll(\'home\', false);"><div id="nav_home" class="nav-main-off">Proton BOB Home</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n';
	if(strMember != 'TRUE') {
		strHead = strHead + '<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="https://' + strServer + '/members/login.asp" onMouseOver="navRoll(\'login\', true);" onMouseOut="navRoll(\'login\', false);"><img src="/images/nav_arrow_off_ssl.gif" border="0" width="26" height="23" name="arr_login" /></a></td>\n' +
						'<td width="155"><a href="https://' + strServer + '/members/login.asp" onMouseOver="navRoll(\'login\', true);" onMouseOut="navRoll(\'login\', false);"><div id="nav_login" class="nav-main-off-ssl">Proton BOB Member Login</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="https://' + strServer + '/members/register.asp" onMouseOver="navRoll(\'signup\', true);" onMouseOut="navRoll(\'signup\', false);"><img src="/images/nav_arrow_off_ssl.gif" border="0" width="26" height="23" name="arr_signup" /></a></td>\n' +
						'<td width="155"><a href="https://' + strServer + '/members/register.asp" onMouseOver="navRoll(\'signup\', true);" onMouseOut="navRoll(\'signup\', false);"><div id="nav_signup" class="nav-main-off-ssl">Sign Up</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n';
	} else {
		strHead = strHead + '<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="https://' + strServer + '/members/logout.asp" onMouseOver="navRoll(\'logout\', true);" onMouseOut="navRoll(\'logout\', false);"><img src="/images/nav_arrow_off_ssl.gif" border="0" width="26" height="23" name="arr_logout" /></a></td>\n' +
						'<td width="155"><a href="https://' + strServer + '/members/logout.asp" onMouseOver="navRoll(\'logout\', true);" onMouseOut="navRoll(\'logout\', false);"><div id="nav_logout" class="nav-main-off-ssl">Member Logout</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n';
	}
	strHead = strHead + '<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="https://' + strServer + '/members/memberresources.asp" onMouseOver="navRoll(\'resources\', true);" onMouseOut="navRoll(\'resources\', false);"><img src="/images/nav_arrow_off_ssl.gif" border="0" width="26" height="23" name="arr_resources" /></a></td>\n' +
						'<td width="155"><a href="https://' + strServer + '/members/memberresources.asp" onMouseOver="navRoll(\'resources\', true);" onMouseOut="navRoll(\'resources\', false);"><div id="nav_resources" class="nav-main-off-ssl">Member Resources</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/proton-therapy-aboutus.asp" onMouseOver="navRoll(\'aboutus\', true);" onMouseOut="navRoll(\'aboutus\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_aboutus" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/proton-therapy-aboutus.asp" onMouseOver="navRoll(\'aboutus\', true);" onMouseOut="navRoll(\'aboutus\', false);"><div id="nav_aboutus" class="nav-main-off">About Proton BOB</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/proton-treatment-faqs.asp" onMouseOver="navRoll(\'faqs\', true);" onMouseOut="navRoll(\'faqs\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_faqs" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/proton-treatment-faqs.asp" onMouseOver="navRoll(\'faqs\', true);" onMouseOut="navRoll(\'faqs\', false);"><div id="nav_faqs" class="nav-main-off">Proton Treatment FAQs</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/proton-therapy-testimonials.asp" onMouseOver="navRoll(\'testimonials\', true);" onMouseOut="navRoll(\'testimonials\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_testimonials" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/proton-therapy-testimonials.asp" onMouseOver="navRoll(\'testimonials\', true);" onMouseOut="navRoll(\'testimonials\', false);"><div id="nav_testimonials" class="nav-main-off">Proton Patient Testimonials</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/proton-therapy-media-coverage.asp" onMouseOver="navRoll(\'media\', true);" onMouseOut="navRoll(\'media\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_media" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/proton-therapy-media-coverage.asp" onMouseOver="navRoll(\'media\', true);" onMouseOut="navRoll(\'media\', false);"><div id="nav_media" class="nav-main-off">BOB Media Coverage</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/proton-treatment-photos_page01.asp" onMouseOver="navRoll(\'photos\', true);" onMouseOut="navRoll(\'photos\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_photos" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/proton-treatment-photos_page01.asp" onMouseOver="navRoll(\'photos\', true);" onMouseOut="navRoll(\'photos\', false);"><div id="nav_photos" class="nav-main-off">Photos</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/proton-therapy-reunions.asp" onMouseOver="navRoll(\'reunions\', true);" onMouseOut="navRoll(\'reunions\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_reunions" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/proton-therapy-reunions.asp" onMouseOver="navRoll(\'reunions\', true);" onMouseOut="navRoll(\'reunions\', false);"><div id="nav_reunions" class="nav-main-off">Proton Patient Reunions</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
					'<tr><td width="183" colspan="4"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td></tr>\n' +
					'<tr>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
						'<td width="26"><a href="http://' + strServer + '/proton-treatment-patient.asp" onMouseOver="navRoll(\'patient\', true);" onMouseOut="navRoll(\'patient\', false);"><img src="/images/nav_arrow_off.gif" border="0" width="26" height="23" name="arr_patient" /></a></td>\n' +
						'<td width="155"><a href="http://' + strServer + '/proton-treatment-patient.asp" onMouseOver="navRoll(\'patient\', true);" onMouseOut="navRoll(\'patient\', false);"><div id="nav_patient" class="nav-main-off">The Patient Proton</div></a></td>\n' +
						'<td width="1"><img src="/images/spacer.gif" border="0" width="1" height="1" /></td>\n' +
					'</tr>\n' +
				'</table><br /><br />\n' +
			'</td>\n' +
			'<td class="gray-lt-cell" width="1" height="1"><img src="/images/spacer.gif" border="0" width="1" height="1"></td>\n' +
			'<td class="white-cell" width="15" height="1"><img src="/images/spacer.gif" border="0" width="15" height="1"></td>\n' +
			'<td class="white-cell" width="501" valign="top">\n' +
				'<table cellpadding="0" cellspacing="0" border="0" width="501">\n' +
					'<tr>\n' +
						'<td width="32" height="1"><img src="/images/spacer.gif" border="0" width="32" height="1"></td>\n' +
						'<td width="469" height="1"><img src="/images/spacer.gif" border="0" width="469" height="1"></td>\n' +
					'</tr>\n' +
					'<tr>\n' +
						'<td width="32"><img src="/images/target_blue_square.gif" border="0" width="32" height="27"></td>\n' +
						'<td class="blue-cell" width="469"><span class="header-text-white"><b>';
	document.write(strHead);
}
