function sm2(a, b, c, d) {
  var l = "mai" + "lto" + ":";
	l = l + a + "." + c + "@" + d + "." + b;
  document.location = l;
}


