function email(usr)
{
var m1=usr
var m2="enlinea"
location.href="mailto:"+m1+"@"+m2+".com"
}
