
function mail_send(acount) {
	var email = acount;
	email = email+'@';
	email = email+'fedor.jp';
//	open("mailto:"+email, "www", "");
	location.href = "mailto:"+email;
}
