/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'70%', // express as percentage with the % sign
linkheight:12 ,  // linked horizontal cells height
hdingwidth:120 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
[" Internal Links"], //create header
["Introduction", "intro.php", ""],
["Quick Ref.", "QR_ezfw.php", ""],
["AHM560 MGX", "ahm560/ahmmgx.htm", "_new"],
["FOM Codes", "fom.htm", ""],
["LCC Operating ratio", "gfx/mgx/lcc.htm", "_new"],
["IWB Guide", "IWB_GUIDE.pdf", "new"],
["EZFW", "EZFW.php", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["LDI", "LDI.php", "",1],

["External Links", "", ""], //create header
["SGHA 1998 - 2008", "gfx/mgx/sgha.pdf", "_new"],
["Aerodynamics", "http://www.grc.nasa.gov/WWW/K-12/airplane/short.html", "_new"],
["OPS Calculator", "http://www.airrouting.com/content/tdcalc.html", "_new"],
["Aircraft Types", "http://www.airlinecodes.co.uk/arctypes.asp", "_new"],
["H A Z M A T", "http://wwwapps.tc.gc.ca/saf-sec-sur/3/erg-gmu/erg/idindex.aspx", "_new"],
["ICAO&IATA codes", "http://www.world-airport-codes.com/", "_new"],
["TAF&METAR", "http://euro.wx.propilots.net/", "_new", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["DECODER", "http://www.flightutilities.com/MRonline.aspx", "_new",1]  //no comma after last entry
]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();
