function terminos() 
{
var terminos = window.open('terminos.php','_self');
}

function proteccion() 
{
var proteccion = window.open('politica_proteccion.php','_self');
}

function mail() 
{
var mail = window.open('mailto:saludfemenina@elea.com','_self');
}

function elea() 
{
var elea = window.open('http://www.elea.com','_blank');
}