function MakeChild(jidai,amo){
	if(jidai=="p"){	jidai_name="〜過去編〜";}
	if(jidai=="m"){	jidai_name="〜現代編〜";}
	if(jidai=="f"){	jidai_name="〜未来編〜";}
	popWin=window.open("","pop","width=450,height=450,scrollbars=0,status=0");
	window.popWin.document.write("<html><head>");
 window.popWin.document.write("<link href='ega/pop.css' rel='stylesheet' type='text/css'>");
 window.popWin.document.write("<script language='javascript' type='text/javascript' src='ega/pop.js'></script>");
 window.popWin.document.write("</head><body><center>");
 window.popWin.document.write("<div style='font-size:14px; font-weight:bold'>ウル・アーク</div>");
 window.popWin.document.write(	jidai_name+"<br>");
	window.popWin.document.write("<img src='ega/introduction/past/img/01.jpg' vspace='10'><br>");
	window.popWin.document.write("主人公アーレスとこの集落の長であるマーサが住む村である。母親のマーサから最後の望みを託されたアーレスの旅立ちの出発地点でもある。<br><br>");
	window.popWin.document.write("&lt;&lt; <a href='36.html' target='_self'>戻る</a>　　　　　　<a href='02.html' target='_self'>次へ</a> &gt;&gt;");
	window.popWin.document.write("</center></body></html>");
}
function jidaiSettei(jidai){
	if(jidai=="p"){	jidai_name="〜過去編〜";}
	if(jidai=="m"){	jidai_name="〜現代編〜";}
	if(jidai=="f"){	jidai_name="〜未来編〜";}
}