/*
  --- 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','pages/home.html', null],

	['About Us','pages/about.html', null],

        ['Soccer Tours','pages/soccer.html',null], 

	['Volleyball Tours', 'pages/volleyball.html',null],
		
	['Basketball Tours', 'pages/basketball.html',null],

        ['Contact Us','pages/contact.html',null],

        ['Items for Sale','pages/itemsForSale.html',null],

        ['Internship','pages/internship.html',null],

	['News','pages/news.html',null],

        ['Links','pages/links.html',null],
        
        ['Additional Soccer Tours', null, null,
            ['Londrina Soccer Tour','pages/Soccer_Tour_10_days_in_Londrina.html'],
            ['Santos Soccer Tour','pages/Santos.html'],
        ],
	
];