function UpDated()
{
document.write('Last updated on July 25th 2007');
}

function MenuBar()
{
document.write('<table cellspacing=0 cellpadding=0 width=100% bgcolor=#333366><tr>');


document.write('<td><ul id="dd">');
document.write('<li><a href="../index.html" class="menu">Home</a></li>');
document.write('</ul></td>');


document.write('<td><ul id="dd"><li>');
document.write('<a href="#" class="menu" id="mmenu2"'); 
document.write('onmouseover="mopen(2);"');
document.write('onmouseout="mclosetime();">Aircraft</a>');
document.write('<div class="submenu" id="menu2"');
document.write('onmouseover="mcancelclosetime()"');
document.write('onmouseout="mclosetime();">');
document.write('<a href="../tsr2/index.html">BAC TSR.2</a>');
document.write('<a href="../nimrod/index.html">BAE Nimrod</a>');
document.write('<a href="../jaguar/index.html">SEPECAT Jaguar</a>');
document.write('<a href="../sentry/index.html">Boeing E-3 Sentry</a>');
document.write('<a href="../seaharrier/index.html">BAE Sea Harrier</a>');
document.write('<a href="../b-1/index.html">Boeing B-1B Lancer</a>');
document.write('<a href="../b-2/index.html">Northrop B-2 Spirit</a>');
document.write('<a href="../e-8/index.html">Northrop E-8 JSTARS</a>');
document.write('<a href="../eh101/index.html">AgustaWestland AW101</a>');
document.write('<a href="../typhoon/index.html">Eurofighter Typhoon</a>');
document.write('<a href="../osprey/index.html">Bell-Boeing V-22 Osprey</a>');
document.write('<a href="../f-35/index.html">Lockheed Martin F-35</a>');
document.write('</div></li></ul></td>');

document.write('<td><ul id="dd"><li>');
document.write('<a href="#" class="menu" id="mmenu3"'); 
document.write('onmouseover="mopen(3);"');
document.write('onmouseout="mclosetime();">TSR.2 Navigation</a>');
document.write('<div class="submenu" id="menu3"');
document.write('onmouseover="mcancelclosetime()"');
document.write('onmouseout="mclosetime();">');
document.write('<a href="index.html">Origins</a>');
document.write('<a href="systems.html">Structure &amp; Systems</a>');
document.write('<a href="prototypes.html">Prototypes</a>');
document.write('<a href="movingxr220.html">Moving XR220</a>');
document.write('<a href="images.html">Images</a>');
document.write('<a href="acknowledge.html">Acknowledgements</a>');
document.write('</div></li></ul></td>');

document.write('<td><ul id="dd"><li>');
document.write('<a href="#" class="menu" id="mmenu4"'); 
document.write('onmouseover="mopen(4);"');
document.write('onmouseout="mclosetime();">TSR.2 Links</a>');
document.write('<div class="submenu" id="menu4"');
document.write('onmouseover="mcancelclosetime()"');
document.write('onmouseout="mclosetime();">');
document.write('<a href="http://www.thunder-and-lightnings.co.uk/tsr2/index.html" target="_new">Thunder and Lightnings</a>');
document.write('<a href="http://duxford.iwm.org.uk/" target="_new">IWM Duxford</a>');
document.write('<a href="http://www.rafmuseum.org.uk/cosford/index.cfm" target="_new">RAF Museum Cosford</a>');
document.write('</div></li></ul></td>');

document.write('<td><ul id="dd">');
document.write('<li><a href="../contact.html" class="menu">Contact</a></li>');
document.write('</ul></td>');
document.write('</table>');
}


