function swapNavDesc(id) {
	// 3 Resorts
	if (id == "3-banff-lake-louise-ski-resorts") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Our 3 Resorts</h1><p>The three resorts offer almost 8,000 acres of skiable terrain on one convenient, tri-area lift ticket. There's terrain to suit every level and desire, from gentle groomed runs to some of the world's most extreme in-bounds challenges.</p>";
	}
	if (id == "banff-lake-louise-snow-weather-reports") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Snow Report</h1><p>Get the daily snow report from the three resorts.</p>";
	}
	if (id == "banff-lake-louise-web-cams") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Web Cams</h1><p>View the live web cams from the three resorts. Live web cams are placed at various locations at each resort, and are updated every few minutes during the winter ski season.</p>";
	}
	if (id == "banff-lake-louise-trail-maps") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Trail Maps</h1><p>View the interactive trail maps from each of the three resorts. Upload your favourite photo and video moments from your Banff-Lake Louise vacation and place them directly on the trail maps!</p>";
	}
	if (id == "banff-lake-louise-getting-here") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Getting Here</h1><p>Banff-Lake Louise offers plenty of options for a convenient, hassle-free vacation. Fly into Calgary International Airport and connect with one of the many transfer options for a quick and easy 90 minute drive into Banff National Park.</p>";
	}
	if (id == "banff-lake-louise-events") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Events Calendar</h1><p>Check out the upcoming events at the  Banff-Lake Louise ski resorts.</p>";
	}
	if (id == "banff-lake-louise-photos") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Photos</h1><p>Check out our shots of all the action up on the slopes!</p>";
	}
	if (id == "banff-lake-louise-videos") {
		document.getElementById("navDesc_3Resorts").innerHTML = "<h1>Videos</h1><p>Our videos showcase all of the amazing skiing and snowboarding on offer in Banff National Park. Keep an eye out for our BanffSnow.com series, shot throughout each season!</p>";
	}
	
	// Your Vacation
	if (id == "banff-lake-louise-ski-vacations") {
		document.getElementById("navDesc_YourVacation").innerHTML = "<h1>Plan Your Vacation</h1><p>Whatever your desire: a quest to ski or ride our dry, light powder, a family adventure or a luxurious escape, you'll have the ideal vacation in Canada's Protected Playground, Banff National Park!</p>";
	}
	if (id == "vacation-specials") {
		document.getElementById("navDesc_YourVacation").innerHTML = "<h1>Vacation Specials</h1><p>Winter 2011-12 is getting closer and now is the best time to book your ski vacation, securing great early-bird deals. By packaging all the aspects that make up a great vacation, we're able to offer many special bonuses and massive savings!</p>";
	}
	if (id == "banff-lake-louise-vacation-lodging") {
		document.getElementById("navDesc_YourVacation").innerHTML = "<h1>Lodging</h1><p>Banff-Lake Louise is home to accommodation to suit all tastes and budgets. Have a look below to see which right for you.</p>";
	}
	if (id == "banff-lake-louise-group-ski-vacations") {
		document.getElementById("navDesc_YourVacation").innerHTML = "<h1>Groups</h1><p>A group vacation is an exciting experience! We can provide discounts, special events and customized itineraries for groups large and small, to offer you the trip of a lifetime.</p>";
	}
	if (id == "banff-lake-louise-apres-ski") {
		document.getElementById("navDesc_YourVacation").innerHTML = "<h1>Apr&#232;s Ski</h1><p>Not only does Banff-Lake Louise offer the world's finest skiing and riding, but there are many activities to keep you entertained in the evening or on a well earned day off.</p>";
	}
	if (id == "banff-lake-louise-kids-programs") {
		document.getElementById("navDesc_YourVacation").innerHTML = "<h1>Kids Programs</h1><p>Children of all ages are welcome in Banff-Lake Louise! There are many combinations of play and snow school to meet the needs and wants of your family, at all three resorts.</p>";
	}
	if (id == "banff-lake-louise-vacation-testimonials") {
		document.getElementById("navDesc_YourVacation").innerHTML = "<h1>Testimonials</h1><p>See what our guests from around the world have to say about skiing in Banff-Lake Louise.</p>";
	}
	
	// Shop Online
	if (id == "banff-lake-louise-shopping") {
		document.getElementById("navDesc_ShopOnline").innerHTML = "<h1>Shop Online</h1><p>Make your vacation even easier by planning in advance. Here you can order tri-area lift tickets, equipment rentals, ski school lessons and season passes with our secure online booking system.</p>";
	}
	if (id == "banff-lake-louise-lift-tickets") {
		document.getElementById("navDesc_ShopOnline").innerHTML = "<h1>Lift Tickets</h1><p>Our convenient tri-area lift ticket offers unlimited skiing and riding on almost 8,000 acres of terrain, at all three ski areas in Banff National Park. And our tickets provide transportation to and from the resorts, so all you have to worry about is having fun.</p>";
	}
	if (id == "banff-lake-louise-ski-snowboard-rentals") {
		document.getElementById("navDesc_ShopOnline").innerHTML = "<h1>Rentals</h1><p>Great equipment can make all the difference to your performance, so we offer the best in ski and snowboard gear for every ability and style.</p>";
	}
	if (id == "banff-lake-louise-snow-school") {
		document.getElementById("navDesc_ShopOnline").innerHTML = "<h1>Snow School Lessons</h1><p>What better way to explore Banff National Park's three ski resorts than with your own ski instructor. Book your Club Ski experience today .</p>";
	}
	if (id == "banff-lake-louise-merchandise") {
		document.getElementById("navDesc_ShopOnline").innerHTML = "<h1>Merchandise</h1><p>Purchase official Ski Banff-Lake Louise-Sunshine merchandise at the Banff Ski Hub.</p>";
	}
	if (id == "banff-lake-louise-season-passes") {
		document.getElementById("navDesc_ShopOnline").innerHTML = "<h1>Season Passes</h1><p>The Big 3 Season Pass offers unlimited access to almost 8,000 acres of terrain at great value. Purchase your Big 3 season pass online today!</p>";
	}
}
