
function WisconsinDellsNavigation(){
	 var wisDellsNav =  '<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/familyvacation.cfm" class="LeftNavInactive" id="_familyFun">Family Fun</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/history.cfm" class="LeftNavInactive" id="_history">History &amp; Heritage</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/classic.cfm" class="LeftNavInactive" id="_classic">Classic Wisconsin Dells</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/nature.cfm" class="LeftNavInactive" id="_scenery">Scenery &amp; Nature</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/shopping.cfm" class="LeftNavInactive" id="_shopping">Shopping</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/dining.cfm" class="LeftNavInactive" id="_dining">Dining</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/downtowndells.cfm" class="LeftNavInactive" id="_downtown">Downtown Dells</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/romantic.cfm" class="LeftNavInactive" id="_relax">Relaxation &amp; Romance</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/entertainment.cfm" class="LeftNavInactive" id="_entertainment">Entertainment &amp; Nightlife</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/seasons.cfm" class="LeftNavInactive" id="_seasons">Seasons in the Dells</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/tour.cfm" class="LeftNavInactive" id="_tour">Video Tour</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDells/inthenews.cfm" class="LeftNavInactive" id="_inthenews">In The News</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_guides">Searchable Online Guides</a></div>';
							
	document.write(wisDellsNav);	
	
	var overview = document.getElementById("_overview");
	var familyFun = document.getElementById("_familyFun");
	var history = document.getElementById("_history");
	var classic = document.getElementById("_classic");
	var scenery = document.getElementById("_scenery");
	var shopping = document.getElementById("_shopping");
	var dining = document.getElementById("_dining");
	var downtown = document.getElementById("_downtown");
	var relax = document.getElementById("_relax");
	var entertainment = document.getElementById("_entertainment");
	var seasons = document.getElementById("_seasons");
	var tour = document.getElementById("_tour");
	var inthenews = document.getElementById("_inthenews");
	var guides = document.getElementById("_guides");	
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "dellsriverdistrict.cfm":
			shopping.className = "LeftNavActive";
			break;
		case "entertainment.cfm":
			entertainment.className  = "LeftNavActive";
			break;	
		case "familyvacation.cfm":
			familyFun.className  = "LeftNavActive";
			break;
		case "golfdestination.cfm":
			seasons.className  = "LeftNavActive";
			break;
		case "grown-upmustdolist.cfm":
			relax.className  = "LeftNavActive";
			break;
		case "healthyworkouts.cfm":
			scenery.className  = "LeftNavActive";
			break;
		case "hhbennettmuseum.cfm":
			history.className  = "LeftNavActive";
			break;
		case "history.cfm":
			history.className  = "LeftNavActive";
			break;
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "indulgeinaspa.cfm":
			relax.className  = "LeftNavActive";
			break;
		case "interactivefinds.cfm":
			familyFun.className  = "LeftNavActive";
			break;
		case "largestwaterparks.cfm":
			familyFun.className  = "LeftNavActive";
			break;
		case "minigolf.cfm":
			entertainment.className = "LeftNavActive";
			break;
		case "mostextremerides.cfm":
			familyFun.className  = "LeftNavActive";
			break;
		case "nativeamericanroots.cfm":
			history.className  = "LeftNavActive";
			break;
		case "nature.cfm":
			scenery.className  = "LeftNavActive";
			break;
		case "nightscene.cfm":
			entertainment.className  = "LeftNavActive";
			break;
		case "romantic.cfm":
			relax.className  = "LeftNavActive";
			break;
		case "seasons.cfm":
			seasons.className  = "LeftNavActive";
			break;
		case "shopping.cfm":
			shopping.className  = "LeftNavActive";
			break;	
		case "shoppingnumber1.cfm":
			shopping.className  = "LeftNavActive";
			break;
		case "seetheriver.cfm":
			scenery.className  = "LeftNavActive";
			break;
		case "tastiesttreats.cfm":
			relax.className  = "LeftNavActive";
			break;
		case "tour.cfm":
			tour.className  = "LeftNavActive";
			break;	
		case "unexpectedfinds.cfm":
			history.className  = "LeftNavActive";
			break;
		case "whatsaDUCK.cfm":
			scenery.className  = "LeftNavActive";
			break;
		case "wisdellsreinventsitself.cfm":
			seasons.className  = "LeftNavActive";
			break;
		case "wollersheimestate.cfm":
			relax.className  = "LeftNavActive";
			break;
		case "dining.cfm":
			dining.className  = "LeftNavActive";
			break;
		case "classic.cfm":
			classic.className  = "LeftNavActive";
			break;
		case "inthenews.cfm":
			inthenews.className  = "LeftNavActive";
			break;
		case "downtowndells.cfm":
			downtown.className  = "LeftNavActive";
			break;
		default:		
	}
}

function WisconsinDellsWaterparks(){
	 var wisDellsNav =  '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsWaterParks/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsWaterParks/outdoor.cfm" class="LeftNavInactive" id="_outdoor">Outdoor Waterparks</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsWaterParks/indoorwaterparks.cfm" class="LeftNavInactive" id="_indoor">Indoor Waterparks</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_guides">Searchable Online Guides</a></div>';
							
	document.write(wisDellsNav);	
	
	var overview = document.getElementById("_overview");	
	var outDoor = document.getElementById("_outdoor");
	var inDoor = document.getElementById("_indoor");
	var guides = document.getElementById("_guides");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "outdoor.cfm":
			outDoor.className = "LeftNavActive";
			break;
		case "indoorwaterparks.cfm":
			inDoor.className  = "LeftNavActive";
			break;
		default:		
		
	}
}

function WisconsinDellsAttractions(){
	 var wisDellsNav = 	'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/water.cfm" class="LeftNavInactive" id="_waterparks">Waterparks</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/amusementpark.cfm" class="LeftNavInactive" id="_rides">Amusement Parks &amp; Rides</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/tours.cfm" class="LeftNavInactive" id="_tours">Scenic Tours</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/golf.cfm" class="LeftNavInactive" id="_golf">Golf</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/entertainment.cfm" class="LeftNavInactive" id="_entertain">Live Entertainment &amp; Theaters</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/museums.cfm" class="LeftNavInactive" id="_museums">Museums &amp; Interactive Exhibits</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/sports.cfm" class="LeftNavInactive" id="_sports">Sports &amp; Recreation</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/casino.cfm" class="LeftNavInactive" id="_gaming">Gaming</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/animals.cfm" class="LeftNavInactive" id="_animals">Animal-Related Attractions</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/spa.cfm" class="LeftNavInactive" id="_spas">Spas</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/activities.cfm" class="LeftNavInactive" id="_attractions">Other Attractions</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/shops.cfm" class="LeftNavInactive" id="_shop">Shopping</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/events.cfm" class="LeftNavInactive" id="_events">Festivals &amp; Events</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsAttractions/viewallattractions.cfm" class="LeftNavInactive" id="_activites">View All Attractions &amp; Activities</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_guides">Searchable Online Guides</a></div>';
							
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overview");	
	var waterparks = document.getElementById("_waterparks");
	var rides = document.getElementById("_rides");
	var tours = document.getElementById("_tours");
	var golf = document.getElementById("_golf");
	var entertain = document.getElementById("_entertain");
	var museums = document.getElementById("_museums");
	var shop = document.getElementById("_shop");
	var gaming = document.getElementById("_gaming");
	var sports = document.getElementById("_sports");
	var spas = document.getElementById("_spas");
	var animals = document.getElementById("_animals");
	var attractions = document.getElementById("_attractions");
	var events = document.getElementById("_events");
	var activites = document.getElementById("_activites");
	var guides = document.getElementById("_guides");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "water.cfm":
			waterparks.className = "LeftNavActive";
			break;
		case "amusementpark.cfm":
			rides.className  = "LeftNavActive";
			break;
		case "tours.cfm":
			tours.className  = "LeftNavActive";
			break;
		case "entertainment.cfm":
			entertain.className = "LeftNavActive";
			break;
		case "museums.cfm":
			museums.className  = "LeftNavActive";
			break;
		case "shops.cfm":
			shop.className  = "LeftNavActive";
			break;
		case "casino.cfm":
			gaming.className = "LeftNavActive";
			break;
		case "sports.cfm":
			sports.className  = "LeftNavActive";
			break;
		case "spa.cfm":
			spas.className  = "LeftNavActive";
			break;
		case "animals.cfm":
			animals.className = "LeftNavActive";
			break;
		case "activities.cfm":
			attractions.className  = "LeftNavActive";
			break;
		case "events.cfm":
			events.className  = "LeftNavActive";
			break;
		case "flakeout.cfm":
			events.className  = "LeftNavActive";
			break;
		case "events.cfm":
			automotion.className  = "LeftNavActive";
			break;
		case "events.cfm":
			wozhawadays.className  = "LeftNavActive";
			break;
		case "events.cfm":
			autumnharvest.className  = "LeftNavActive";
			break;
		case "viewallattractions.cfm":
			activites.className  = "LeftNavActive";
			break;
		case "golf.cfm":
			golf.className  = "LeftNavActive";
			break;
		default:		
		
	}
}

function WisconsinDellsLodging(){
	 var wisDellsNav =	'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/resorts.cfm" class="LeftNavInactive" id="_resorts">Resorts</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/hotels.cfm" class="LeftNavInactive" id="_hotels">Hotels &amp; Motels</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/waterproperties.cfm" class="LeftNavInactive" id="_waterproperties">Properties with Water Activites</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/cabins.cfm" class="LeftNavInactive" id="_cabins">Cabins &amp; Cottages</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/condos.cfm" class="LeftNavInactive" id="_condos">Condominiums</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/houserental.cfm" class="LeftNavInactive" id="_houserental">House Rentals</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/bedandbreakfast.cfm" class="LeftNavInactive" id="_bedandbreakfast">Bed &amp; Breakfasts</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/camping.cfm" class="LeftNavInactive" id="_camping">Camping</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/searchall.cfm" class="LeftNavInactive" id="_searchall">Search All Places to Stay</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsLodging/reservations.cfm" class="LeftNavInactive" id="_reservations">Reservation Hints &amp; Tips</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_guides">Searchable Online Guides</a></div>';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overview");
	var resorts = document.getElementById("_resorts");
	var hotels = document.getElementById("_hotels");
	var waterproperties = document.getElementById("_waterproperties");
	var cabins = document.getElementById("_cabins");
	var condos = document.getElementById("_condos");
	var houserental = document.getElementById("_houserental");
	var bedandbreakfast = document.getElementById("_bedandbreakfast");
	var camping = document.getElementById("_camping");
	var searchall = document.getElementById("_searchall");
	var reservations = document.getElementById("_reservations");
	var guides = document.getElementById("_guides");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "resorts.cfm":
			resorts.className = "LeftNavActive";
			break;
		case "hotels.cfm":
			hotels.className  = "LeftNavActive";
			break;
		case "waterproperties.cfm":
			waterproperties.className  = "LeftNavActive";
			break;
		case "cabins.cfm":
			cabins.className = "LeftNavActive";
			break;
		case "condos.cfm":
			condos.className  = "LeftNavActive";
			break;
		case "houserental.cfm":
			houserental.className  = "LeftNavActive";
			break;
		case "bedandbreakfast.cfm":
			bedandbreakfast.className  = "LeftNavActive";
			break;
		case "camping.cfm":
			camping.className = "LeftNavActive";
			break;
		case "searchall.cfm":
			searchall.className  = "LeftNavActive";
			break;
		case "reservations.cfm":
			reservations.className  = "LeftNavActive";
			break;
		case "alphalisting.cfm":
			searchall.className  = "LeftNavActive";
			break;
		case "searchresults.cfm":
			searchall.className  = "LeftNavActive";
			break;		
		default:		
		
	}
}

function WisconsinDellsRestaurants(){
	 var wisDellsNav =	'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/kids.cfm" class="LeftNavInactive" id="_kids">Kid-Friendly</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/casual.cfm" class="LeftNavInactive" id="_casual">Casual</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/fine.cfm" class="LeftNavInactive" id="_fine">Fine Dining</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/ethnic.cfm" class="LeftNavInactive" id="_ethnic">Ethnic</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/bars.cfm" class="LeftNavInactive" id="_bars">Bars &amp; Lounges</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/catering.cfm" class="LeftNavInactive" id="_catering">Catering</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/concessions.cfm" class="LeftNavInactive" id="_concessions">Concessions/Snack Bars</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsRestaurants/searchall.cfm" class="LeftNavInactive" id="_searchall">Search All Restaurants</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_guides">Searchable Online Guides</a></div>';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overview");
	var kids = document.getElementById("_kids");
	var casual = document.getElementById("_casual");
	var fine = document.getElementById("_fine");
	var ethnic = document.getElementById("_ethnic");
	var bars = document.getElementById("_bars");
	var catering = document.getElementById("_catering");
	var concessions = document.getElementById("_concessions");
	var searchall = document.getElementById("_searchall");
	var guides = document.getElementById("_guides");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "kids.cfm":
			kids.className = "LeftNavActive";
			break;
		case "casual.cfm":
			casual.className  = "LeftNavActive";
			break;
		case "fine.cfm":
			fine.className  = "LeftNavActive";
			break;
		case "ethnic.cfm":
			ethnic.className = "LeftNavActive";
			break;
		case "bars.cfm":
			bars.className  = "LeftNavActive";
			break;
		case "catering.cfm":
			catering.className  = "LeftNavActive";
			break;
		case "concessions.cfm":
			concessions.className  = "LeftNavActive";
			break;
		case "searchall.cfm":
			searchall.className  = "LeftNavActive";
			break;
		case "searchresults.cfm":
			searchall.className  = "LeftNavActive";
			break;
		default:
	}
}

function WisconsinDellsSpecials(){
	 var wisDellsNav =	'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsSpecials/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsSpecials/packagesearchall.cfm" class="LeftNavInactive" id="_packages">Packages &amp; Deals</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsSpecials/giftcard.cfm" class="LeftNavInactive" id="_giftcard">Gift Card</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsSpecials/deals.cfm" class="LeftNavInactive" id="_deals">Getting the Best Deals</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsSpecials/newsletter.cfm" class="LeftNavInactive" id="_enewsletter">E-Newsletter Sign Up</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_guides">Searchable Online Guides</a></div>';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overview");
	var packages = document.getElementById("_packages");
	var coupons = document.getElementById("_coupons");
	var giftcard = document.getElementById("_giftcard");
	var deals = document.getElementById("_deals");
	var enewsletter = document.getElementById("_enewsletter");
	var guides = document.getElementById("_guides");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "packagesearchall.cfm":
			packages.className = "LeftNavActive";
			break;
		case "packagesearchresults.cfm":
			packages.className = "LeftNavActive";
			break;
		case "coupons.cfm":
			coupons.className  = "LeftNavActive";
			break;
		case "giftcard.cfm":
			giftcard.className  = "LeftNavActive";
			break;
		case "giftcardcart.cfm":
			giftcard.className  = "LeftNavActive";
			break;
		case "giftcardlogin.cfm":
			giftcard.className  = "LeftNavActive";
			break;
		case "giftcardcheckout1.cfm":
			giftcard.className  = "LeftNavActive";
			break;
		case "giftcardcheckout2.cfm":
			giftcard.className  = "LeftNavActive";
			break;
		case "giftcardcheckout3.cfm":
			giftcard.className  = "LeftNavActive";
			break;
		case "giftcardorderthanks.cfm":
			giftcard.className  = "LeftNavActive";
			break;
		case "deals.cfm":
			deals.className = "LeftNavActive";
			break;
		case "newsletter.cfm":
			enewsletter.className  = "LeftNavActive";
			break;
		case "enewsletterthanks.cfm":
			enewsletter.className  = "LeftNavActive";
			break;
		default:
	}
}

function WisconsinDellsVacation(){
	 var wisDellsNav =	'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/planner.cfm" class="LeftNavInactive" id="_planner">My Vacation Itinerary</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/visitorinformation.cfm" class="LeftNavInactive" id="_visitorinformation">Visitor Information</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/businesscategories.cfm" class="LeftNavInactive" id="_business">Area Businesses</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/map.cfm" class="LeftNavInactive" id="_map">Map &amp; Directions</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/weather.cfm" class="LeftNavInactive" id="_weather">Weather</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/transportation.cfm" class="LeftNavInactive" id="_transportation">Transportation</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/travel.cfm" class="LeftNavInactive" id="_travel">Travel Tips</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/guide.cfm" class="LeftNavInactive" id="_guide">Request a Vacation Guide</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_onlineguides">Searchable Online Guides</a></div>';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overview");
	var planner = document.getElementById("_planner");
	var visitorinformation = document.getElementById("_visitorinformation");
	var business = document.getElementById("_business");
	var map = document.getElementById("_map");
	var weather = document.getElementById("_weather");
	var transportation = document.getElementById("_transportation");
	var travel = document.getElementById("_travel");
	var guide = document.getElementById("_guide");
	var onlineguides = document.getElementById("_onlineguides");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "planner.cfm":
			planner.className = "LeftNavActive";
			break;
			case "plannerRegistration.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerregistration.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerView.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerEdit.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerSignIn.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerForgotPassword.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerSearchLodging.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerSearchRestaurants.cfm":
				planner.className = "LeftNavActive";
				break;
			case "plannerSearchAttractions.cfm":
				planner.className = "LeftNavActive";
				break;
		case "visitorinformation.cfm":
			visitorinformation.className  = "LeftNavActive";
			break;
		case "business.cfm":
			business.className  = "LeftNavActive";
			break;
		case "businesscategories.cfm":
			business.className  = "LeftNavActive";
			break;
		case "map.cfm":
			map.className  = "LeftNavActive";
			break;
		case "weather.cfm":
			weather.className = "LeftNavActive";
			break;
		case "transportation.cfm":
			transportation.className  = "LeftNavActive";
			break;
		case "travel.cfm":
			travel.className  = "LeftNavActive";
			break;
		case "guide.cfm":
			guide.className  = "LeftNavActive";
			break;
		case "guidethanks.cfm":
			guide.className  = "LeftNavActive";
			break;
		case "onlineguides/index.cfm":
			onlineguides.className  = "LeftNavActive";
			break;
		default:
	}
}
/***** Meeting and Group ****/
function RenderMeetingGroupLandingLeftNav()
{
    var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMeetingGroup/index.cfm" class="LeftNavInactive" id="_overview">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMeetingGroup/ChooseWisconsinDells/index.cfm" class="LeftNavInactive" id="_whyWisconsinDellsLeftNav">Why Wisconsin Dells</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMeetingGroup/MeetingPlanning/index.cfm" class="LeftNavInactive" id="_meetingPlanningLeftNav">Meeting Planning</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMeetingGroup/GroupEvents/index.cfm" class="LeftNavInactive" id="_groupsAndToursLeftNav">Groups &amp; Tours</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMeetingGroup/SportsTournaments/index.cfm" class="LeftNavInactive" id="_sportsLeftNav">Sports &amp; Tournaments</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMeetingGroup/EventsCalendar/index.cfm" class="LeftNavInactive" id="_eventsCalendarLeftNav">Events Calendar</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMeetingGroup/BusinessDirectory/index.cfm" class="LeftNavInactive" id="_businessDirectoryCalendarLeftNav">Business Directory</a></div>\n';
        							
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overview");
	var whyWisconsinDells = document.getElementById("_whyWisconsinDellsLeftNav");
	var meetingPlanning = document.getElementById("_meetingPlanningLeftNav");
	var groupsAndTours = document.getElementById("_groupsAndToursLeftNav");
	var sports = document.getElementById("_sportsLeftNav");
	var eventsCalendar = document.getElementById("_eventsCalendarLeftNav");
	var businessDirectoryCalendar = document.getElementById("_businessDirectoryCalendarLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-2])
	{
		case "wisconsindellsmeetinggroup":
			overview.className = "LeftNavActive";
			break;
		case "choosewisconsindells":
			whyWisconsinDells.className = "LeftNavActive";
			break;
		case "meetingplanning":
			meetingPlanning.className = "LeftNavActive";
			break;
		case "groupevents":
			groupsAndTours.className = "LeftNavActive";
			break;
		case "sportstournaments":
			sports.className = "LeftNavActive";
			break;
		case "eventscalendar":
			eventsCalendar.className = "LeftNavActive";
			break;
		case "BusinessDirectory":
			businessDirectoryCalendar.className = "LeftNavActive";
			break;
		default:
	}
}
function RenderWhyWisconsinDellsLeftNav()
{
    var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/choosewisconsindells/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/choosewisconsindells/areafacts.cfm" class="LeftNavInactive" id="_areaFactsLeftNav">Area Facts</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/choosewisconsindells/transportation.cfm" class="LeftNavInactive" id="_transportationLeftNav">Transportation</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/choosewisconsindells/weather.cfm" class="LeftNavInactive" id="_weatherLeftNav">Weather</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/choosewisconsindells/thingstodo.cfm" class="LeftNavInactive" id="_thingsToDoLeftNav">Things to Do</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_onlineguides">Searchable Online Guides</a></div>\n';
        							
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var areaFacts = document.getElementById("_areaFactsLeftNav");
	var transportation = document.getElementById("_transportationLeftNav");
	var weather = document.getElementById("_weatherLeftNav");
	var thingsToDo = document.getElementById("_thingsToDoLeftNav");
	var onlineguides = document.getElementById("_onlineguidesLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-1])
	{
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "areafacts.cfm":
			areaFacts.className = "LeftNavActive";
			break;
		case "transportation.cfm":
			transportation.className = "LeftNavActive";
			break;
		case "weather.cfm":
			weather.className = "LeftNavActive";
			break;
		case "thingstodo.cfm":
			thingsToDo.className = "LeftNavActive";
			break;
		default:
	}
}
function RenderMeetingPlanningLeftNav()
{
   var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/meeting_planner_email.cfm" class="LeftNavInactive" id="_requestProposalLeftNav">Request for Proposal & Meeting Planning Information</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/bureauservice.cfm" class="LeftNavInactive" id="_bureauLeftNav">Bureau Services</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/facility.cfm" class="LeftNavInactive" id="_facilityLeftNav">Facility Search</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/maps.cfm" class="LeftNavInactive" id="_mapsLeftNav">Maps</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/newsletter.cfm" class="LeftNavInactive" id="_newsletterLeftNav">E-Newsletter Sign-Up</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/images.cfm" class="LeftNavInactive" id="_requestLeftNav">Request Images</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/greenmeeting.cfm" class="LeftNavInactive" id="_greenmeetingLeftNav">Green Meeting Tips</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/meetingplanning/contactmeetingplanner.cfm" class="LeftNavInactive" id="_contactLeftNav">Contact Meeting Planning Staff</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_meetingguidesLeftNav">Searchable Online Guides</a></div>\n';
        							
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var proposal = document.getElementById("_requestProposalLeftNav");
	var bureauservice = document.getElementById("_bureauLeftNav");
	var facility = document.getElementById("_facilityLeftNav");
	var maps = document.getElementById("_mapsLeftNav");
	var newsletter = document.getElementById("_newsletterLeftNav");
	var images = document.getElementById("_requestLeftNav");
	var greenmeeting = document.getElementById("_greenmeetingLeftNav");
	var contactmeetingplanner = document.getElementById("_contactLeftNav");
	var meetingguides = document.getElementById("_meetingguidesLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-1])
	{
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "meeting_planner_email.cfm":
			proposal.className = "LeftNavActive";
			break;
		case "bureauservice.cfm":
			bureauservice.className = "LeftNavActive";
			break;
		case "facility.cfm":
			facility.className = "LeftNavActive";
			break;
		case "maps.cfm":
			maps.className = "LeftNavActive";
			break;
		case "newsletter.cfm":
			newsletter.className = "LeftNavActive";
			break;
		case "newsletterthanks.cfm":
			newsletter.className = "LeftNavActive";
			break;
		case "images.cfm":
			images.className = "LeftNavActive";
			break;
		case "greenmeeting.cfm":
			greenmeeting.className = "LeftNavActive";
			break;
		case "contactmeetingplanner.cfm":
			contactmeetingplanner.className = "LeftNavActive";
			break;
		default:
	}
}
function RenderGroupEventsLeftNav()
{
  var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/groupevents/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/groupevents/requestgrouptravelinfo.cfm" class="LeftNavLargeInactive" id="_requestLeftNav">Request Group Travel information</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/groupevents/bureauservice.cfm" class="LeftNavInactive" id="_bureauLeftNav">Bureau Services</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/groupevents/specialevents.cfm" class="LeftNavInactive" id="_eventsLeftNav">Special Event Venues</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/groupevents/groupdining.cfm" class="LeftNavInactive" id="_diningLeftNav">Group Dining</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/groupevents/contactgroupplanning.cfm" class="LeftNavInactive" id="_contactLeftNav">Contact Group Planning Staff</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_onlineguides">Searchable Online Guides</a></div>\n';
        							
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var requestgrouptravelinfo = document.getElementById("_requestLeftNav");
	var bureauservice = document.getElementById("_bureauLeftNav");
	var specialevents = document.getElementById("_eventsLeftNav");
	var groupdining = document.getElementById("_diningLeftNav");
	var contactgroupplanning = document.getElementById("_contactLeftNav");
	var onlineguides = document.getElementById("_onlineguidesLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-1])
	{
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "requestgrouptravelinfo.cfm":
			requestgrouptravelinfo.className = "LeftNavLargeActive";
			break;
		case "bureauservice.cfm":
			bureauservice.className = "LeftNavActive";
			break;
		case "specialevents.cfm":
			specialevents.className = "LeftNavActive";
			break;
		case "groupdining.cfm":
			groupdining.className = "LeftNavActive";
			break;
		case "contactgroupplanning.cfm":
			contactgroupplanning.className = "LeftNavActive";
			break;
		default:
	}
}
function RenderSportsLeftNav()
{
    var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/sportstournaments/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/sportstournaments/requestsportingeventinfo.cfm" class="LeftNavLargeInactive" id="_requestLeftNav">Request Sporting Event Information</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/sportstournaments/bureauservice.cfm" class="LeftNavInactive" id="_bureauLeftNav">Bureau Services</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/sportstournaments/sportingevents.cfm" class="LeftNavInactive" id="_sportingLeftNav">Sporting Event Facilities</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/wisconsindellsmeetinggroup/sportstournaments/contactsportsevents.cfm" class="LeftNavLargeInactive" id="_contactLeftNav">Contact Sporting Event <br />Planning Staff</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsVacation/onlineguides/index.cfm" class="LeftNavInactive" id="_onlineguides">Searchable Online Guides</a></div>\n';
        							
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var requestsportingeventinfo = document.getElementById("_requestLeftNav");
	var bureauservice = document.getElementById("_bureauLeftNav");
	var sportingevents = document.getElementById("_sportingLeftNav");
	var contactsportsevents = document.getElementById("_contactLeftNav");
	var onlineguides = document.getElementById("_onlineguidesLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-1])
	{
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "requestsportingeventinfo.cfm":
			requestsportingeventinfo.className = "LeftNavLargeActive";
			break;
		case "bureauservice.cfm":
			bureauservice.className = "LeftNavActive";
			break;
		case "sportingevents.cfm":
			sportingevents.className = "LeftNavActive";
			break;
		case "contactsportsevents.cfm":
			contactsportsevents.className = "LeftNavLargeActive";
			break;
		default:
	}
}
/***** Media ******/
function RenderMediaLandingLeftNav()
{
    var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/WhatsNew/index.cfm" class="LeftNavInactive" id="_whatsNewLeftNav">What\'s New</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/MediaInformation/index.cfm" class="LeftNavInactive" id="_mediaInformationLeftNav">Wisconsin Dells Info</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/MediaTools/index.cfm" class="LeftNavInactive" id="_mediaToolsLeftNav">Media Tools</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/PressReleases/index.cfm" class="LeftNavInactive" id="_pressReleasesLeftNav">Press Releases</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/StoryIdeas/index.cfm" class="LeftNavInactive" id="_storyIdeasLeftNav">Story Ideas</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/EventsCalendar/index.cfm" class="LeftNavInactive" id="_eventsCalendarLeftNav">Events Calendar</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/ContactPR/index.cfm" class="LeftNavInactive" id="_contactPRLeftNav">Contact PR Staff</a></div>\n';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var whatsNew = document.getElementById("_whatsNewLeftNav");
	var mediaInformation = document.getElementById("_mediaInformationLeftNav");
	var mediaTools = document.getElementById("_mediaToolsLeftNav");
	var pressReleases = document.getElementById("_pressReleasesLeftNav");
	var storyIdeas = document.getElementById("_storyIdeasLeftNav");
	var eventsCalendar = document.getElementById("_eventsCalendarLeftNav");
	var contactPR = document.getElementById("_contactPRLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	if(splitNavigation[splitNavigation.length-1] == "index.cfm"){
		overview.className = "LeftNavActive";
	}
	switch(splitNavigation[splitNavigation.length-2])
	{
		case "whatsnew":
			whatsNew.className = "LeftNavActive";
			break;
		case "mediainformation":
			mediaInformation.className = "LeftNavActive";
			break;
		case "mediatools":
			mediaTools.className = "LeftNavActive";
			break;
		case "pressreleases":
			pressReleases.className = "LeftNavActive";
			break;
		case "storyideas":
			storyIdeas.className = "LeftNavActive";
			break;
		case "eventscalendar":
			eventsCalendar.className = "LeftNavActive";
			break;
		case "contactpr":
			contactPR.className = "LeftNavActive";
			break;
		default:
	}
}

function RenderMediaInfoLeftNav()
{
    var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediainformation/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediainformation/history.cfm" class="LeftNavInactive" id="_historyLeftNav">Wisconsin Dells History</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediainformation/waterparkcapitalcredentials.cfm" class="LeftNavInactive" id="_credentialsLeftNav">Waterpark Capital Credentials</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediainformation/factsandfigures.cfm" class="LeftNavInactive" id="_factsLeftNav">Facts & Figures</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediainformation/economicimpact.cfm" class="LeftNavInactive" id="_economicImpactLeftNav">Economic Impact</a></div>\n';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var history = document.getElementById("_historyLeftNav");
	var credentials = document.getElementById("_credentialsLeftNav");
	var facts = document.getElementById("_factsLeftNav");
	var economic = document.getElementById("_economicImpactLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-1])
	{
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "history.cfm":
			history.className = "LeftNavActive";
			break;
		case "waterparkcapitalcredentials.cfm":
			credentials.className  = "LeftNavActive";
			break;
		case "factsandfigures.cfm":
			facts.className  = "LeftNavActive";
			break;
		case "economicimpact.cfm":
			economic.className = "LeftNavActive";
			break;
		default:
	}
}

function RenderMediaToolsLeftNav()
{
    var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediatools/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediatools/photolibrary.cfm" class="LeftNavInactive" id="_libraryLeftNav">Digital Image Library</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediatools/requestinformation.cfm" class="LeftNavInactive" id="_requestLeftNav">Request Information</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediatools/mediapolicies.cfm" class="LeftNavInactive" id="_mediapoliciesLeftNav">Media Policy</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/mediatools/pressvisits.cfm" class="LeftNavInactive" id="_pressLeftNav">Media Visit Form</a></div>\n';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var photolibrary = document.getElementById("_libraryLeftNav");
	var requestinformation = document.getElementById("_requestLeftNav");
	var mediapolicies = document.getElementById("_mediapoliciesLeftNav");
	var pressvisits = document.getElementById("_pressLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-1])
	{
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "photolibrary.cfm":
			photolibrary.className = "LeftNavActive";
			break;
		case "photocategory.cfm":
			photolibrary.className = "LeftNavActive";
			break;
		case "requestinformation.cfm":
			requestinformation.className  = "LeftNavActive";
			break;
		case "mediapolicies.cfm":
			mediapolicies.className  = "LeftNavActive";
			break;
		case "pressvisits.cfm":
			pressvisits.className  = "LeftNavActive";
			break;
		default:
	}
}
function RenderStoryIdeasLeftNav()
{
     var wisDellsNav =	
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/index.cfm" class="LeftNavInactive" id="_overviewLeftNav">Overview</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/waterparknirvana.cfm" class="LeftNavInactive" id="_waterparknirvanaLeftNav">Waterpark Nirvana</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/navigatetheriver.cfm" class="LeftNavInactive" id="_wisconsinriverLeftNav">Navigate the Wisconsin River</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/foodies.cfm" class="LeftNavInactive" id="_foodiesLeftNav">Foodies Are Invited</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/golf.cfm" class="LeftNavInactive" id="_golfLeftNav">Keeping Score at Golf</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/straponskis.cfm" class="LeftNavInactive" id="_skisLeftNav">Strap on the Skis</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/quintessential.cfm" class="LeftNavInactive" id="_quintessentialLeftNav">Quintessential Wisconsin Dells</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/historicallyspeaking.cfm" class="LeftNavInactive" id="_historicallyLeftNav">Historically Speaking</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/quirky.cfm" class="LeftNavInactive" id="_quirkyLeftNav">Quirky Wisconsin Dells</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/springbreak.cfm" class="LeftNavInactive" id="_springbreakLeftNav">Spring Break Craze</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/daredevil.cfm" class="LeftNavInactive" id="_daredevilLeftNav">For the Daredevil</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/healthypursuits.cfm" class="LeftNavInactive" id="_healthypursuitsLeftNav">Healthy Pursuits</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/beatenpath.cfm" class="LeftNavInactive" id="_beatenpathLeftNav">Off the Beaten Path</a></div>\n' +
        '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/condocrosssection.cfm" class="LeftNavInactive" id="_condocrosssectionLeftNav">Condo Cross-Section</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/grownups.cfm" class="LeftNavInactive" id="_grownupsLeftNav">Dells for Grown-ups</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/playbill.cfm" class="LeftNavInactive" id="_playbillLeftNav">On the Playbill</a></div>\n' +
		'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsMedia/storyideas/tourismcommunity.cfm" class="LeftNavInactive" id="_tourismcommunityLeftNav">Life as a Tourism Community</a></div>\n';
													
	document.write(wisDellsNav);
	
	var overview = document.getElementById("_overviewLeftNav");
	var waterparknirvana = document.getElementById("_waterparknirvanaLeftNav");
	var wisconsinriver = document.getElementById("_wisconsinriverLeftNav");
	var foodies = document.getElementById("_foodiesLeftNav");
	var golf = document.getElementById("_golfLeftNav");
	var skis = document.getElementById("_skisLeftNav");
	var quintessential = document.getElementById("_quintessentialLeftNav");
	var historically = document.getElementById("_historicallyLeftNav");
	var quirky = document.getElementById("_quirkyLeftNav");
	var springbreak = document.getElementById("_springbreakLeftNav");
	var daredevil = document.getElementById("_daredevilLeftNav");
	var healthypursuits = document.getElementById("_healthypursuitsLeftNav");
	var beatenpath = document.getElementById("_beatenpathLeftNav");
	var condocrosssection = document.getElementById("_condocrosssectionLeftNav");
	var grownups = document.getElementById("_grownupsLeftNav");
	var playbill = document.getElementById("_playbillLeftNav");
	var tourismcommunity = document.getElementById("_tourismcommunityLeftNav");
	
	var getNavigation = window.location.pathname.toLowerCase();
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length-1])
	{
		case "index.cfm":
			overview.className = "LeftNavActive";
			break;
		case "waterparknirvana.cfm":
			waterparknirvana.className = "LeftNavActive";
			break;
		case "navigatetheriver.cfm":
			wisconsinriver.className  = "LeftNavActive";
			break;
		case "foodies.cfm":
			foodies.className  = "LeftNavActive";
			break;
		case "golf.cfm":
			golf.className = "LeftNavActive";
			break;
		case "straponskis.cfm":
			skis.className = "LeftNavActive";
			break;	
		case "quintessential.cfm":
			quintessential.className = "LeftNavActive";
			break;
		case "historicallyspeaking.cfm":
			historically.className = "LeftNavActive";
			break;
		case "quirky.cfm":
			quirky.className  = "LeftNavActive";
			break;
		case "springbreak.cfm":
			springbreak.className  = "LeftNavActive";
			break;
		case "daredevil.cfm":
			daredevil.className = "LeftNavActive";
			break;
		case "straponskis.cfm":
			skis.className = "LeftNavActive";
			break;
		case "healthypursuits.cfm":
			healthypursuits.className = "LeftNavActive";
			break;
		case "beatenpath.cfm":
			beatenpath.className = "LeftNavActive";
			break;
		case "condocrosssection.cfm":
			condocrosssection.className  = "LeftNavActive";
			break;
		case "grownups.cfm":
			grownups.className  = "LeftNavActive";
			break;
		case "playbill.cfm":
			playbill.className = "LeftNavActive";
			break;
		case "tourismcommunity.cfm":
			tourismcommunity.className = "LeftNavActive";
			break;
		default:
	}
}

/***** Footer ******/
function WisconsinDellsFooterNav(){
	 var wisDellsNav =	'<div class="LeftNavLinkWrapper"><a href="/wisconsindellsarea.cfm" class="LeftNavLargeInactive" id="_wisconsindellsarea">Wisconsin Dells Area Information</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/contact.cfm" class="LeftNavInactive" id="_contact">Contact Us</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/faqs.cfm" class="LeftNavInactive" id="_faqs">FAQs</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/wisconsindellsemployment.cfm" class="LeftNavInactive" id="_wisconsindellsemployment">Employment</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/privacy.cfm" class="LeftNavInactive" id="_privacy">Privacy</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/terms.cfm" class="LeftNavInactive" id="_terms">Terms of Use</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/sitemap.cfm" class="LeftNavInactive" id="_sitemap">Site Map</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/partners.cfm" class="LeftNavInactive" id="_partners">Tourism &amp; Partnership Links</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/rss/rssfeed.cfm" class="LeftNavInactive" id="_rss">RSS Feed</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/wisconsindellsvisitorbureau.cfm" class="LeftNavLargeInactive" id="_wisconsindellsvisitorbureau">Wisconsin Dells Visitor &amp; Convention Bureau</a></div>';
													
	document.write(wisDellsNav);
	
	var wisconsindellsarea = document.getElementById("_wisconsindellsarea");
	var contact = document.getElementById("_contact");
	var faqs = document.getElementById("_faqs");
	var wisconsindellsemployment = document.getElementById("_wisconsindellsemployment");
	var privacy = document.getElementById("_privacy");
	var terms = document.getElementById("_terms");
	var sitemap = document.getElementById("_sitemap");
	var partners = document.getElementById("_partners");
	var rss = document.getElementById("_rss");
	var wisconsindellsvisitorbureau = document.getElementById("_wisconsindellsvisitorbureau");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "wisconsindellsarea.cfm":
			wisconsindellsarea.className = "LeftNavLargeActive";
			break;
		case "contact.cfm":
			contact.className = "LeftNavActive";
			break;
		case "contactthanks.cfm":
			contact.className = "LeftNavActive";
			break;
		case "faqs.cfm":
			faqs.className  = "LeftNavActive";
			break;
		case "wisconsindellsemployment.cfm":
			wisconsindellsemployment.className  = "LeftNavActive";
			break;
		case "privacy.cfm":
			privacy.className = "LeftNavActive";
			break;
		case "terms.cfm":
			terms.className  = "LeftNavActive";
			break;
		case "sitemap.cfm":
			sitemap.className  = "LeftNavActive";
			break;
		case "partners.cfm":
			partners.className  = "LeftNavActive";
			break;
		case "rssfeed.cfm":
			rss.className  = "LeftNavActive";
			break;
		case "wisconsindellsvisitorbureau.cfm":
			wisconsindellsvisitorbureau.className  = "LeftNavLargeActive";
			break;
		default:
	}
}

function WisconsinDellsMembers(){
	 var wisDellsNav =  '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/index.cfm" class="LeftNavInactive" id="_memberhome">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/becomeamember.cfm" class="LeftNavInactive" id="_memberbecome">Becoming a Member</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/memberdirectory.cfm" class="LeftNavInactive" id="_memberdirectory">Member Directory</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/marketresearch.cfm" class="LeftNavInactive" id="_memberresearch">Market Research</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/membersnetwork.cfm" class="LeftNavInactive" id="_membernet">MembersNet</a></div>';
							
	document.write(wisDellsNav);	
	
	var memberhome = document.getElementById("_memberhome");	
	var memberbecome = document.getElementById("_memberbecome");
	var memberdirectory = document.getElementById("_memberdirectory");
	var memberresearch = document.getElementById("_memberresearch");
	var membernet = document.getElementById("_membernet");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			memberhome.className = "LeftNavActive";
			break;
		case "becomeamember.cfm":
			memberbecome.className = "LeftNavActive";
			break;
		case "memberdirectory.cfm":
			memberdirectory.className  = "LeftNavActive";
			break;
		case "marketresearch.cfm":
			memberresearch.className  = "LeftNavActive";
			break;
		case "membersnetwork.cfm":
			membernet.className  = "LeftNavActive";
			break;
		default:		
		
	}
}

function WisconsinDellsMembersNet(){
	 var wisDellsNav =  '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/index.cfm" class="LeftNavInactive" id="_memberhome">Overview</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/becomeamember.cfm" class="LeftNavInactive" id="_memberbecome">Becoming a Member</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/memberdirectory.cfm" class="LeftNavInactive" id="_memberdirectory">Member Directory</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/marketresearch.cfm" class="LeftNavInactive" id="_memberresearch">Market Research</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/membernetsolicitations.cfm" class="LeftNavInactive" id="_membersolicitations">Solicitations / Forms</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/meetings.cfm" class="LeftNavInactive" id="_membercalendar">Member Calendar</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/membersnetwork.cfm" class="LeftNavInactive" id="_membernet">MembersNet</a></div>';
							
	document.write(wisDellsNav);	
	
	var memberhome = document.getElementById("_memberhome");	
	var memberbecome = document.getElementById("_memberbecome");
	var memberdirectory = document.getElementById("_memberdirectory");
	var memberresearch = document.getElementById("_memberresearch");
	var membersolicitations = document.getElementById("_membersolicitations");
	var membercalendar = document.getElementById("_membercalendar");
	var membernet = document.getElementById("_membernet");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "index.cfm":
			memberhome.className = "LeftNavActive";
			break;
		case "becomeamember.cfm":
			memberbecome.className = "LeftNavActive";
			break;
		case "memberdirectory.cfm":
			memberdirectory.className  = "LeftNavActive";
			break;
		case "marketresearch.cfm":
			memberresearch.className  = "LeftNavActive";
			break;
		case "membernetsolicitations.cfm":
			membersolicitations.className  = "LeftNavActive";
			break;
		case "meetings.cfm":
			membercalendar.className  = "LeftNavActive";
			break;
		case "membersnetwork.cfm":
			membernet.className  = "LeftNavActive";
			break;
		default:		
		
	}
}

function WisconsinDellsMembersOnly(){
	 var wisDellsNav =  '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/board.cfm" class="LeftNavInactive" id="_memberonlyboard">Board of Directors</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/committees.cfm" class="LeftNavInactive" id="_memberonlycommittee">Bureau Committees</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/staff.cfm" class="LeftNavInactive" id="_memberonlystaff">Bureau Staff</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/meetings/meetings.cfm" class="LeftNavInactive" id="_memberonlymeetings">Meetings/Minutes - Calendar</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/resources.cfm" class="LeftNavInactive" id="_memberonlyresources">Resources</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/solicitations.cfm" class="LeftNavInactive" id="_memberonlysolicitations">Solicitations / Forms</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/membertomemberoffers.cfm" class="LeftNavInactive" id="_memberonlyoffers">Member to Member Offers</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/tourismnewsletters.cfm" class="LeftNavInactive" id="_memberonlytourismnewsletters">Tourism Newsletters</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/member_update.cfm" class="LeftNavInactive" id="_memberonlyupdate">Update Contact Info</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/festivalsinc.cfm" class="LeftNavInactive" id="_memberonlyfestivals">Festivals, Inc</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/login.cfm?Logout=1" class="LeftNavInactive" id="_memberonlylogout">Log Out</a></div>';
							
	document.write(wisDellsNav);	
	
	var memberonlyboard = document.getElementById("_memberonlyboard");	
	var memberonlycommittee = document.getElementById("_memberonlycommittee");
	var memberonlystaff = document.getElementById("_memberonlystaff");
	var memberonlymeetings = document.getElementById("_memberonlymeetings");
	var memberonlyresources = document.getElementById("_memberonlyresources");
	var memberonlysolicitations = document.getElementById("_memberonlysolicitations");
	var memberonlyoffers = document.getElementById("_memberonlyoffers");
	var memberonlytourismnewsletters = document.getElementById("_memberonlytourismnewsletters");
	var memberonlyupdate = document.getElementById("_memberonlyupdate");	
	var memberonlyfestivals = document.getElementById("_memberonlyfestivals");
	var memberonlylogout = document.getElementById("_memberonlylogout");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "board.cfm":
			memberonlyboard.className = "LeftNavActive";
			break;
		case "committees.cfm":
			memberonlycommittee.className = "LeftNavActive";
			break;
		case "staff.cfm":
			memberonlystaff.className  = "LeftNavActive";
			break;
		case "meetings.cfm":
			memberonlymeetings.className  = "LeftNavActive";
			break;
		case "resources.cfm":
			memberonlyresources.className = "LeftNavActive";
			break;
		case "solicitations.cfm":
			memberonlysolicitations.className  = "LeftNavActive";
			break;
		case "membertomemberoffers.cfm":
			memberonlyoffers.className  = "LeftNavActive";
			break;
		case "tourismnewsletters.cfm":
			memberonlytourismnewsletters.className  = "LeftNavActive";
			break;
		case "member_update.cfm":
			memberonlyupdate.className = "LeftNavActive";
			break;
		case "festivalsinc.cfm":
			memberonlyfestivals.className = "LeftNavActive";
			break;
		case "login.cfm":
			memberonlylogout.className  = "LeftNavActive";
			break;
		default:		
		
	}
}
function WisconsinDellsMembersOnlyACCO(){
	 var wisDellsNav =  '<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/board.cfm" class="LeftNavInactive" id="_memberonlyboard">Board of Directors</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/committees.cfm" class="LeftNavInactive" id="_memberonlycommittee">Bureau Committees</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/staff.cfm" class="LeftNavInactive" id="_memberonlystaff">Bureau Staff</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/meetings/meetings.cfm" class="LeftNavInactive" id="_memberonlymeetings">Meetings/Minutes - Calendar</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/resources.cfm" class="LeftNavInactive" id="_memberonlyresources">Resources</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/solicitations.cfm" class="LeftNavInactive" id="_memberonlysolicitations">Solicitations / Forms</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/membertomemberoffers.cfm" class="LeftNavInactive" id="_memberonlyoffers">Member to Member Offers</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/downloads.cfm" class="LeftNavInactive" id="_memberonlydownloads">Downloads</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/tourismnewsletters.cfm" class="LeftNavInactive" id="_memberonlytourismnewsletters">Tourism Newsletters</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/member_update.cfm" class="LeftNavInactive" id="_memberonlyupdate">Update Contact Info</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/avail_admin.cfm" class="LeftNavInactive" id="_memberonlyupdate">Update Lodging Availability</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/festivalsinc.cfm" class="LeftNavInactive" id="_memberonlyfestivals">Festivals, Inc</a></div>\n' +
						'<div class="LeftNavLinkWrapper"><a href="/WisconsinDellsBusinessMembers/member/login.cfm?Logout=1" class="LeftNavInactive" id="_memberonlylogout">Log Out</a></div>';
							
	document.write(wisDellsNav);	
	
	var memberonlyboard = document.getElementById("_memberonlyboard");	
	var memberonlycommittee = document.getElementById("_memberonlycommittee");
	var memberonlystaff = document.getElementById("_memberonlystaff");
	var memberonlymeetings = document.getElementById("_memberonlymeetings");
	var memberonlyresources = document.getElementById("_memberonlyresources");
	var memberonlysolicitations = document.getElementById("_memberonlysolicitations");
	var memberonlyoffers = document.getElementById("_memberonlyoffers");
	var memberonlydownloads = document.getElementById("_memberonlydownloads");
	var memberonlytourismnewsletters = document.getElementById("_memberonlytourismnewsletters");
	var memberonlyupdate = document.getElementById("_memberonlyupdate");
	var accoavail = document.getElementById("_accoavail");
	var memberonlyfestivals = document.getElementById("_memberonlyfestivals");
	var memberonlylogout = document.getElementById("_memberonlylogout");
	
	var getNavigation = window.location.pathname;
	var splitNavigation = getNavigation.split("/");
	
	switch(splitNavigation[splitNavigation.length -1]){
		case "board.cfm":
			memberonlyboard.className = "LeftNavActive";
			break;
		case "committees.cfm":
			memberonlycommittee.className = "LeftNavActive";
			break;
		case "staff.cfm":
			memberonlystaff.className  = "LeftNavActive";
			break;
		case "meetings.cfm":
			memberonlymeetings.className  = "LeftNavActive";
			break;
		case "resources.cfm":
			memberonlyresources.className = "LeftNavActive";
			break;
		case "solicitations.cfm":
			memberonlysolicitations.className  = "LeftNavActive";
			break;
		case "membertomemberoffers.cfm":
			memberonlyoffers.className  = "LeftNavActive";
			break;
		case "downloads.cfm":
			memberonlydownloads.className  = "LeftNavActive";
			break;
		case "tourismnewsletters.cfm":
			memberonlytourismnewsletters.className  = "LeftNavActive";
			break;
		case "member_update.cfm":
			memberonlyupdate.className = "LeftNavActive";
			break;
		case "avail_admin.cfm":
			accoavail.className = "LeftNavActive";
			break;
		case "festivalsinc.cfm":
			memberonlyfestivals.className = "LeftNavActive";
			break;
		case "login.cfm":
			memberonlylogout.className  = "LeftNavActive";
			break;
		default:		
		
	}
}