
function ventana1(){
	finestra=window.open("menopausia.html","menopausia","width=450, height=600,scrollbars=yes");
}
function ventana2(){
	finestra=window.open("curso cocina.html","curso_de_cocina","width=450, height=600,scrollbars=yes");
}
function ventana3(){
	finestra=window.open("nutricion embarazo.html","nutricion_embarazo","width=450, height=600,scrollbars=yes");
}
function ventana4(){
	finestra=window.open("cursos especializacion.html","curso_de_especializacion","width=450, height=600,scrollbars=yes");
}
function ventana5(){
	finestra=window.open("curso coaching profesionales.html","curso_coaching_profesionales","width=640, height=600,scrollbars=yes");
}
function ventana6(){
	finestra=window.open("asesoramiento_empresas_restauracion.html","asesoramiento_empresas_restauracion","width=640, height=600,scrollbars=yes");
}
function curso1(){
	finestra=window.open("curso_nutricion_deporte.html","curso_de_nutricion_en_el_deporte","width=535, height=600,scrollbars=yes");
}

function curso2(){
	finestra=window.open("curso_nutricion_oncologia.html","curso_de_nutricion_en_procesos_oncologicos","width=535, height=600,scrollbars=yes");
}
function curso3(){
	finestra=window.open("curso_nutricion_embarazo.html","curso_de_nutricion_en_el_embarazo","width=535, height=600,scrollbars=yes");
}
function curso4(){
	finestra=window.open("curso_nutricion_menopausia.html","curso_de_nutricion_en_la_menopausia","width=535, height=600,scrollbars=yes");
}
function curso5(){
	finestra=window.open("curso_nutricion_infantil.html","curso_de_nutricion_infantil","width=535, height=600,scrollbars=yes");
}
function calabacines(){
	finestra=window.open("calabacines.html","Receta_de_Calabacines_Rellenos","width=535, height=600,scrollbars=yes");
}

function cerrar(){
	finestra=window.close();
}