function UpDated()
{
document.write('Last updated on August 26th 2009');
}

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();">Sea Harrier 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="weapons.html">Weapons</a>');
document.write('<a href="production.html">Production</a>');
document.write('<a href="production_india.html">...India</a>');
document.write('<a href="production_uk.html">...UK</a>');
document.write('<a href="service.html">Squadron Service</a>');
document.write('<a href="images.html">Images</a>');
document.write('<a href="visit.html">Visit to 899 NAS</a>');
document.write('<a href="za176.html">ZA176 History</a>');
document.write('<a href="zh808.html">ZH808 in Cyprus</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();">Sea Harrier Links</a>');
document.write('<div class="submenu" id="menu4"');
document.write('onmouseover="mcancelclosetime()"');
document.write('onmouseout="mclosetime();">');
document.write('<a href="http://www.flightglobal.com/articles/2009/08/26/331500/india-grounds-sea-harriers-after-latest-crash.html" target="_new">Indian Shars grounded</a>');
document.write('<a href="http://www.nallsaviation.com/" target="_new">NallsAviation.com</a>');
document.write('<a href="http://www.flightglobal.com/articles/2007/11/15/219535/video-private-sea-harrier-in-emergency-vertical-landing.html" target="_new">Shar flies again</a>');
document.write('<a href="http://www.airsceneuk.org.uk/oldstuff/2006/newarkshar/shar.htm" target="_new">Shar at Newark</option>');
document.write('<a href="http://www.airsceneuk.org.uk/hangar/2005/899/899.htm" target="_new">MoD makes a fist of it</option>');
document.write('<a href="http://www.airsceneuk.org.uk/hangar/2006/801sqn/801sqn.htm" target="_new">SHAR swansong</option>');
document.write('<a href="http://www.airsceneuk.org.uk/hangar/2006/shars/shars.htm" target="_new">The last gunfight</option>');
document.write('<a href="http://www.bharat-rakshak.com/NAVY/Harrier.html" target="_new">Indian Navy Harrier page</option>');
document.write('<a href="http://www.publications.parliament.uk/pa/cm200102/cmselect/cmdfence/779/77908.htm" target="_new">Defence Select Ctte report</option>');
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>');
}
