function english()
{
	pass = prompt("パスワードを入力してください", "*****");
	if (pass == "0eng0") {
		tx1 = "";
		tx2 = "Young Children tend to produce and select attributional interpretations on nonliteral comparisons. For example, given comparison, \"A cloud is like a sponge\", 5-year-olds produce interpretations like, \"Both are round and fluffy\". Adults produce relational interpretations: for example, \"Both can hold water for some time and then later give it back\". (D.Gentner, C.Toupin.  Systematicity and Surface Similarity in the Development of Analogy, Cognitive Science, 10, 277-300 (1986))<P>";
		document.getElementById("setumei1").innerHTML = tx1;
		document.getElementById("setumei2").innerHTML = tx2;
	}
	else {
		alert("パスワードは，講義の際，伝達します");
	}
}

