function mailto() {
	locationstring = "mailto:mdp@sec.club.ne.jp";
	window.location = locationstring;
}

