function F_URLSend() {
	location.href= 'mailto:?Subject=Shichuusuimei URL' + '&Body=' + encodeURI(location.href);
	void(0);
}
