xxxxxxxxxx
16
var content = "Dear Mr. Smith:\n\n \
\
I would like to thank you for your hospitality in welcoming our staff to Overseas University.\n I heard from our staff that their visit was most rewarding, and that your considerate planning\n made it all the more informative and enjoyable.\n\n \
名古屋大学 国際企画課長 名大 花子\
Sincerely,";
var message = "Hello".affiliation;
function addValue(_text) {
var idname = _text;
s = document.getElementById(idname).value;
var pvname = "content";
document.getElementById(pvname).innerHTML = content;
}