/*

  --- menu items ---

  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.

*/

var MENU_ITEMS = [

        ['Home', 'index.html', null, ],
 
        ['About Us', null, null,
            ['About Resogat', 'aboutus.html'],
            ['Memorial', 'memorial.html'],           
        ],

        ['Event',null , null, 
        	['2011 Event',   '2011resogat.html'],
		    ['Lessons', 'lessons.html'],
	    ],


        ['Location', 'location.html', null, ],

        ['Sponsors', null, null, 
		    ['2011', 'sponsors2011.html'],
	 ],
 
        ['Contact', null, null,

                ['Request Information', 'inforequest.html'],
                ['E-mail us', 'mailto:pammydavis@triad.rr.com'],

        ],

        ['Gallery', null, null,
                ['Pictures 2010', '2010gallery.html', null,],
				['Video 2011', 'video2011.html', null,],			
        ],

        ['Tabs/Ref',null , null,

                ['Tablature', 'tabs1.html'],
                ['Dobro (History)', 'dobrohist1.html'],
                ['Dobro (Construction)', 'dobrohist2.html'],
                ['Dobro (Models)', 'dobrohist3.html'],

        ],



        ['Links', 'links.html', null, ],

];

