﻿function mailto(param) {
param = param.replace("(at)","@");
location.href="mailto:"+param;
}