function switchIndex(indexID) {

		currentURL = window.location.href;

		//currentURL = currentURL.replace("?option=sendemail","");

		if (indexID == 4005) { 
			location.href=currentURL.replace("terrain_golf_monttremblant", "index");
		} else {
			location.href=currentURL.replace("http://www.monttremblantgolf.com/", "http://www.monttremblantgolf.com/terrain_golf_monttremblant.php");
		}
}

function switchLang(langID) {

		currentURL = window.location.href;

		//currentURL = currentURL.replace("?option=sendemail","");

		if (langID == 4105) { 
			location.href=currentURL.replace("terrain_golf", "golf_course");
		} else {
			location.href=currentURL.replace("golf_course", "terrain_golf");
		}
}


