function mail() 
{
var mail = window.open('mailto:info@masaje-reflexologia.com.ar','_self');
}

function siguiente() 
{
var siguiente = window.open('/enlaces-2.html','_self');
}

function anterior() 
{
var anterior = window.open('/enlaces.html','_self');
}

