
  var menuMgr = new NlsMenuManager("mgr");
  menuMgr.defaultEffect = "randomdissolve";

  var menuAfd=menuMgr.createMenu("afd");
  menuAfd.applyBorder(false, false, true, false);
  menuAfd.dropShadow("bottomright", "10px");
  menuAfd.addItem("1", "Armed Forces Dedication Page", "spl.html");
  menuAfd.addItem("2", "Armed Forces Quick-Links", "");
  menuAfd.addItem("3", "Vietnam Pictorial", "vietnam_picture_index.html");
  menuAfd.addItem("4", "Hal's Sports & Outdoor Store", "http://astore.amazon.com/armed_forces-20");
  menuAfd.getItemById("4").target="_blank";
  menuAfd.addSubmenu("2", "menuSpl", false, null, null, [5, 10]);

  var menuArt=menuMgr.createMenu("art");
  menuArt.applyBorder(false, false, true, false);
  menuArt.dropShadow("bottomright", "10px");
  menuArt.addItem("1", "Art Collecting Main Page", "art.html");
  menuArt.addItem("2", "Alex Gockel", "art/gockel/gockel.html");
  menuArt.getItemById("2").target="_blank";
  menuArt.addItem("3", "Linda Le Kinff", "art/lekinff/lekinff.html");
  menuArt.getItemById("3").target="_blank";
  menuArt.addItem("4", "Peter Max", "art/max/max.html");
  menuArt.getItemById("4").target="_blank";
  menuArt.addItem("5", "Stephanie Seymour", "art/seymour/seymour.html");
  menuArt.getItemById("5").target="_blank";

  var menuSpl=menuMgr.createMenu("menuSpl");
  menuSpl.applyBorder(false, false, true, false);
  menuSpl.dropShadow("bottomright", "10px");
  menuSpl.addItem("1", "American Legion", "http://www.legion.org/");
  menuSpl.getItemById("1").target="_blank";
  menuSpl.addItem("2", "Gulf War Center", "http://www.ngwrc.org/");
  menuSpl.getItemById("2").target="_blank";
  menuSpl.addItem("3", "Korean War Vets", "http://www.kwva.org/");
  menuSpl.getItemById("3").target="_blank";
  menuSpl.addItem("4", "Military & Government Links", "http://www.halowe-graphics.com/greatlinks/government.html");
  menuSpl.getItemById("4").target="_blank";
  menuSpl.addItem("5", "Personal Pages", "http://www.halowe-graphics.com/spl/af_personalpages.html");
  menuSpl.getItemById("5").target="_blank";
  menuSpl.addItem("6", "Veterans (women)", "http://www1.va.gov/womenvet/");
  menuSpl.getItemById("6").target="_blank";
  menuSpl.addItem("7", "Veterans Foreign Wars (VFW)", "http://www.vfw.org/");
  menuSpl.getItemById("7").target="_blank";
  menuSpl.addItem("8", "Veterans Memorial Museum", "http://www.veteransmuseum.org/");
  menuSpl.getItemById("8").target="_blank";
  menuSpl.addItem("9", "Vietnam Veterans", "http://www.vva.org/");
  menuSpl.getItemById("9").target="_blank";
  menuSpl.addItem("10", "World War II Veterans", "http://ww2.vet.org/");
  menuSpl.getItemById("10").target="_blank";
 
  var menuFun=menuMgr.createMenu("fun");
  menuFun.applyBorder(false, false, true, false);
  menuFun.dropShadow("bottomright", "10px");
  menuFun.addItem("1", "Cool Things & Fun Stuff", "coolandfun.html");
  menuFun.addItem("2", "Single & Multi Player Games", "funandgames.html");
  menuFun.addItem("3", "Helpful & Useful Stuff", "helpful.html");
  menuFun.addItem("4", "Hal's Toy, Game & Video Store", "http://astore.amazon.com/hals_games-20");
  menuFun.getItemById("4").target="_blank";
  menuFun.addItem("5", "Find People & Businesses", "find_people.html");
  menuFun.addItem("6", "Lyrics, MIDI, KAR & WAVs", "music_searches.html");
  menuFun.getItemById("6").target="_blank";
  menuFun.addItem("7", "Search for DLL Files", "great_links.html");
  menuFun.addItem("8", "Search Military Network", "spl.html");
  menuFun.addItem("9", "Search the Internet & more", "searches.html");

  var menuLinks=menuMgr.createMenu("links");
  menuLinks.applyBorder(false, false, true, false);
  menuLinks.dropShadow("bottomright", "10px");
  menuLinks.addItem("1", "Great Links Main Page", "great_links.html");
  menuLinks.addItem("2", "Mr. World John Wesencraft", "http://www.wesencraft.com");
  menuLinks.getItemById("2").target="_blank";
  menuLinks.addItem("3", "Hal's Computer Store", "http://astore.amazon.com/hals_neat_stuff-20");
  menuLinks.getItemById("3").target="_blank";
  menuLinks.addItem("4", "Hal's Electronics Store", "http://astore.amazon.com/hals_electronics-20");
  menuLinks.getItemById("4").target="_blank";
  menuLinks.addItem("5", "Hal's MySpace Site", "http://www.myspace.com/hal_lowe");
  menuLinks.getItemById("5").target="_blank";
  menuLinks.addItem("6", "Hal's YouTube Site", "http://www.youtube.com/hallowemusic");
  menuLinks.getItemById("6").target="_blank";

  var menuMusic=menuMgr.createMenu("music");
  menuMusic.applyBorder(false, false, true, false);
  menuMusic.dropShadow("bottomright", "10px");
  menuMusic.addItem("1", "Music Main Page", "music.html");
  menuMusic.addItem("2", "About Hal Lowe", "music/abouthallowe.html");
  menuMusic.getItemById("2").target="_blank";
  menuMusic.addItem("3", "Hal's Music & MP3 Store", "http://astore.amazon.com/haloweg-20");
  menuMusic.getItemById("3").target="_blank";
  menuMusic.addItem("4", "Hal's Musical Instrument Store", "http://astore.amazon.com/hals_musical_instruments-20");
  menuMusic.getItemById("4").target="_blank";
  menuMusic.addItem("5", "Music Searches", "music_searches.html");
  menuMusic.getItemById("5").target="_blank";
  menuMusic.addItem("6", "Hal's MySpace Site", "http://www.myspace.com/hal_lowe");
  menuMusic.getItemById("6").target="_blank";
  menuMusic.addItem("7", "Hal's YouTube Site", "http://www.youtube.com/hallowemusic");
  menuMusic.getItemById("7").target="_blank";

  var menuPhoto=menuMgr.createMenu("photo");
  menuPhoto.applyBorder(false, false, true, false);
  menuPhoto.dropShadow("bottomright", "10px");
  menuPhoto.addItem("1", "Photo & Video Main Page", "photo.html");
  menuPhoto.addItem("2", "Photo & Video Quick-Links", "");
  menuPhoto.addItem("3", "Contact Manufacturers", "http://www.halowe-graphics.com/photo/digital_camera_manufacturers.html");
  menuPhoto.getItemById("3").target="_blank";
  menuPhoto.addItem("4", "Freeware Search", "http://download.cnet.com/windows/");
  menuPhoto.getItemById("4").target="_blank";
  menuPhoto.addItem("5", "Free Original MP3s", "http://www.halowe-graphics.com/music/original_mp3s/original_free_mp3a.html");
  menuPhoto.getItemById("5").target="_blank";
  menuPhoto.addItem("6", "Free Video Textures", "http://www.halowe-graphics.com/photo/video_files/cloudy_videos.html");
  menuPhoto.getItemById("6").target="_blank";
  menuPhoto.addItem("7", "Hal's Camera & Photo Store", "http://astore.amazon.com/hals-photography-20");
  menuPhoto.getItemById("7").target="_blank";
  menuPhoto.addItem("8", "Our Sample Gallery", "http://www.halowe-graphics.com/photo/photographs/photo_album.htm");
  menuPhoto.getItemById("8").target="_blank";
  menuPhoto.addSubmenu("2", "menuVideo", false, null, null, [5, 10]);

  var menuVideo=menuMgr.createMenu("menuVideo");
  menuVideo.applyBorder(false, false, true, false);
  menuVideo.dropShadow("bottomright", "10px");
  menuVideo.addItem("1", "Photo & Video Main Page", "photo.html");
  menuVideo.addItem("2", "Accessory Links", "http://www.halowe-graphics.com/photo/accessory_suppliers.html");
  menuVideo.getItemById("2").target="_blank";
  menuVideo.addItem("3", "Personal Photo Galleries", "http://www.halowe-graphics.com/photo/personalpages.html");
  menuVideo.getItemById("3").target="_blank";
  menuVideo.addItem("4", "Photo & Video Services", "http://www.halowe-graphics.com/photo/photographic_service_online.html");
  menuVideo.getItemById("4").target="_blank";
  menuVideo.addItem("5", "Pricing & Opinion Links", "http://www.halowe-graphics.com/greatlinks/pricingandopinions.html");
  menuVideo.getItemById("5").target="_blank";
  menuVideo.addItem("6", "Reviews & Forums", "http://www.halowe-graphics.com/photo/digital_information_and_resource.html");
  menuVideo.getItemById("6").target="_blank";
  menuVideo.addItem("7", "Shopping Online", "http://www.halowe-graphics.com/photo/shopping_on_line.html");
  menuVideo.getItemById("7").target="_blank";
  menuVideo.addItem("8", "Software & Plugins", "http://www.halowe-graphics.com/photo/software.html");
  menuVideo.getItemById("8").target="_blank";
  menuVideo.addItem("9", "Training & Information", "http://www.halowe-graphics.com/photo/training_and_stuff.html");
  menuVideo.getItemById("9").target="_blank";
  menuVideo.addItem("10", "Video & Sound", "http://www.halowe-graphics.com/photo/video_editing_sound.html");
  menuVideo.getItemById("10").target="_blank";

  var menuGraphics=menuMgr.createMenu("graphics");
  menuGraphics.applyBorder(false, false, true, false);
  menuGraphics.dropShadow("bottomright", "10px");
  menuGraphics.addItem("1", "Web Graphics Main Page", "graphics.html");
  menuGraphics.addItem("2", "Animations Pages", "http://www.halowe-graphics.com/graphics/animated01.html");
  menuGraphics.getItemById("2").target="_blank";
  menuGraphics.addItem("3", "Backgrounds Pages", "http://www.halowe-graphics.com/graphics/backgrounds01.html");
  menuGraphics.getItemById("3").target="_blank";
  menuGraphics.addItem("4", "Mac Flash Pages", "http://www.halowe-graphics.com/flash/flash01.html");
  menuGraphics.getItemById("4").target="_blank";
  menuGraphics.addItem("5", "Zodiac Sample Site", "http://zodiac.hallowe.com");
  menuGraphics.getItemById("5").target="_blank";

  var menuShops=menuMgr.createMenu("shops");
  menuShops.applyBorder(false, false, true, false);
  menuShops.dropShadow("bottomright", "10px");
  menuShops.addItem("1", "Halogos Shirts, Mugs & more", "http://www.cafepress.com/halogos");
  menuShops.getItemById("1").target="_blank";
  menuShops.addItem("2", "HaloweGraphics MP3 Store", "http://astore.amazon.com/haloweg-20");
  menuShops.getItemById("2").target="_blank";
  menuShops.addItem("3", "Hal's Camera & Photo Store", "http://astore.amazon.com/hals-photography-20");
  menuShops.getItemById("3").target="_blank";
  menuShops.addItem("4", "Hal's Computer Store", "http://astore.amazon.com/hals_neat_stuff-20");
  menuShops.getItemById("4").target="_blank";
  menuShops.addItem("5", "Hal's Musical Instrument Store", "http://astore.amazon.com/hals_musical_instruments-20");
  menuShops.getItemById("5").target="_blank";
  menuShops.addItem("6", "Hal's Sports & Outdoor Store", "http://astore.amazon.com/armed_forces-20");
  menuShops.getItemById("6").target="_blank";
  menuShops.addItem("7", "Hal's Toy, Game & Video Store", "http://astore.amazon.com/hals_games-20");
  menuShops.getItemById("7").target="_blank";
  menuShops.addItem("8", "1 & 1 Web Hosting", "http://www.1and1.com/?k_id=7391019");
  menuShops.getItemById("8").target="_blank";

  var menuBar = menuMgr.createMenubar("menubar");
  menuBar.stlprf = "honey_";
  menuBar.orient = "V";
  menuBar.absWidth = 140;
  menuBar.showIcon = false;
  menuBar.addItem("1", "Home Page", "index.html");
  menuBar.addItem("2", "Armed Forces", "spl.html");
  menuBar.addItem("3", "Art Collecting", "art.html");
  menuBar.addItem("4", "Fun & Searches", "funandgames.html");
  menuBar.addItem("5", "Great Web Links", "great_links.html");
  menuBar.addItem("6", "Music Central", "music.html");
  menuBar.addItem("7", "Photo & Video", "photo.html");
  menuBar.addItem("8", "Web Graphics", "graphics.html");
  menuBar.addItem("9", "Web Shopping", "http://www.halogos.com");
  menuBar.addItem("10", "Contact Us", "http://wesencraft.com/tinc?key=0TmhZVQ5&formname=Contact");
  menuBar.getItemById("10").target="_blank";

  menuBar.addSubmenu("2", "afd", false, null, null, [0,0]);
  menuBar.addSubmenu("3", "art", false, null, null, [0,0]);
  menuBar.addSubmenu("4", "fun", false, null, null, [0,0]);
  menuBar.addSubmenu("5", "links", false, null, null, [0,0]);
  menuBar.addSubmenu("6", "music", false, null, null, [0,0]);
  menuBar.addSubmenu("7", "photo", false, null, null, [0,0]);
  menuBar.addSubmenu("8", "graphics", false, null, null, [0,0]);
  menuBar.addSubmenu("9", "shops", false, null, null, [0,0]);





