var ua = navigator.userAgent;

	if(lang == "english"){
		if (ua.match(/MSIE (\d\.\d+)/)) {
			document.write('<a href="mailto:?subject=',EscapeSJIS(document.title),'&body=',location,'"><img src="/images/global/mail.gif" alt="E-mail this page" width="32" height="24" /></a>');
		} else {
			document.write('<a href="mailto:?subject=',document.title,'&body=',location,'"><img src="/images/global/mail.gif" alt="E-mail this page" width="32" height="24" /></a>');
		} 
		
	}else{
		if (ua.match(/MSIE (\d\.\d+)/)) {
			document.write('<a href="mailto:?subject=',EscapeSJIS(document.title),'&body=',location,'"><img src="/images/global/mail.gif" alt="メール送信" width="32" height="24" /></a>');
		} else {
			document.write('<a href="mailto:?subject=',document.title,'&body=',location,'"><img src="/images/global/mail.gif" alt="メール送信" width="32" height="24" /></a>');
		} 
	}
