<!--
/*
This file contains the left naivgation menu which links to all the aircrafts pages.

It is very simple to customize the menu.

Just specify the values of the following settings
Insert the values between the single quotes and do not enter single quotes in the values or there will be an error.
*/




//*******************************************OPTIONs AND SETTINGS
//The first heading
var heading1 = '<font color="#FFFFFF" style="font-size: 9pt">US Aircrafts:</font>';

//height of drop down box 1
var height1 = 5;

//width of drop down box 1
var width1 = 200;

//The second heading
var heading2 = '<font color="#FFFFFF" style="font-size: 9pt">Russian Aircrafts:</font>';

//height of drop down box 2
var height2 = 5;

//width of drop down box 2
var width2 = 200;
//*******************************************OPTIONS AND SETTINGS




//*******************************************HTML OF MENU

//YOU MAY CHANGE THIS PART OF THE MENU AT YOUR OWN RISK TO CHANGE THE CATEGORIES, BUT BE CAREFUL.



document.write('<tr> <td width="13%"> <div align="center"><a href="#" onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage("Image8","","images/arrow1_r.gif",1)><img name="Image8" border="0" src="images/arrow1.gif" width="12" height="7"></a></div></td><td width="87%">'+heading1+'</td></tr><tr><td colspan=2>');

document.write('<form method="POST" name=catform><p><select size="'+height1+'" name="american" style="width:'+width1+'" onclick=document.location.href=this.options[this.options.selectedIndex].text+".html">');

document.write('<option>A-10-OA-10 Thunderbolt II</option><option>AC-130H-U Gunship</option><option>B-1B Lancer</option><option>B-2 Spirit</option><option>B-52 Stratofortress</option><option>C-5 Galaxy</option>');

document.write('<option>C-9A-C Nightingale</option><option>C-17 Globemaster III</option><option>C-20</option><option>C-21A</option>');

document.write('<option>C-22B</option><option>C-32A</option><option>C-37A</option><option>C-130 Hercules</option><option>C-141B Starlifter</option>');

document.write('<option>E-3 Sentry (AWACS)</option><option>E-4B</option><option>E-8C Joint Stars</option><option>EC-130E-J Commando Solo</option><option>F-15 Eagle</option><option>F-15E Strike Eagle</option>');

document.write('<option>F-16 Fighting Falcon</option><option>F-117A Nighthawk</option><option>Global Hawk</option><option>HC-130P-N</option>');

document.write('<option>HH-60G Pave Hawk</option><option>KC-10A Extender</option><option>KC-135 Stratotanker</option><option>MC-130E-H Combat Talon I-II</option>');

document.write('<option>MC-130P Combat Shadow</option><option>MH-53J-M Pave Low</option><option>OC-135B Open Skies</option>');

document.write('<option>RC-135V-W Rivet Joint</option><option>RQ-1 Predator Unmanned Aerial Vehicle</option>');

document.write('<option>T-1A Jayhawk</option><option>T-6A Texan II</option><option>T-37 Tweet</option><option>T-43A</option><x3s8bwaa><option>U-2S-TU-2S</option>');

document.write('<option>VC-25A - Air Force One</option><option>WC-130 Hercules</option></select></p><p></td></tr><tr> <td width="13%">');

document.write('<div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("Image81","","images/arrow1_r.gif",1)><img name="Image81" border="0" src="images/arrow1.gif" width="12" height="7"></a></div>');

document.write('</td><td width="87%">'+heading2+'</td></tr><tr><td colspan=2>');

document.write('<p><select size="'+height2+'" name="russian" style="width:'+width2+'" onclick=document.location.href=this.options[this.options.selectedIndex].text+".html"><option>MiG-21 FISHBED</option><option>MiG-23 FLOGGER</option>');

document.write('<option>MiG-25 FOXBAT (MIKOYAN-GUREVICH)</option><option>MiG-27 FLOGGER D, J (MIKOYAN-GUREVICH)</option><option>MiG-29 FULCRUM (MIKOYAN-GUREVICH)</option><option>MiG-31 FOXHOUND (MIKOYAN-GUREVICH)</option><option>MiG-35 - 1.42 Multirole Front-Line Fighter [MFI]</option><option>S-37 Berkut</option>');

document.write('<option>Su-27 FLANKER (SUKHOI)</option><option>Su-30 (Su-27P),Su-32,Su-33 (Su-27K),Su-34 (Su-27IB),Su-35 (Su-27M),Su-37</option><option>Tu-16 BADGER (TUPOLEV)</option><option>Tu-22 BLINDER (TUPOLEV)</option><option>Tu-22M BACKFIRE (TUPOLEV)</option><option>Tu-95 BEAR (TUPOLEV)</option><option>Tu-160 BLACKJACK (TUPOLEV)</option></select></p></form>');

document.write('<p></td></tr>');

//*******************************************HTML OF MENU
//-->