var separatorCell = '<td width="1"><img src="images/line1.gif" width="1" height="19" alt=""></td>'; 
document.write('<table width="100%" height="19" cellpadding="0" cellspacing="0" border="0" bgcolor="#2e3436">');
document.write('<tr>\
		<td width="600">\
			<table width="600" cellpadding="0" cellspacing="0" border="0">\
				<tr>');
					document.write('\
						<td width="80" valign="center" class="hdrNav" align="center"><span style="font-size:11px;"><div id="spacer_hdr" style="width:75px; height=19px;">&nbsp;</div></span></td>'+separatorCell+'\
						<td width="80" valign="bottom" align="center" class="hdrNav">\
							<div id="company" style="width:80px; height:19px;"\
							onMouseover="showHdrMenu(\'company\');" onMouseout="hideHdrMenu(\'company\');" >\
							Home</div></td>' + separatorCell + '\
						<td width="80" valign="bottom" align="center" class="hdrNav">\
							<div id="landlords" style="width:80px; height:19px;"\
							onMouseover="showHdrMenu(\'landlords\');" onMouseout="hideHdrMenu(\'landlords\');" >\
							Landlords</div></td>' + separatorCell + '\
						<td width="80" valign="bottom" align="center" class="hdrNav">\
							<div id="invest" style="width:80px; height:19px;"\
							onMouseover="showHdrMenu(\'invest\');" onMouseout="hideHdrMenu(\'invest\');" >\
							Investing</div></td>' + separatorCell + '\
						<td width="80" valign="bottom" align="center" class="hdrNav"><div id="properties" style="width:80px; height:19x;" onMouseover="showHdrMenu(\'properties\');" onMouseout="hideHdrMenu(\'properties\');" >Properties</div></td>' + separatorCell + '\
						<td width="80" valign="bottom" align="center" class="hdrNav"><div id="insurance" style="width:80px; height:19x;" onMouseover="showHdrMenu(\'insurance\');" onMouseout="hideHdrMenu(\'insurance\');" >Insurance</div></td>' + separatorCell + '\
						<td width="80" valign="bottom" align="center" class="hdrNav"><div id="sourcing" style="width:80px; height:19x;" onMouseover="showHdrMenu(\'sourcing\');" onMouseout="hideHdrMenu(\'sourcing\');" >Sourcing</div></td>' + separatorCell + '\
						<td width="80" valign="bottom" align="center" class="hdrNav"><div id="tenants" style="width:80px; height:19x;" onMouseover="showHdrMenu(\'tenants\');" onMouseout="hideHdrMenu(\'tenants\');" >Tenants</div></td>' + separatorCell + '\
						<td width="80" valign="bottom" align="center" class="hdrNav"><div id="links" style="width:80px; height:19x;" onMouseover="showHdrMenu(\'links\');" onMouseout="hideHdrMenu(\'links\');" >Links</div></td>');
					document.write('\
					<td width="1"><img src="images/line1.gif" width="1" height="19" alt=""></td>\
				</tr>\
			</table>\
		</td>\
		<td>&nbsp;</td>\
	</tr><tr>\
		<td colspan="2" background="images/darkdotbg.gif"><img src="images/spacer.gif" width="3" height="1" alt=""></td>\
	</tr>\
</table>');
document.write("<div id=\"hdrNavMenus\"></div>");
if(typeof hasHdrNav != 'undefined' && hasHdrNav) createHdrNav();
