function doTopBar(target)
{
document.write('<table width="800" height="116" align="left" valign="top" background="images/contentTopStrip.jpg">');
document.write('	<tr> <!-- One row, 2 columns ------------------------------------------->');
document.write('	<td align="left" width="183" height="106">&nbsp;</td>');
document.write('	<td width="523" align="center" valign="top">');
document.write('	<table width="600" height="104" valign="top" align="center">');
document.write('		<tr>');
document.write('		<td height="30"><div valign="top" align="right" class="style2">&nbsp;');
document.write('		</div></td>');
document.write('		</tr>');
document.write('		<tr>');
document.write('		<td height="40" valign="top">');
document.write('		<table align="right" valign="top" width="91" height="32" border="0" cellpadding="2" cellspacing="2">');
document.write('			<tr>');
document.write('			<td width="91" height="32" valign="middle" background="images/BlankButtonRed.jpg" class="ButtonText" name="Back"><div align="center"><a href="#" onclick="window.history.go(-1)">Back</a></div></td>');
document.write('			</tr>');
document.write('		</table>');
document.write(			'</td>');
document.write('		</tr>');
document.write('	</table>');
document.write('	</td>');
document.write('	</tr>');
document.write('</table>');
}