function enlace(link){
	enlace_base = "http://conocersevilla.com";
	enlace_11 = enlace_base + "/ruta_sevilla29.html"; //Sevilla del 29
	enlace_14 = enlace_base + "/ruta_catedral.html"; //Catedral
	enlace_31 = enlace_base + "/ruta_carmona.html"; //Carmona
	enlace_41 = enlace_base + "/ruta_museobartes.html"; //Carmona
	enlace_12 = enlace_base + "/ruta_conventos.html"; //Ruta de Conventos de clausura
	enlace_33 = enlace_base + "/ruta_osuna.html"; //Osuna
	enlace_15 = enlace_base + "/ruta_sevilladelXVIII.html"; //La Sevilla del XVIII
	enlace_32 = enlace_base + "/ruta_cursosyconferencias.html"; //Conferencias
	enlace_16 = enlace_base + "/ruta_laguerracivil.html";//La guerra civil en Sevilla
	enlace_34 = enlace_base + "/gymkhanas.html"; // Gymkhanas
	enlace_23 = enlace_base + "/ruta_visitatalleres.html";// Visita a talleres
	enlace_26 = enlace_base + "/ruta_unidadesdidacticas.html";// Unidades didacticas
	enlace_13 = enlace_base + "/ruta_renacimientoymudejar.html"; // Renacimientoymudejar
	enlace_22 = enlace_base + "/ruta_ecija.html"; // Ecija
	enlace_24 = enlace_base + "/desc_rutas.html"; // desc rutas
	enlace_35 = enlace_base + "/ruta_conciertos.html"; // Conciertos
	enlace_36 = enlace_base + "/triptico2.html"; // Triptico
	enlace_37 = enlace_base + "/novedades.html"; // Novedades
	enlace_25 = enlace_base + "/enlace.html"; // Enlaces
	
	if (link == 21 || link ==27	||link == 40){
		alert("Proximamente disponible: Noviembre 2009");
	}else{
		document.location.href = eval("enlace_"+link);	
	}
}