/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'Hungry_Horse.htm', {'sw':60}],
    ['Visitor Info', 'hgvisit.htm', {'sw':140},
        ['Location', 'hgvisit.htm#Location'],
        ['Getting There', 'hgvisit.htm#Getting'],
        ['Description', 'hgvisit.htm#Description'],
        ['Newspapers', 'hgvisit.htm#Media']
	],	
	['Accommodations', 'hgaccom.htm', {'sw':140},
		['Bed & Breakfast', 'bedandbreakfast.htm'],
		['Cabins', 'cabins.htm'],
		['Campgrounds', 'campgrounds.htm'],
		['Hotels & Motels', 'hotels.htm'],
		['RV Parks', 'campgrounds.htm'],
		['Vacation Rentals', 'rentals.htm']
	],
	['Attractions', 'hgattract.htm', {'sw':140},
		['Public Lands', 'hgattract.htm#Lands']
	],
	['Activities','hgactivities.htm', {'sw':140},
		['Guides & Outfitters', 'hgactivities.htm#Guides'],
		['Rafting', 'hgactivities.htm#Rafting']
    ],
	['Shopping','shopping.htm', {'sw':140},
		['Antiques', 'shopping.htm#Antiques'],
		['Gifts', 'shopping.htm#Gifts']
    ]
];

