
function enlace(web) 
{
document.location.href= web;
}

