function studyT(){
document.write("<dl class=\"ireko\"><dt class=\"b_point\">日本ドラマ化の研究<dt><dd><a href=\"study_01.html\">Yの悲劇(1)</a></dd><dd><a href=\"study_02.html\">Yの悲劇(2)</a></dd><dd><a href=\"yamikoe01.html\">闇からの声</a></dd></dl><dl class=\"ireko\"><dt class=\"b_point\">アンソロジーの研究<dt><dd><a href=\"antho01.html\">安楽椅子探偵傑作選</a></dd><dd><a href=\"antho02.html\">密室殺人傑作選</a></dd><dd><a href=\"antho03.html\">魔術ミステリ傑作選</a></dd><dd><a href=\"antho04.html\">黄金の十二</a></dd></dl>");
}

var mes=new Array();
mes[1]='<strong>「　バラライカ　」</strong>';
function onmes(num) {
var message=mes[num];
if (document.all){
info.innerHTML=message;
}
if (document.getElementById){
document.getElementById('info').innerHTML=message;
}
if (document.layers) {
var com=document.layers['com'].layers['info'];
com.document.open();
com.document.write(message);
com.document.close();
}
}
