var hide_empty_list=true; //uncomment this line to hide empty selection lists
var disable_empty_list=true; //uncomment this line to disable empty selection lists

var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired. 

var newwindow=1 //Open links in new window or not? 1=yes, 0=no.

addListGroup("chainedmenu", "First-Select");

addOption("First-Select", "Select an item", "", 1); //HEADER OPTION
addList("First-Select", "Aircraft", "", "Air");
addList("First-Select", "Airports/ Scenery", "", "Scen");
addList("First-Select", "Hardware", "", "hware");
addList("First-Select", "Missions", "", "miss");
addList("First-Select", "Utilities", "", "Util");

//second level Aircraft
	addOption("Air", "Select a Sim", "", 1); //HEADER OPTION
		addList("Air", "FS9", "", "fs9a");
		addList("Air", "FSX", "", "fsxa");
 
//third level Aircraft FS9
	addOption("fs9a", "Select an aircraft", "", 1); //HEADER OPTION
	addOption("fs9a", "737 Pilot In Command", "http://www.mutleyshangar.com/features/mulletman/737pic.htm");
	addOption("fs9a", "757 Professional", "http://www.mutleyshangar.com/features/dgor/757.htm");
	addOption("fs9a", "777 Professional", "http://www.mutleyshangar.com/features/mulletman/t7.htm");
	addOption("fs9a", "AlphaSim B-24 Liberator", "http://www.mutleyshangar.com/features/jda/b24.htm");
	addOption("fs9a", "AlphaSim EA-6B Prowler", "http://www.mutleyshangar.com/features/jda/prowler.htm");
	addOption("fs9a", "AlphaSim Hunter", "http://www.mutleyshangar.com/features/ncm/hunter.htm");
	addOption("fs9a", "AlphaSim Sabre", "http://www.mutleyshangar.com/features/ncm/sabre.htm");
	addOption("fs9a", "DC2 UIVER", "http://www.mutleyshangar.com/reviews/rob/dc2/dc2.htm");
	addOption("fs9a", "DC-10 Collection", "http://www.mutleyshangar.com/features/dgor/dc10.htm");
	addOption("fs9a", "First Class Simulations Wellington", "http://www.mutleyshangar.com/features/ncm/welly.htm");
	addOption("fs9a", "First Class Simulations Lancaster", "http://www.mutleyshangar.com/reviews/dai/lanc/lanc.htm");
	addOption("fs9a", "Flying Club Robinson R44", "http://www.mutleyshangar.com/features/ncm/r44.htm");
	addOption("fs9a", "Flying Club X", "http://www.mutleyshangar.com/features/dgor/fcx.htm");
	addOption("fs9a", "Just Flight C-130 Hercules", "http://www.mutleyshangar.com/features/martw/c130.htm");
	addOption("fs9a", "Just Flight Carenado C172N", "http://www.mutleyshangar.com/features/rob/c172.htm");
	addOption("fs9a", "Just Flight Carenado C206G", "http://www.mutleyshangar.com/features/rob/c206.htm");
	addOption("fs9a", "Just Flight Duchess", "http://www.mutleyshangar.com/features/rob/duchess.htm");
	addOption("fs9a", "Just Flight Mosquito", "http://www.mutleyshangar.com/features/jda/mossie.htm");
	addOption("fs9a", "Just Flight P-38 Lightning", "http://www.mutleyshangar.com/features/jda/p38.htm");
	addOption("fs9a", "Just Flight SAAB 91 Safir", "http://www.mutleyshangar.com/features/mutley/safir.htm");
	addOption("fs9a", "Level-D 767", "http://www.mutleyshangar.com/features/mulletman/lvld.htm");
	addOption("fs9a", "PMDG MD-11", "http://mutleyshangar.com/features/martw/md11.htm");
	addOption("fs9a", "Very Light Jet", "http://www.mutleyshangar.com/features/mutley/vlj.htm");
	addOption("fs9a", "Wilco Airbus Series 1", "http://www.mutleyshangar.com/features/dgor/wilco.htm");
//third level Aircraft FSX
	addOption("fsxa", "Select an aircraft", "", 1); //HEADER OPTION
	addOption("fsxa", "A2A Wings of SilverPiper J3 Cub", "http://www.mutleyshangar.com/reviews/rob/cub/cub.htm");
	addOption("fsxa", "Addictive Sims Pitts S-1 Special", "http://www.mutleyshangar.com/reviews/rob/pitts/pitts.htm");
	addOption("fsxa", "Aerosoft Catalina", "http://www.mutleyshangar.com/features/rob/cat.htm");
	addOption("fsxa", "Aerosoft Discus Glider", "http://www.mutleyshangar.com/reviews/jack/discus/discus.htm");
	addOption("fsxa", "Aerosoft SimCheck Airbus A300B4-200 ", "http://www.mutleyshangar.com/reviews/jack/a300/a300.htm");
	addOption("fsxa", "AlphaSim B-24 Liberator", "http://www.mutleyshangar.com/features/jda/b24.htm");
	addOption("fsxa", "AlphaSim EA-6B Prowler", "http://www.mutleyshangar.com/features/jda/prowler.htm");
	addOption("fsxa", "AlphaSim Hunter", "http://www.mutleyshangar.com/features/ncm/hunter.htm");
	addOption("fsxa", "AlphaSim Sabre", "http://www.mutleyshangar.com/features/ncm/sabre.htm");
	addOption("fsxa", "Capt Sim 727-100 Captain", "http://www.mutleyshangar.com/features/rob/CS727.htm");
	addOption("fsxa", "Capt Sim 767 Captain", "http://www.mutleyshangar.com/reviews/rob/cs767/cs767.htm");
	addOption("fsxa", "DC2 UIVER", "http://www.mutleyshangar.com/reviews/rob/dc2/dc2.htm");
	addOption("fsxa", "DC-10 Collection", "http://www.mutleyshangar.com/features/dgor/dc10.htm");
	addOption("fsxa", "DodoSim 206", "http://www.mutleyshangar.com/reviews/jack/206/206.htm");
	addOption("fsxa", "First Class Simulations Wellington", "http://www.mutleyshangar.com/features/ncm/welly.htm");
	addOption("fsxa", "First Class Simulations Lancaster", "http://www.mutleyshangar.com/reviews/dai/lanc/lanc.htm");
	addOption("fsxa", "Flight1 Citation 510 VLJ", "http://mutleyshangar.com/features/martw/510vlj.htm");
	addOption("fsxa", "Flight1 P-51D Mustang", "http://www.mutleyshangar.com/reviews/joe/p51d/p51d.htm");
	addOption("fsxa", "FSAddon Lysander Special Operations", "http://www.mutleyshangar.com/reviews/joe/lysander/lso.htm");
	addOption("fsxa", "FS Labs Concorde X", "http://www.mutleyshangar.com/reviews/rob/cx/cx.htm");
	addOption("fsxa", "Flying Club Robinson R44", "http://www.mutleyshangar.com/features/ncm/r44.htm");
	addOption("fsxa", "Flying Club X", "http://www.mutleyshangar.com/features/dgor/fcx.htm"); 
	addOption("fsxa", "Just Flight DC-3 Legends of Flight", "http://www.mutleyshangar.com/reviews/dai/dc3/dc3.htm");	
	addOption("fsxa", "Just Flight A320 Jetliner", "http://www.mutleyshangar.com/reviews/rob/a320/a320.htm");
	addOption("fsxa", "Just Flight Battle of Brittain 70th Anniversary", "http://www.mutleyshangar.com/reviews/joe/bob/bob.htm");
	addOption("fsxa", "Just Flight 727 Captain", "http://mutleyshangar.com/reviews/rob/jf727c/jf727c.htm");
	addOption("fsxa", "Just Flight C-130 Hercules", "http://www.mutleyshangar.com/features/martw/c130.htm");
	addOption("fsxa", "Just Flight Carenado C172N", "http://www.mutleyshangar.com/features/rob/c172.htm");
	addOption("fsxa", "Just Flight Carenado C206G", "http://www.mutleyshangar.com/features/rob/c206.htm");
	addOption("fsxa", "Just Flight Carenado C208B", "http://www.mutleyshangar.com/reviews/rob/c208/c208.htm");
	addOption("fsxa", "Just Flight Carenado PA-34T Seneca", "http://www.mutleyshangar.com/reviews/jack/pa34/pa34.htm");
	addOption("fsxa", "Just Flight Carenado C152 II", "http://www.mutleyshangar.com/reviews/misc/c152/c152.htm");
	addOption("fsxa", "Just Flight Constellation Professional", "http://www.mutleyshangar.com/features/rob/connie.htm");
	addOption("fsxa", "Just Flight Constellation Expansion Pack C", "http://www.mutleyshangar.com/reviews/rob/cxp-c/cxp-c.htm");
	addOption("fsxa", "Just Flight Duchess", "http://www.mutleyshangar.com/features/rob/duchess.htm");
	addOption("fsxa", "Just Flight F-Lite 747-200/300", "http://www.mutleyshangar.com/features/rob/jfcls747.htm");
	addOption("fsxa", "Just Flight Mosquito", "http://www.mutleyshangar.com/features/jda/mossie.htm");
	addOption("fsxa", "Just Flight P-38 Lightning", "http://www.mutleyshangar.com/features/jda/p38.htm");
	addOption("fsxa", "Just Flight SAAB 91 Safir", "http://www.mutleyshangar.com/features/mutley/safir.htm");
	addOption("fsxa", "Just Flight SE5 - Flying Legend", "http://www.mutleyshangar.com/reviews/dai/se5a/se5a.htm");
	addOption("fsxa", "Lionheart Pasped Skylark", "http://www.mutleyshangar.com/reviews/joe/skylark/skylark.htm");
	addOption("fsxa", "OZx Tigermoth Freeware", "http://www.mutleyshangar.com/reviews/sean/tm/tm.htm");
	addOption("fsxa", "PMDG MD-11", "http://mutleyshangar.com/features/martw/md11.htm");
	addOption("fsxa", "PMDG BAe Jetstream 4100", "http://www.mutleyshangar.com/reviews/rob/j41/j41.htm");
	addOption("fsxa", "RealAir Duke B60", "http://www.mutleyshangar.com/features/mutley/duke.htm");
	addOption("fsxa", "Very Light Jet", "http://www.mutleyshangar.com/features/mutley/vlj.htm");
	addOption("fsxa", "Wilco Airbus Series 1", "http://www.mutleyshangar.com/features/dgor/wilco.htm");
//END OF THIS NODE

// Second level Scenery
	addOption("Scen", "Select a Sim", "", 1); //HEADER OPTION
		addList("Scen", "FS9", "", "fs9c");
		addList("Scen", "FSX", "", "fsxc");

//third level Scenery FS9
	addOption("fs9c", "Select an Airport/Scenery", "", 1); //HEADER OPTION
	addOption("fs9c", "Dree's Ocala Intl Airport KOCF", "http://www.mutleyshangar.com/features/jda/kocf.htm");
	addOption("fs9c", "Dubai", "http://www.mutleyshangar.com/features/mulletman/omdb.htm");
	addOption("fs9c", "Frankfurt", "http://www.mutleyshangar.com/features/mcgraw/frankfurt.htm");
	addOption("fs9c", "Gatwick", "http://www.mutleyshangar.com/features/mulletman/gatwickpro.htm");
	addOption("fs9c", "Geneva Coitrin", "http://www.mutleyshangar.com/features/mulletman/geneva.htm");
	addOption("fs9c", "Heathrow 2008", "http://www.mutleyshangar.com/features/mutley/lhr2008.htm");
	addOption("fs9c", "Milan", "http://www.mutleyshangar.com/features/mulletman/isdlimc2005.htm");
	addOption("fs9c", "Netherlands NL2000 Freeware", "http://www.mutleyshangar.com/features/rob/n2000.htm");
	addOption("fs9c", "Roads & Rivers of Europe", "http://www.mutleyshangar.com/features/dgor/randr.htm");
	addOption("fs9c", "UK2000 Heathrow Xtreme", "http://www.mutleyshangar.com/features/rob/egllex.htm");
	addOption("fs9c", "Vienna", "http://www.mutleyshangar.com/features/mcgraw/vienna.htm");
//third level scenery FSX
	addOption("fsxc", "Select an Airport/Scenery", "", 1); //HEADER OPTION
	addOption("fsxc", "Andras Field", "http://www.mutleyshangar.com/reviews/rob/andras/andras.htm");
addOption("fsxc", "Budapest", "http://www.mutleyshangar.com/features/mutley/lhbp.htm");
addOption("fsxc", "Chicago X", "http://www.mutleyshangar.com/reviews/joe/chicagox/chicagox.htm");
addOption("fsxc", "Cuzco X", "http://mutleyshangar.com/reviews/bri/cuzco/cuzco.htm");
addOption("fsxc", "Dree's Ocala Intl Airport KOCF", "http://www.mutleyshangar.com/features/jda/kocf.htm");
addOption("fsxc", "Dutch Harbor X", "http://mutleyshangar.com/reviews/rob/dh/dh.htm");
addOption("fsxc", "Earth Simulations Alderney", "http://www.mutleyshangar.com/features/mutley/ald/alderney.htm");
addOption("fsxc", "Earth Simulations Isles of Scilly", "http://www.mutleyshangar.com/reviews/jack/ios/ios.htm");
addOption("fsxc", "Earth Simulations TreeScapes UK", "http://www.mutleyshangar.com/reviews/dai/tree/tree.htm");
addOption("fsxc", "Extreme Bush Trekker", "http://www.mutleyshangar.com/features/gabe/ebt.htm");
addOption("fsxc", "Flight1 GEX and UTX Europe", "http://www.mutleyshangar.com/reviews/jack/gex/gex.htm");
addOption("fsxc", "FTX AU Gold Region Pack" , "http://mutleyshangar.com/features/mutley/augold.htm");
addOption("fsxc", "FTX AU Bundaberg Airport YBUD", "http://mutleyshangar.com/reviews/joe/ybud/ybud.htm");
addOption("fsxc", "FTX AU Cessnock Airport YNCK", "http://mutleyshangar.com/reviews/joe/cessnock/ycnk.htm");
addOption("fsxc", "FTX AU Hervey Bay YHBA", "http://mutleyshangar.com/reviews/joe/yhba/yhba.htm");
addOption("fsxc", "FTX AU Tamworth Airport YSTW", "http://mutleyshangar.com/features/mutley/ystw.htm");
addOption("fsxc", "FTX NA Blue PFJ Pacific Fjords", "http://mutleyshangar.com/reviews/mic/pfj/pfj.htm");
addOption("fsxc", "FTX NA Blue PNW Region Pack", "http://mutleyshangar.com/reviews/joe/pnw/pnw.htm");
addOption("fsxc", "FTX US Concrete Muni 3W5", "http://mutleyshangar.com/reviews/ed/3w5/3w5.htm");
addOption("fsxc", "FTX US Darrington Muni 1S2", "http://mutleyshangar.com/reviews/joe/1s2/1s2.htm");
addOption("fsxc", "FTX US Blue Starks Twin Oaks 7S3", "http://mutleyshangar.com/reviews/joe/7s3/7s3.htm");
addOption("fsxc", "FTX US Israel's Farm WA56", "http://mutleyshangar.com/reviews/misc/wa56/wa56.htm");
addOption("fsxc", "FTX US Walter Suttons WA79", "http://mutleyshangar.com/reviews/joe/wa79/wa79.htm");
addOption("fsxc", "Generation X Vol 2", "http://www.mutleyshangar.com/features/mulletman/genx.htm");
addOption("fsxc", "Generation X Vol 5", "http://www.mutleyshangar.com/reviews/bri/vfr5/vfr5.htm");
addOption("fsxc", "German Airfields Vol1 Island Hopping", "http://www.mutleyshangar.com/features/mutley/ga1.htm");
addOption("fsxc", "Gibraltar X", "http://www.mutleyshangar.com/reviews/joe/gibx/gibx.htm");
addOption("fsxc", "Heathrow 2008 X", "http://www.mutleyshangar.com/features/mutley/lhr2008.htm");
addOption("fsxc", "Madeira X", "http://www.mutleyshangar.com/features/mutley/madeira.htm");
addOption("fsxc", "Maldives X", "http://mutleyshangar.com/reviews/jack/maldivesx/maldivesx.htm");
addOption("fsxc", "Manhattan X", "http://www.mutleyshangar.com/features/mutley/manx.htm");
addOption("fsxc", "Monaco X", "http://www.mutleyshangar.com/features/mutley/monacox.htm");
addOption("fsxc", "Netherlands NL2000 Freeware", "http://mutleyshangar.com/reviews/mic/nl2000/nl2000.htm");
addOption("fsxc", "Nice Cote d'Azur X Airport" , "http://www.mutleyshangar.com/features/mutley/nice.htm");
addOption("fsxc", "Oslo X Mega Airport", "http://mutleyshangar.com/reviews/rob/oslox/oslox.htm");
addOption("fsxc", "Raw Grit: PNG Bushpilot", "http://www.mutleyshangar.com/features/mutley/png.htm");
addOption("fsxc", "Real Scenery Airfields - Denham", "http://www.mutleyshangar.com/features/ncm/denham.htm");
addOption("fsxc", "Real Scenery Vol 4 Northern England", "http://www.mutleyshangar.com/features/ncm/vfrrs4.htm");
addOption("fsxc", "Just Flight-CLS Sydney X", "http://www.mutleyshangar.com/features/mutley/sydneyx.htm");
addOption("fsxc", "Tahiti X", "http://www.mutleyshangar.com/features/mutley/tahitix.htm");
addOption("fsxc", "UK2000 Heathrow Xtreme", "http://www.mutleyshangar.com/features/rob/egllex.htm");
addOption("fsxc", "UK2000 VFR Airfields Vol.2", "http://www.mutleyshangar.com/features/mutley/uk2000vfr2.htm");
addOption("fsxc", "UK2000 VFR Airfields Vol.3", "http://www.mutleyshangar.com/reviews/rob/uks3/uks3.htm");
addOption("fsxc", "Ultimate Terrain X Europe", "http://www.mutleyshangar.com/features/mutley/utxe.htm");
addOption("fsxc", "VFR Real Scenery Vol 1-3 Adventure", "http://www.mutleyshangar.com/features/rob/vfra.htm");
addOption("fsxc", "White Waltham X", "http://www.mutleyshangar.com/features/rob/ww.htm");

//END OF THIS NODE

// Second level Hardware
	addOption("hware", "Select an item", "", 1); //HEADER OPTION
	addOption("hware", "Opencockpit 737ATC Transponder", "http://mutleyshangar.com/reviews/jack/737atc/737atc.htm");
	addOption("hware", "Opencockpit USB LCD card", "http://mutleyshangar.com/reviews/jack/lcd/lcd.htm");
	addOption("hware", "Opencockpit USB Servos card", "http://mutleyshangar.com/reviews/jack/usb/usb.htm");
	addOption("hware", "Opencockpit Displays card", "http://mutleyshangar.com/reviews/jack/odc/odc.htm");
	addOption("hware", "TrackIR Ultra", "http://www.mutleyshangar.com/features/ncm/trackir.htm");
	addOption("hware", "Saitek Cyborg 5.1 headphones", "http://www.mutleyshangar.com/features/ncm/cyborghp.htm");
	addOption("hware", "Saitek Pro Flight Headphones", "http://www.mutleyshangar.com/features/ncm/proflight.htm");
	addOption("hware", "Saitek Pro Flight Radio Panel", "http://mutleyshangar.com/reviews/jack/srp/srp.htm");
	addOption("hware", "Saitek Pro Flight Switch Panel", "http://www.mutleyshangar.com/features/aa/pfs.htm");
//END OF THIS NODE

// Second level Missions
	addOption("miss", "FSX only - select an item", "", 1); //HEADER OPTION
	addOption("miss", "Just Flight Rescue Pilot Mission Pack", "http://www.mutleyshangar.com/features/ncm/rescuep.htm")
	addOption("miss", "Just Flight Challenges Over The Rockies Mission Pack", "http://mutleyshangar.com/reviews/rob/cotr/cotr.htm")
	addOption("miss", "Just Flight Challenges Over The USA - East Coast Edition", "http://mutleyshangar.com/reviews/dai/cotu/cotu.htm")
	addOption("miss", "Mountain Flying In Switzerland - Missions", "http://mutleyshangar.com/reviews/rob/mfis/mfis.htm");
	addOption("miss", "Ryanair 737 Missions", "http://www.mutleyshangar.com/features/mutley/ryan737.htm");
//END OF THIS NODE

// Second level Utilities
	addOption("Util", "Select a Sim", "", 1); //HEADER OPTION
		addList("Util", "FS9", "", "fs9d");
		addList("Util", "FSX", "", "fsxd");

//third level Utilities FS9
	addOption("fs9d", "Select an item", "", 1); //HEADER OPTION
	addOption("fs9d", "Flight1 HeliTraffic 2009", "http://mutleyshangar.com/reviews/john/ht/ht.htm");
	addOption("fs9d", "Flight1 Instant Scenery 2", "http://mutleyshangar.com/reviews/gabe/is2/is2.htm");
	addOption("fs9d", "Radar Contact", "http://www.mutleyshangar.com/features/jda/rc4.htm");
	addOption("fs9d", "Shockwave 3D Lights Redux", "http://www.mutleyshangar.com/features/ncm/swlights.htm");
	addOption("fs9d", "Traffic 2005", "http://www.mutleyshangar.com/features/mulletman/t2005.htm");
//third level Utilities FSX
	addOption("fsxd", "Select an item", "", 1); //HEADER OPTION
	addOption("fsxd", "A2A 3D Lights Redux", "http://www.mutleyshangar.com/features/ncm/swlights.htm");
	addOption("fsxd", "Just Flight Air Hauler", "http://mutleyshangar.com/features/jda/ahpreview.htm");
    addOption("fsxd", "Flight1 Flight Environment X", "http://www.mutleyshangar.com/reviews/bri/fex/fex.htm");
	addOption("fsxd", "Flight1 HeliTraffic 2009", "http://mutleyshangar.com/reviews/john/ht/ht.htm");
	addOption("fsxd", "Flight1 Instant Scenery 2", "http://mutleyshangar.com/reviews/gabe/is2/is2.htm");
	addOption("fsxd", "FS Flight Keeper 3", "http://www.mutleyshangar.com/features/mutley/fsfk3.htm");
	addOption("fsxd", "Key commands pdf", "http://www.mutleyshangar.com/downloads/FSX%20Keyboard%20Commands%20Pamphlet.pdf");
	addOption("fsxd", "Real Environment Xtreme", "http://mutleyshangar.com/features/martw/rex.htm");
	addOption("fsxd", "Radar Contact", "http://www.mutleyshangar.com/features/jda/rc4.htm");
	addOption("fsxd", "Traffic 2005", "http://www.mutleyshangar.com/features/mulletman/t2005.htm");
	addOption("fsxd", "VoxATC", "http://www.mutleyshangar.com/features/ncm/voxatc.htm");

//END OF THIS NODE

//EOF





