function UpDated()
{
document.write('Last updated on June 10th 2010');
}

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();">Jaguar 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="development.html">Development</a>');
document.write('<a href="production.html">Production</a>');
document.write('<a href="production_ecuador.html">...Ecuador</a>');
document.write('<a href="production_france.html">...France</a>');
document.write('<a href="production_india.html">...India</a>');
document.write('<a href="production_nigeria.html">...Nigeria</a>');
document.write('<a href="production_oman.html">...Oman</a>');
document.write('<a href="production_uk.html">...United Kingdom</a>');
document.write('<a href="service.html">Squadron Service</a>');
document.write('<a href="service_france.html">...France</a>');
document.write('<a href="service_ecuador.html">...Ecuador</a>');
document.write('<a href="service_india.html">...India</a>');
document.write('<a href="service_nigeria.html">...Nigeria</a>');
document.write('<a href="service_uk.html">...RAF</a>');
document.write('<a href="service_oman.html">...Oman</a>');
document.write('<a href="images_raf_1.html">Images - RAF single-seaters</a>');
document.write('<a href="images_raf_2.html">Images - RAF two-seaters</a>');
document.write('<a href="images_others.html">Images - Others</a>');
document.write('<a href="visit.html">Visit to Coltishall</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();">Jaguar News</a>');
document.write('<div class="submenu" id="menu4"');
document.write('onmouseover="mcancelclosetime()"');
document.write('onmouseout="mclosetime();">');
document.write('<a href="http://www.indiatoday.digitaltoday.in/content_mail.php?option=com_content&name=print&id=14869" target="_new">Indian Jaguar upgrade</a>');
document.write('<a href="http://www.qinetiq.co.uk/home/newsroom/news_releases_homepage/2007/4th_quarter/last_jaguar_flight.html" target="_new">Final UK Jaguar</a>');
document.write('<a href="http://forum.planetalk.net/viewtopic.php?t=3806&start=75target="_new">The last Jaguars</a>');
document.write('<a href="http://www.pprune.org/forums/showthread.php?t=273270" target="_new">Early Jaguar withdrawal</a>');
document.write('<a href="http://www.airsceneuk.org.uk/hangar/2006/colt/colt.htm" target="_new">RAF Coltishall closes</a>');
document.write('<a href="http://www.airsceneuk.org.uk/hangar/2005/colt/colt.htm" target="_new">Two Jaguar squadrons go</a>');
document.write('</div></li></ul></td>');

document.write('<td><ul id="dd"><li>');
document.write('<a href="#" class="menu" id="mmenu5"'); 
document.write('onmouseover="mopen(5);"');
document.write('onmouseout="mclosetime();">Jaguar Links</a>');
document.write('<div class="submenu" id="menu5"');
document.write('onmouseover="mcancelclosetime()"');
document.write('onmouseout="mclosetime();">');
document.write('<a href="http://www.baesystems.com/" target="_new">BAE Systems</a>');
document.write('<a href="http://www.rolls-royce.com/defence_aerospace/products/combat/adour/default.jsp" target="_new">Rolls-Royce</a>');
document.write('<a href="http://sepecat.info/" target="_new">SEPECAT Jaguar in detail</a>');
document.write('<a href="http://www.bharat-rakshak.com/IAF/Aircraft/Specs/index.html" target="_new">Indian Air Force</a>');
document.write('<a href="http://www.timesofindia.com/" target="_new">Times Of India</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>');
}


