function liens_rapides(s){

	switch(element_selectionne_libelle(s)){
case "Actualites":
		document.location.href="/actualites/actualites-liste/actualites_liste/0/0/actualites.html"
	break;
	case "Produits":
		document.location.href="/actualites/actualites-liste/actualites_produits/0/0/produits.html"
	break;
	case "Promos":
		document.location.href="/mybdd/index.php?visu=108&date_de_saisie=<=22/02/2010&selectionnes=2"
	break;
	case "Outils_de_vente":
		document.location.href="/outils/html/SERVICES_accueil/liste-outils-ventes.html"
	break;
	case "le_mag":
		document.location.href="/publication/sommaire.php?ID_PUBLICATION=THO&selectionnes=6&onglet=68"
	break;
	case "IcotourProducteurs":
		document.location.href="/icotour/icotour-producteurs.php"
	break;
	case "IcotourAgences":
		document.location.href="/icotour/icotour-agences.php"
	break;
	case "IcotourCompagnies":
		document.location.href="/icotour/icotour-air.php"
	break;
	case "offres_d_emploi":
		document.location.href="/annonces/emploi_curl.php?selectionnes=1&onglet=80&page=emploi-tourisme"
	break;
	case "en_images":
		document.location.href="/tourhebdo/html/en_image/reportages.html"
	break;
		default:
		break;
	}
}

