// JavaScript Document
function mButton_output(mDom , mAcc){
	mAddress = mAcc+'@'+ mDom;
	mButton = ' <img src=images/button_sendmail.gif width=63 height=9 alt=メールを送る />';
	document.write("<a href=mailto:" + mAddress + " class='link opacity'>"+ mAddress + mButton + '</a>');
}
