//common elements


function nav()
{
	var msg="";	
	msg+='<p class="nav"><a href="index.html" title="Cobham Flight Inspection home page">&nbsp;&nbsp;Home&nbsp;&nbsp;</a>|<a href="about.html" title="Why use Cobham Flight Inspection?">&nbsp;&nbsp;About us&nbsp;&nbsp;</a>|<a href="services.html" title="Cobham Flight Inspection Services">&nbsp;&nbsp;Services&nbsp;&nbsp;</a>|<a href="systems.html" title="Cobham Flight Inspection Systems">&nbsp;&nbsp;Systems&nbsp;&nbsp;</a>|<a href="benefits.html" title="What will you get with Cobham Flight Inspection?">&nbsp;&nbsp;Benefits&nbsp;&nbsp;</a>|<a href="contact.html" title="Postal and email contact details">&nbsp;&nbsp;Contact us&nbsp;&nbsp;</a></p>'
	document.write(msg)
}


function foot()
{
	var msg="";
	msg+='<p class="pFoot">© CFI 2008  |<a href="mailto:cfi.cavsuk@cobham.com?subject=Cobham Flight Inspection: website enquiry">&nbsp;&nbsp;Contact us&nbsp;&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links:<a href="http://www.cobham.com/" title="Visit the Cobham website" onclick="window.open(this.href); return false;">&nbsp;&nbsp;Cobham&nbsp;&nbsp;</a>|<a href="http://www.afi.aero/" title="Visit the AFI website" onclick="window.open(this.href); return false;">&nbsp;&nbsp;AFI&nbsp;&nbsp;</a>|<a href="http://www.cobhamaviation.com/" title="Visit the Cobham Aviation Services website" onclick="window.open(this.href); return false;">&nbsp;&nbsp;Cobham Aviation Services&nbsp;&nbsp;</a></p>'	
	document.write(msg) 
}