function salud1(nino){
var URL = document.nino.sitio1.options[document.nino.sitio1.selectedIndex].value;
window.location.href = URL;
}

function salud2(mujer){
var URL = document.mujer.sitio2.options[document.mujer.sitio2.selectedIndex].value;
window.location.href = URL;
}

function salud3(hombre){
var URL = document.hombre.sitio3.options[document.hombre.sitio3.selectedIndex].value;
window.location.href = URL;
}

function salud4(general){
var URL = document.general.sitio4.options[document.general.sitio4.selectedIndex].value;
window.location.href = URL;
}

function salud5(preventiva){
var URL = document.preventiva.sitio5.options[document.preventiva.sitio5.selectedIndex].value;
window.location.href = URL;
}
