// JavaScript Document
function insertMailAddr(target,content) {
	document.getElementById(target).innerHTML=content;
}
