                var aSubmenuData = [
                
                    {
                        id: "multimedia", 
                        itemdata: [ 
                            { text: "WebCam", url: "multi_webcam.html" },
                            { text: "Photo Gallery", url: "multi_photo_gallery.html" },
                            { text: "Virtual Tours", url: "multi_virtual_tours.html" },
                            { text: "Wallpaper", url: "multi_wallpaper.html" }
                        ]
                    },

                    {
                        id: "about", 
                        itemdata: [
                            { text: "Book a Meeting or Event", url: "about_book_meeting_event.html" },
                            { text: "Stadium Tours", url: "about_stadium_tours.html" },
                            { text: "Stadium Quick Facts", url: "about_quick_facts.html" },
                            { text: "Construction", url: "about_construction.html" },
                            { text: "Financing", url: "about_financing.html" },
			    { text: "Design", url: "about_design.html" },
			    { text: "Planning History", url: "about_planning_history.html" },
			    { text: "TCF Agreement", url: "about_tcf_agreement.html" }
                        ]    
                    },
                    {
                        id: "supportstadium", 
                        itemdata: [
                            //{ text: "Statewide County Tour", url: "support_county_tour.html" },
                            //{ text: "Buy a Brick", url: "support_buy_brick.html" },
                            { text: "Donate to the Stadium", url: "support_donate_to_stadium.html" },
                            { text: "M Room", url: "support_m_room.html" },
                            { text: "Band Room", url: "support_band_room.html" }
                        ] 
                    },                     
                    {
                        id: "parkingtransportation", 
                        itemdata: [
                            { text: "Season Ticket Holder Parking", url: "prk_season_ticket_holder_parking.html" },
                            { text: "Single Game Parking", url: "prk_single_game_parking.html" },
                            { text: "RV Parking", url: "prk_rv_parking.html" },
                            { text: "Disability Parking", url: "prk_disability_parking.html" },
                            { text: "Directions to the Campus/Maps", url: "prk_directions_to_campus.html" },
                            { text: "Gameday Traffic Restrictions", url: "prk_gameday_traffic_restrictions.html" },
                            { text: "Tailgating", url: "prk_tailgating.html" },
                            { text: "Gopher Football Shuttles", url: "prk_gopher_football_shuttles.html" },
                            { text: "Public Transportation", url: "prk_public_transportation.html" },
                            { text: "Pedestrians and Bicyclists", url: "prk_peds_bikes.html" }
                        ] 
                    },
                    {
                        id: "gophergameday",
                        itemdata: [
			    { text: "Just for Students", url: "gameday_just_for_students.html" },
			    { text: "Stadium Maps", url: "gameday_stadium_map.html" },
			    { text: "Gopher Fan Guide (print version)", url: "docs/gameday_guide_2009.pdf", target: "uofm" },
			    { text: "Gopher Traditions", url: "gameday_gopher_traditions.html" },
			    { text: "Sportsmanship", url: "gameday_sportsmanship.html" },
			    { text: "Tailgating", url: "prk_tailgating.html" },
			    { text: "Preferred Hotels", url: "gameday_preferred_hotels.html" },
			    { text: "Dining Around Campus", url: "gameday_dining_around_campus.html" },
			    { text: "Other Campus Activities", url: "gameday_other_campus_activities.html" }
                        ]
                    },
                    {
                        id: "schedule",
                        itemdata: [
                            { text: "Special Events", url: "schedule_special_events.html"},
							{ text: "September 12 vs. Air Force", url: "schedule_0912.html"},
			    { text: "September 19 vs. Cal", url: "schedule_0919.html"},
			    { text: "October 3 vs. Wisconsin", url: "schedule_1003.html"},
			    { text: "October 10 vs. Purdue", url: "schedule_1010.html"},
			    { text: "October 31 vs. Michigan State", url: "schedule_1031.html"},
			    { text: "November 7 vs. Illinois", url: "schedule_1107.html"},
			    { text: "November 14 vs. South Dakota State", url: "schedule_1114.html"}
                        ]
                    },
                    {
                        id: "tickets",
                        itemdata: [
                            { text: "View from Seats", url: "http://www.seats3d.com/ncaa/university_minnesota/football/", target: "_uofm" },
                            { text: "Single Game Tickets", url: "tix_single_game.html" },
                            { text: "Group Tickets", url: "tix_group_tickets.html" },
                            { text: "Student Tickets", url: "tix_student_tickets.html" },
                            { text: "Season Tickets", url: "tix_season_tickets.html" },
                            { text: "Premium Tickets", url: "tix_premium_tickets.html" },
                            { text: "Disability Tickets", url: "tix_disability_tickets.html" }
                        ]
                    }					

			];