function domail(user,domain,tl){
var mystring="mail" + "to:" + user + "@" + domain + "." + tl;
location.href=mystring;
}
