// -------------------
// SelDestacat FRANCES
// -------------------
function SelDestacat(id){
	switch (id) {
		case "1":
			window.open('vacances.asp','_self');
			break;
		case "2":
			window.open('golf.asp','_self');
			break;
		case "3":
			window.open('plage.asp','_self');
			break;
		case "4":
			window.open('cultureEtOenotourisme.asp','_self');
			break;
		case "5":
			window.open('venezUnWeekEnd.asp','_self');
			break;
		case "6":
			window.open('portaventura.asp','_self');
			break;
		case "0":
			break;
	}
}

	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}