<!--
function writeBanner()
{
	document.write("<table width='760' cellspacing='0' cellpadding='0' bgcolor='#000033' border='0'>");
	document.write("<tr>");
	document.write("<td width='20' height='37'><a name='top'></a>&nbsp;</td>");
	document.write("<td width='398' valign='center'><a href='http://www.baesystems.com'><img src='/bae/images/bae_logo.gif' width='94' height='15' border='0' alt='BAE SYSTEMS logo - link to BAE SYSTEMS home page' /></a></td>");
	document.write("<td width='103'><a href='/bae/accessibility/' class='BannerNavItem'>Accessibility</a></td>");
	document.write("<td width='93'><a href='/bae/sitemap/' class='BannerNavItem'>Site Map</a></td>");
	document.write("<td width='73'><a href='/bae/search' class='BannerNavItem'>Search</a></td>");
	document.write("<td width='71'><a href='/bae/contact/' class='BannerNavItem'>Contact us</a></td>");
	document.write("<td width='2' rowspan='4' bgcolor='#000033'><img src='/images/clear.gif' width='1' height='1' alt='' /></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td height='1' colspan='6' bgcolor='#ffffff'><img src='/images/clear.gif' width='1' height='1' alt='' /></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td height='18' colspan='6' bgcolor='#445599'>&nbsp;</td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td height='1' colspan='6' bgcolor='#ffffff'><img src='/images/clear.gif' width='1' height='1' alt='' /></td>");
	document.write("</tr>");
	document.write("</table>");
}
//-->
